diff options
author | markd <markd@pkgsrc.org> | 2009-07-25 12:30:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-07-25 12:30:37 +0000 |
commit | 8be58a91827604bf3536ed8c84d296a6832b8913 (patch) | |
tree | 4347a21b3022f1045d5b9af2d247712cea3943c8 /mail/akonadi/PLIST | |
parent | 305bd1aa77b258e0e0814d880da83e17a6f5b735 (diff) | |
download | pkgsrc-8be58a91827604bf3536ed8c84d296a6832b8913.tar.gz |
Update akonadi to 1.1.95
1.1.95 23-June-2009
---------------------------------------------
- Fix item size handling.
- Add support for retrieving collection statistics as part
of the AKLIST/AKLSUB commands.
- Add support for collection size statistics.
- Build fixes for Windows.
- Support RID-based operations for CREATE, MODIFY and DELETE.
- Avoid emitting unecessary change notifications when
modifying items or collections.
- Add COLMOVE command.
- Reduce number of database writes when modifying a collection.
- Fix parsing of attributes containing CR or LF characters.
1.1.90 03-June-2009
---------------------------------------------
- Return the storage location for items in FETCH responses
- Fix remode identifier encoding problems
- Fix infinite loop when parsing RID lists
- Fix parsing errors on stray newlines
- Support RID-based operations for STORE and MOVE
- Fix race on resource creation
- Provide modified item parts in change notifications
- Build system fixes
1.1.85 05-May-2009
---------------------------------------------
- Improved CMake scripts so it is possible to detect
the Akonadi version in projects that depend on it.
- Simplified the check for existance of tables.
- Add a dedicated item deletion command, to get rid of
the old STORE/EXPUNGE which was extremely inefficient.
- Some fixes to support sqlite in the future.
- Soprano is required now.
- Qt 4.5.0 is required now.
- Support for collection retrieval by remote identifier.
- Support for item retrieval based on the remote identifier.
- Less useless debug output.
- Fixed leak on socket error.
- Various smaller bug fixes, see ChangeLog for a list.
- Support for writing large payloads to a file.
- New Item retrieval code.
- Added a streaming IMAP parser, and ported code the use it.
- Add support for manually restarting an agent instance.
Diffstat (limited to 'mail/akonadi/PLIST')
-rw-r--r-- | mail/akonadi/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/akonadi/PLIST b/mail/akonadi/PLIST index b7e16b3aad3..a12e730fde3 100644 --- a/mail/akonadi/PLIST +++ b/mail/akonadi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:04:26 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/07/25 12:30:37 markd Exp $ bin/akonadi_control bin/akonadictl bin/akonadiserver @@ -8,6 +8,8 @@ include/akonadi/private/imapset_p.h include/akonadi/private/notificationmessage_p.h include/akonadi/private/protocol_p.h include/akonadi/private/xdgbasedirs_p.h +lib/cmake/Akonadi/AkonadiConfig.cmake +lib/cmake/Akonadi/AkonadiConfigVersion.cmake lib/libakonadiprivate.so lib/libakonadiprivate.so.1 lib/libakonadiprivate.so.${PKGVERSION} |