diff options
author | Eduardo Chappa <chappa@washington.edu> | 2022-09-08 22:05:07 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2022-09-08 22:05:07 -0600 |
commit | 768042b955ae35df6234586a9ea2949f42216248 (patch) | |
tree | a1cd561ae3070782aeca9172548ff41e4afbe670 /pith | |
parent | bf524965c487e054bfab2a8f405d49d34d48d507 (diff) | |
download | alpine-768042b955ae35df6234586a9ea2949f42216248.tar.xz |
* New version 2.26
* If kerberos is not fully installed remove it from the list of libraries.
* Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
* Cleaning up some memory leaks reported by Valgrind. Memory leaks in the
handling of http headers will be handled through a different update.
* Update to reflect the change from alpine.x10host.com to alpineapp.email.
* Fix regression introduced by f95e2d179774739a885468144e68de047245ada5:
When testing for Kerberos support consistently use OLDLIBS as the
variable to temporarily save LIBS to, i.e., fix the mis-spelling of
* Crash in Alpine after a user tried to repaint the screen after failing
to select a rule from a menu. Reported by Peter Tirsek. Crash also
reproducible when selecting by keyword or charset.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 23403143..9a252bba 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -147,7 +147,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 661 2022-09-03 07:46:35 +Alpine Commit 662 2022-09-08 22:05:03 ============= h_news ================= <HTML> <HEAD> @@ -205,6 +205,9 @@ new additions to Alpine, please check it periodically. <P> Bugs addressed include: <UL> <LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne. +<LI> Crash in Alpine after a user tried to repaint the screen after failing + to select a rule from a menu. Reported by Peter Tirsek. Crash also + reproducible when selecting by keyword or charset. </UL> <P>Version 2.26 adds new features and addresses bugs found in previous |