Skip to content

Commit

Permalink
Update akonadi to 1.1.95
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
markd committed Jul 25, 2009
1 parent 80aa877 commit 8f355ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions mail/akonadi/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:34 wiz Exp $
# $NetBSD: Makefile,v 1.9 2009/07/25 12:30:37 markd Exp $

DISTNAME= akonadi-1.1.2
DISTNAME= akonadi-1.1.95
CATEGORIES= mail
MASTER_SITES= http://download.akonadi-project.org/
EXTRACT_SUFX= .tar.bz2

MAINTAINER= [email protected]
HOMEPAGE= http://pim.kde.org/akonadi/
COMMENT= The KDE PIM Storage Service
LICENSE= gnu-lgpl-v2.1

PKG_DESTDIR_SUPPORT= user-destdir

Expand Down Expand Up @@ -38,6 +39,7 @@ SUBST_SED.mysql= -e "s:MYSQLD_EXECUTABLE mysqld:MYSQLD_EXECUTABLE mysqld ${PREFI

.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../textproc/soprano/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../x11/qt4-qdbus/buildlink3.mk"
Expand Down
4 changes: 3 additions & 1 deletion mail/akonadi/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions mail/akonadi/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2009/05/06 11:08:17 markd Exp $
$NetBSD: distinfo,v 1.6 2009/07/25 12:30:37 markd Exp $

SHA1 (akonadi-1.1.2.tar.bz2) = baff27f138ab26d1375d28de838ccca0fe7c4513
RMD160 (akonadi-1.1.2.tar.bz2) = 81457f1c4c68c9ad6c8e5a48e3aa4b483f68bb0c
Size (akonadi-1.1.2.tar.bz2) = 135407 bytes
SHA1 (akonadi-1.1.95.tar.bz2) = c782f5df7e1f2d0958a31c5b6ef8130da449c7f4
RMD160 (akonadi-1.1.95.tar.bz2) = bc195a540e8d17453ef4991ac7ea5e61b8002fd8
Size (akonadi-1.1.95.tar.bz2) = 176511 bytes

0 comments on commit 8f355ed

Please sign in to comment.