diff options
author | smb <smb@pkgsrc.org> | 2007-10-23 20:16:50 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-10-23 20:16:50 +0000 |
commit | b8fbe97dff85f847aceac3176f77e05285b86274 (patch) | |
tree | 36267696998acec34190efeb8f5ed47b34c59294 /mail/claws-mail/Makefile | |
parent | 73f3884e9485f8f13a3913db2f646c158e40b4f4 (diff) | |
download | pkgsrc-b8fbe97dff85f847aceac3176f77e05285b86274.tar.gz |
Update claws-mail to 3.0.2:
* Bug fixes:
o bug 1320, 'Memory leak caused by gtk_container_get_children'
o bug 1321, 'access before allocation when scanning for uris'
o bug 1324, 'Corrupted IMAP cache'
o bug 1327, 'segfault when replying to a non-existent news
message'
o bug 1329, 'error in quicksearch.c'
o bug 1334, 'user defined mail incorporation script not run'
o bug 1336, 'Segfault if empty space before search-string'
o bug 1337, 'Crash on removing uncached emails'
o Prevent unquoted mime boundaries, by always using a /
o Remove unnecessary error when cancelling export to mbox.
o MAEMO: make all Folder Properties pages visible
o MAEMO: fix overlapping buttons in Edit Accounts page
Also update the version dependencies of all plug-ins. The reality
of the numbering for standard plug-ins was different than had been
assumed, and the actual published dependencies were more complex tha
was captured by the previous structure.
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 6b073bef788..4efd060d6ae 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2007/09/22 21:24:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/10/23 20:16:51 smb Exp $ .include "Makefile.common" PKGNAME= claws-mail-${CLAWS_VERSION} -PKGREVISION= 1 MAINTAINER= smb@NetBSD.org COMMENT= X based e-mail and netnews client |