diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-03-18 12:14:05 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-03-18 12:14:05 +0000 |
commit | a931573f2d6c08dedf646d5ea0a4fc5cc2a3fcb7 (patch) | |
tree | 5cbef94c3229685f3dc990820c49a7fca56a0785 /mail/turba/Makefile | |
parent | 23970f99396d33870db97b406aeee7c1f052ca93 (diff) | |
download | pkgsrc-a931573f2d6c08dedf646d5ea0a4fc5cc2a3fcb7.tar.gz |
Update to 2.1.4
------
v2.1.4
------
[jan] Fix character set encoding of exported vCards.
[mjr] Fix fatal error when exporting to vCard.
[cjh] Organize basic search form from left to right (Request 4914).
[jan] Fix links to only show contacts or lists, or both.
[mjr] Don't remember the lastly selected address book in the session, if it
was not browseable.
[mjr] Fix bug that caused counting the number of contacts in a shared SQL
source to return the count of the user's default address book instead.
[mjr] Fix bug that caused the wrong address book to be deleted when replacing
an address book during import.
------
v2.1.3
------
[jan] Support departments in vCard's ORG properties (martin@matuska.org,
Request 4285).
[cjh] Fix LDAP driver check for whether objects need to be renamed (Bug 4468).
[jan] Fix generation of mailto: links if IMP is not installed (Bug 4334).
[jan] Show error message if imported file didn't contain contacts (Bug 4260).
[jan] Remember the lastly selected address book during the session.
[jan] Add categories from imported contacts to the user's categories.
Diffstat (limited to 'mail/turba/Makefile')
-rw-r--r-- | mail/turba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 0af35a93721..79ef7715dbc 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/08/05 12:52:25 adrianp Exp $ +# $NetBSD: Makefile,v 1.20 2007/03/18 12:14:05 adrianp Exp $ DISTNAME= turba-h3-${TURBAVER} PKGNAME= turba-${TURBAVER} @@ -18,7 +18,7 @@ DOCDIR= ${PREFIX}/share/doc/turba EGDIR= ${PREFIX}/share/examples/turba HORDEDIR= ${PREFIX}/share/horde TURBADIR= ${HORDEDIR}/turba -TURBAVER= 2.1.2 +TURBAVER= 2.1.4 PAXDIRS= lib locale po scripts templates themes USE_TOOLS+= perl:run |