summaryrefslogtreecommitdiff
path: root/pith/pine.hlp
diff options
context:
space:
mode:
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r--pith/pine.hlp30
1 files changed, 20 insertions, 10 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index f360dda6..4b0acfeb 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 68 2015-01-25 18:52:07
+Alpine Commit 69 2015-02-28 15:59:49
============= h_news =================
<HTML>
<HEAD>
@@ -180,29 +180,39 @@ addresses bugs found in previous releases and has a few additions as well.
Additions include:
<UL>
<LI> Ignore message from smtp server after a successful authentication
- challenge.
+ challenge.
<LI> If SSLDIR is defined somehow, do not disable S/MIME if the
- SSLCERTSDIR is not found.
+ SSLCERTSDIR is not found.
+ <LI> 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.
</UL>
<P>
Bugs that have been addressed include:
<UL>
+ <LI> SMIME: Crash when checking the signature of a message that contains
+ a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn
+ Krellner.
+
<LI> Alpine would not set include and lib paths for OpenSSL if this was
- installed in /usr/local/ssl.
+ installed in /usr/local/ssl.
<LI> If the .pinerc file is a symbolic link, Alpine might not write its
- contents when saving its configuration.
+ contents when saving its configuration.
<LI> The _INIT_ token does not skip over non-alpha numeric characters in
- the name. Reported by Andreas Fehr.
+ the name. Reported by Andreas Fehr.
<LI> Mismatch in size of UCS and CELL caused a corruption in the
- content of a pointer, which made the speller in PC-Alpine get
- the content of a word incorrectly.
+ content of a pointer, which made the speller in PC-Alpine get the
+ content of a word incorrectly.
+
+ <LI> Skip testing openssl compatibility version when cross-compilation
+ is detected. Fix contributed by Antti Sepp&auml;l&auml;
- <LI> Skip testing openssl compatibility version when cross-compilation
- is detected. Fix contributed by Antti Seppälä.
+ <LI> Alpine fails to remove temporary files used during a display or sending
+ filter. Fix contributed by Phil Brooke.
</UL>