diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-02-28 15:59:56 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-02-28 15:59:56 -0700 |
commit | c2af1608456087b5d9475e3b288a12554214c221 (patch) | |
tree | 6b691ebc599503249ebc0cf697eb35f2bacf5c98 /po | |
parent | 4db5ba9a511564e4a3cb3d2b67bce4bb171eae4f (diff) | |
download | alpine-c2af1608456087b5d9475e3b288a12554214c221.tar.xz |
* new version 2.20.2
* Further enhancement to the configure script in finding the location
of the SSL include and library files, when they are installed in th e
default location by openssl.
* When Alpine sends an attachment, it will set the boundary attribute
in lower case, as some SMTP servers, such as those of libero.it
reject messages if the boundary attribute is in uppercase.
* Alpine fails to remove temporary files used during a display or sending
filter. Fix contributed by Phil Brooke.
* SMIME: Crash when checking the signature of a message that contains
a RFC822 attached message. Reported by Holger Trapp and Bjorn Krellner.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index 4abd6756..7990eef9 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.20.1 +VERSION = 2.20.2 PACKAGE_BUGREPORT = chappa@washington.edu SHELL = /bin/sh |