summaryrefslogtreecommitdiff
path: root/pith/pine.hlp
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-03-31 12:22:58 -0600
committerEduardo Chappa <chappa@washington.edu>2015-03-31 12:22:58 -0600
commite53164a6acbbb123ba97fd227ac0b3cf4ef4eeb0 (patch)
tree0fc7075642a99b23be3f9a2be4c3d0edf99a51c7 /pith/pine.hlp
parent3a9d4c01e5135f6d5b2aecdaf698d1d960387df9 (diff)
downloadalpine-e53164a6acbbb123ba97fd227ac0b3cf4ef4eeb0.tar.xz
* new version 2.20.5
* SMIME: Crash when a certificate has an invalid date of validity. Also Alpine will use the function ASN1_TIME_print to determine the date of validity. Reported by Ben Stienstra. * SMIME: Crash when atempting to unlock the password file and an incorrect password is entered. * Alpine version 2.20.4 would not build in Windows, due to a missing #ifdef SMIME directive in file alpine/mailpart.c. Reported by Ulf-Dietrich Braunmann. * Pico: Code reorganization in the search command to make it easier to add subcommands of the search command. * Pico: Search command can do a case sensitive match. Use the Ctrl-^ subcommand of the search command to bring this choice into view. * For a multipart/alternative message, the Take Address command will work on the part that is being read.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r--pith/pine.hlp19
1 files changed, 18 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 630c301d..7eb2f955 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 71 2015-03-25 20:26:58
+Alpine Commit 72 2015-03-31 12:22:49
============= h_news =================
<HTML>
<HEAD>
@@ -211,11 +211,28 @@ Additions include:
<LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
in the width ambiguous zone, it will use other means to determine
the width, such as call wcwidth.
+
+ <LI> Pico: Code reorganization in the search command to make it easier to
+ add subcommands of the search command.
+
+ <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
+ subcommand of the search command to bring this choice into view.
+
+ <LI> For a multipart/alternative message, the Take Address command will
+ work on the part that is being read.
</UL>
+
<P>
Bugs that have been addressed include:
<UL>
+ <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
+ Alpine will use the function ASN1_TIME_print to determine the date
+ of validity. Reported by Ben Stienstra.
+
+ <LI> SMIME: Crash when atempting to unlock the password file and an
+ incorrect password is entered.
+
<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.