diff options
author | mjl <mjl@pkgsrc.org> | 2002-08-26 12:11:20 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-08-26 12:11:20 +0000 |
commit | a2796de28f2f4cc805a60d6c02446e7e8bdd5454 (patch) | |
tree | 0f02beb5394b7f70d715486961b0e384cf8e95ab /mail/sylpheed/Makefile | |
parent | 8983edc209a5b8fc95f3a0236835930efcfe8033 (diff) | |
download | pkgsrc-a2796de28f2f4cc805a60d6c02446e7e8bdd5454.tar.gz |
Update to 0.8.2
* GnuPG improvements and fix
o The line endings are canonicalized correctly before signing.
WARNING: don't sign messages with Sylpheed prior to this version
since they didn't fully conform RFC3156 and may cause
incompatibility between other MUAs.
o The feature to store passphrase in memory temporarily has been
implemented.
o The ascii-armored encryption and clear text signing has been
implemented.
* Line-wrapping improvements and fix
o The cursor movement on auto-wrapping has been fixed.
o Flickers on auto-wrapping has been repressed.
* Socket I/O timeout has been implemented.
* The '--attach' command line option has been implemented.
* Automatic cache expiration for News has been implemented.
* Time stamp has been added to the log messages.
* Temporary files are created under ~/.sylpheed/tmp/.
* The problem of folder and summary view refresh on incorporation has
been fixed.
* The correct FQDN will be returned to server.
* Some major memory leaks have been fixed.
* Some other bugs have been fixed.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index e8acac6d2ea..2a99e2b88c0 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2002/08/22 05:10:56 grant Exp $ +# $NetBSD: Makefile,v 1.18 2002/08/26 12:11:20 mjl Exp $ -DISTNAME= sylpheed-0.8.1 +DISTNAME= sylpheed-0.8.2 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 |