diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-03-31 12:22:58 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-03-31 12:22:58 -0600 |
commit | e53164a6acbbb123ba97fd227ac0b3cf4ef4eeb0 (patch) | |
tree | 0fc7075642a99b23be3f9a2be4c3d0edf99a51c7 /doc/tech-notes | |
parent | 3a9d4c01e5135f6d5b2aecdaf698d1d960387df9 (diff) | |
download | alpine-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 'doc/tech-notes')
-rw-r--r-- | doc/tech-notes/index.html | 2 | ||||
-rw-r--r-- | doc/tech-notes/tech-notes.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/tech-notes/index.html b/doc/tech-notes/index.html index c09ac7cc..c7fa29a1 100644 --- a/doc/tech-notes/index.html +++ b/doc/tech-notes/index.html @@ -3,7 +3,7 @@ <BODY> <H1>Alpine Technical Notes</H1> -Version 2.20.4, March 2015 +Version 2.20.5, March 2015 <H2><A NAME="TOC">Table of Contents</A></H2><P> diff --git a/doc/tech-notes/tech-notes.txt b/doc/tech-notes/tech-notes.txt index f868fa47..0123ee81 100644 --- a/doc/tech-notes/tech-notes.txt +++ b/doc/tech-notes/tech-notes.txt @@ -1,7 +1,7 @@ Alpine Technical Notes - Version 2.20.4, March 2015 + Version 2.20.5, March 2015 Table of Contents |