summaryrefslogtreecommitdiff
path: root/mail/akonadi/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-2/+2
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-01-10Don't leak old external payload files. Bump PKGREVISION.markd1-2/+2
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2015-04-17Revbump after updating devel/boost-libsadam1-2/+2
2015-04-06Revbump after updating textproc/icuadam1-1/+2
2014-11-13Update akonadi to 1.13.0markd1-4/+7
1.13.0 10-August-2014 ---------------------------------------------- - Fixed virtual collections statistics - Fixed tag RID fetch - Fixed HRID-based fetches - Fixed race condition in StorageDebugger - Use FindBacktrace.cmake from CMake 3.0 instead of our own detection 1.12.90 07-July-2014 ---------------------------------------------- - MERGE command for faster synchronization - Optimizations in various commands handlers - SELECT command is obsolete now - Performance and concurrency improvements in QSQLITE3 driver - Introduced Collection sync preferences as an improvement over the IMAP-based subscription model - Disable filesystem copy-on-write for DB files when running on Btrfs - Introduced direct streaming of external parts - Fixed SearchManager DBus interface not being registered to DBus - Fixed handling of tags in AK-APPEND and MERGE commands - Various fixes in virtual collections handling 1.12.1 07-April-2014 ---------------------------------------------- - Fixed deadlock in SearchManager - Fixed notification emission when appending items - Fixed ItemRetriever ignoring changeSince argument - Fixed X-AKAPPEND command response - Fixed RID-based FETCH - Fixed data loss in case of long-lasting copy or move operations 1.12.0 25-March-2014 ---------------------------------------------- - Improved 'akonadictl status' command output - Fixed indexing of items in collections with short cache expiration - Fixed building Akonadi in subdirectory - Fixed deadlock in SearchManager - Fixed runtime warnings 1.11.90 19-March-2014 ---------------------------------------------- - Fixed collection scheduling - Fixed indexing of expired items from local resources - Fixed database schema update with PostgreSQL - Fixes in searching and search updates 1.11.80 28-February-2014 ---------------------------------------------- - Server-search support - Search plugins support - Tags support - Fixes and improvements in search - Fixes in protocol parser - Fixed inter-resource moves - Fixed .desktop files parsing - Optimized collections tasks scheduling - Optimized flags handling - Optimized appending new items via AK-APPEND - Handle database transactions deadlocks and timeouts - Improved PostgreSQL support - Soprano is now an optional dependency - Removed MySQL Embedded support 1.11.0 28-November-2013 ---------------------------------------------- - fix joined UPDATE queries failing with SQLite 1.10.80 05-November-2013 ---------------------------------------------- - Servser-side notification filtering - GID support - Export custom agent properties to clients - Faster Akonadi shutdown - Improved and faster database schema check on start - Enabled C++11 support - Optimize some SQL queries - Store only relative paths to external payload files in database 1.10.3 04-October-2013 ---------------------------------------------- - Fix support for latest PostgreSQL - Check MySQL version at runtime, require at least 5.1 - Fix crash when destroying DataStore with backends other than MySQL - Fix problem with too long socket paths - Send dummy queries to MySQL to keep the connection alive - Fix crash when no flags are changed
2014-11-07Revbump after updating boostadam1-2/+2
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-08-13Revbump after boost-libs updateadam1-2/+2
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-11-20Revbump after updating devel/boost-libsadam1-2/+2
2013-11-20recursive bump from boost-lib shlib major bump.obache1-2/+2
2013-10-19Revbump after updating textproc/icuadam1-1/+2
2013-07-28Update to 1.10.2:wiz1-2/+2
1.10.2 23-July-2013 ---------------------------------------------- - Fix PostgreSQL support (once more) 1.10.1 22-July-2013 ---------------------------------------------- - Fix PostgreSQL support - Optimize appending flags to items - Introduce CHANGEDSINCE parameter to FETCH command
2013-07-20Update to 1.10.0:wiz1-2/+2
1.10.0 09-July-2013 ---------------------------------------------- - Memory optimizations - Fix a runtime error on Windows 1.9.80 10-June-2013 ---------------------------------------------- - Update item access time less often. - Don't try to start akonadiserver if mysqld is not installed - Allow to fetch available items even if there are errors in some of the items. - Properly restrict the external part removal to the deleted collection. - Support checking the cache for payloads in the FETCH command. - Add infrastructure to track client capabilities. - Allow to disable the cache verification on retrieval. - fsck: move orphaned pim items to lost+found, delete orphaned pim item flags. - Introduce NotificationMessageV2 that supports batch operations on set of entities. - Fix build with Boost >= 1.53. - Fix a runtime issue with MySQL >= 5.6 (MySQL >= 5.1.3 is now the minimum version).
2013-07-04Update to 1.9.2:wiz1-3/+2
1.9.2 05-May-2013 --------------------------------------------- - Add option to FETCH to ignore external retrieval failures. - Properly restrict external payload removal. - Add buildsystem option to choose between Qt4 and Qt5.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-1/+2
2013-04-03Update to 1.9.1markd1-3/+2
1.9.1 02-March-2013 --------------------------------------------- - Disable query cache for Sqlite. - Handle missing mysqld better. - Ignore my.cnf settings when using the internal MySQL server. 1.9.0 23-December-2012 --------------------------------------------- - Respect collection cache policy refresh interval for collection tree sync. - Fix initialization of PostgreSQL database. - Correctly count items flags in virtual collections. - Notify parent virtual collections about item changes. - Require CMake >= 2.8.8. - Remove dependency to Automoc4. - Support Qt 5. 1.8.80 12-November-2012 --------------------------------------------- - Recover from lost external payload files. - Improve the virtual collections handling. - Notify clients about database schema updates. - Reduce item access time updates. - Make use of referential integrity if supported by the database backend. - Add prepared query cache. - Many code and queries optimizations. 1.8.1 14-October-2012 --------------------------------------------- - Fix payload loss on some move/copy scenarios. - Improve error reporting for failed item retrievals. 1.8.0 25-July-2012 --------------------------------------------- - Fix deadlock in ad-hoc Nepomuk searches. 1.7.95 11-July-2012 --------------------------------------------- - Fix Nepomuk queries getting stuck if Nepomuk service crashes. - Fix unecessary remote retrieval of already cached item parts. - Reset RID/RREV during cross-resource collection moves. - Increase timeout for remote item retrieval. 1.7.90 08-June-2012 --------------------------------------------- - Fix handling of large SPARQL queries. - Support cleanup of orphaned resources in the consistency checker. - Support compilation with Clang.
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-15recursive bump from boost-lib shlib update.obache1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2013-02-04Update to 1.7.2 - from Jaap Boendermarkd1-3/+2
1.7.2 31-March-2012 --------------------------------------------- - Fix and optimize searching via Nepomuk. 1.7.1 03-March-2012 --------------------------------------------- - Don't truncate SPARQL queries in virtual collections. - Optimize change notifications for deleted collection attributes. - Fix possible data loss during item copy/move operations.
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-08-29Recursive bump from boost-libs update.obache1-2/+2
2012-07-02Revbump after updating boostadam1-2/+2
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-1/+2
2012-03-31Restore fix needed to build this on SunOS.hans1-1/+3
2012-03-19Update to 1.7.0markd1-22/+5
Required for KDE SC 4.8.0
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-29Recursive bump from devel/boost-libs update.hans1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2012-01-09Recursive bump from boost-libs shlib bump.obache1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-19Recursive Bump from boost-libs ABI bump.obache1-2/+2