diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-07-27 23:06:46 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-07-27 23:06:46 +0000 |
commit | 0cc1fb979ad011e87e0c7fc33523a8e002283d2d (patch) | |
tree | 2694053a7df6a35bb09e5932693df2a0d1517359 /mail/sylpheed/Makefile | |
parent | fa47dd22d72b01fa57f23a6c16e9a49b5191fa5c (diff) | |
download | pkgsrc-0cc1fb979ad011e87e0c7fc33523a8e002283d2d.tar.gz |
Changes from 2.6.0
* The plug-in system was implemented (still experimental. See PLUGIN.txt for detail).
* LibSylph (internal version) is built as shared library now.
* The update check feature was implemented (requires curl command, included in Windows installer).
* fsync() will be called after writing configuration files.
* 'Send queued messages' is shown instead of 'Mark all read' in the context menu of the Queue folder.
* The default command line options of spam filters were modified.
* Win32: Hard link will be used to improve file I/O performance if available.
* Win32: bsfilter is included in the installer now. If you have installed bsfilter at another location, please note that the location of database files might change.
* Win32: Install/uninstall will be aborted if Sylpheed is running.
* Win32: The registration of Start menu will be applied to all users.
* Win32: The installer cannot launch Sylpheed anymore when install finishes (for Vista).
* A crash bug on CSV import of the address book was fixed.
* Several other bugfixes were made.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index b2a8cc41aad..1773d70ea39 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.116 2009/07/22 09:01:35 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2009/07/27 23:06:46 ahoka Exp $ -DISTNAME= sylpheed-2.6.0 +DISTNAME= sylpheed-2.7.0 CATEGORIES= mail news x11 -MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.6/ +MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.7/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= chris@NetBSD.org |