diff options
author | jwise <jwise@pkgsrc.org> | 1999-11-22 01:01:51 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-11-22 01:01:51 +0000 |
commit | b4150924f4663715ecd405bcf121718a91e1c32b (patch) | |
tree | 98441252927f26d7323a80856469fc30b60ac141 /mail/pine | |
parent | 3cffd3029078cca3ca1255780dbdbe480e0b5059 (diff) | |
download | pkgsrc-b4150924f4663715ecd405bcf121718a91e1c32b.tar.gz |
Update to pine-4.21. Changes from pine-4.20:
New in Pine
Version is mainly intended to fix bugs introduced in previous
versions.
Bugs that have been addressed in this release include:
* 'N' flag not preserved across sessions
* 'N' flag not cleared when messages containing non-text pieces
viewed
* Sort failure using non-UW IMAP servers
* Linux port: failure to recognize resized display
* Problems with quoted /user= argument in smtp-server config
* Transient (e.g., mistyped password) authentication failures not
reported
* Rare cases of deleted header lines reappearing after ^X in
Composer
* Customized headers Bcc, To, Cc and Lcc not shown when posting news
* Problem with role pattern vs. color patterns in a file
* Problem with color display vs. single line scrolling
* Last line of one-page message not displayed in rare cases
* Text in Reply/Forward of encapsulated multipart/alternative and
signed missing
* Failure to recognize list management headers in sorted folder
* Attachments sometimes marked for deletion when scoring in use
* Delayed notification of messages filtered from Inbox to current
folder
* WhereIs to start or end of Folder List screen didn't
* PC-Pine crash selecting text from secondary window
* PC-Pine instances of "FOLDER CLOSED DUE TO ACCESS ERROR"
General improvements include:
* Filter performance and interface tuning:
+ User-Interface changes to avoid accidental deletion of mail
+ Action Folders local to PC-Pine no longer require
double-backslashes
+ Improved expunge performance with filters enabled
* NNTP performance improvements in MESSAGE INDEX screen
* Role Command (#) improvements
* Improved display of addresses containing comma in personal name
* Numerous Text/HTML parser improvements
* Continued help text improvements
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 8 | ||||
-rw-r--r-- | mail/pine/files/md5 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 9e8f099ff7e..ff7a7a409fa 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 1999/11/11 17:40:17 tv Exp $ +# $NetBSD: Makefile,v 1.31 1999/11/22 01:01:51 jwise Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # -DISTNAME= pine4.20 -PKGNAME= pine-4.20 +DISTNAME= pine4.21 +PKGNAME= pine-4.21 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ # This pkg doesn't build pico or libpico; the pico pkg does that part. -DEPENDS= pico-3.6:../../editors/pico +DEPENDS= pico-3.7:../../editors/pico do-configure: ${CP} -f ${WRKSRC}/pine/osdep/os-neb.h ${WRKSRC}/pine/osdep/os-neb.h.orig diff --git a/mail/pine/files/md5 b/mail/pine/files/md5 index 52b7b0379de..c6574d5d455 100644 --- a/mail/pine/files/md5 +++ b/mail/pine/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.9 1999/11/11 17:40:18 tv Exp $ +$NetBSD: md5,v 1.10 1999/11/22 01:01:51 jwise Exp $ -MD5 (pine4.20.tar.gz) = 9b60a049e3575fc0b1a201f5f0105f14 +MD5 (pine4.21.tar.gz) = 9252a061387de806f8aa1ced885d41f6 |