summaryrefslogtreecommitdiff
path: root/pith/pine.hlp
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-03-15 22:39:54 -0600
committerEduardo Chappa <chappa@washington.edu>2015-03-15 22:39:54 -0600
commit955a543f9ac3bb29b88a42d0520ac68324c2f6fa (patch)
tree89d5f69fe3569b97a96ca0b901f8886c3457524c /pith/pine.hlp
parentc2af1608456087b5d9475e3b288a12554214c221 (diff)
downloadalpine-955a543f9ac3bb29b88a42d0520ac68324c2f6fa.tar.xz
* new version 2.20.3
* SMIME: If a message contains a RFC822 atachment that is signed/decrypted add the ability to view its SMIME information. * SMIME: The ^E command that gives information on the certificate is only available for messages that have a signed or encrypted part. * Fix vulnerability in regex library. This only affects those who use this library, such as the windows version of Alpine. See http://www.kb.cert.org/vuls/id/695940. * HTML: Add support for decoding entities in hexadecimal notation. Suggested by Tulipánt Gergely. * Pico: Add the ability to search for strings in the beginning or end of a line. In the search menu, pressing Ctrl-^ toggles the prompt to search for a string at the beginning of a line. Another press of Ctrl-^ toggles the prompt to search for a string at the end of a line, and pressing Ctrl-^ one more time searches for the string anywhere in the text.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r--pith/pine.hlp23
1 files changed, 22 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 4b0acfeb..31e20a0a 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 69 2015-02-28 15:59:49
+Alpine Commit 70 2015-03-15 22:39:47
============= h_news =================
<HTML>
<HEAD>
@@ -186,6 +186,22 @@ Additions include:
<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.
+ <LI> SMIME: The ^E command that gives infromation on the certificate
+ is only available for messages that have a signed or encrypted
+ part.
+
+ <LI> SMIME: If a message contains a RFC822 atachment that is
+ signed/decrypted add the ability to view its SMIME information.
+
+ <LI> HTML: Add support for decoding entities in hexadecimal notation.
+ Suggested by Tulip&aacute;nt Gergely.
+
+ <LI> Pico: Add the ability to search for strings in the beginning or end
+ of a line. In the search menu, pressing Ctrl-^ toggles the prompt
+ to search for a string at the beginning of a line. Another press of
+ Ctrl-^ toggles the prompt to search for a string at the end of a
+ line, and pressing Ctrl-^ one more time searches for the string
+ anywhere in the text.
</UL>
<P>
@@ -195,6 +211,11 @@ Bugs that have been addressed include:
a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn
Krellner.
+ <LI> Fix vulnerability in regex library. This only affects those who use
+ this library, such as the windows version of Alpine. See
+ <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
+ for more details.
+
<LI> Alpine would not set include and lib paths for OpenSSL if this was
installed in /usr/local/ssl.