summaryrefslogtreecommitdiff
path: root/pith/pine.hlp
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-08-12 11:48:52 -0600
committerEduardo Chappa <chappa@washington.edu>2018-08-12 11:48:52 -0600
commitabcd5fe37b31b2e13907893f70a9e411dcf5e295 (patch)
tree6bc093b14be33feb92f86bb65830804594c4011e /pith/pine.hlp
parent7f7ec82c7dc023b9ac7b985d1abe10e7bd3d908e (diff)
downloadalpine-abcd5fe37b31b2e13907893f70a9e411dcf5e295.tar.xz
* The call realpath(..., NULL) gives an error in Solaris, which means that
we need to allocate memory for storing the resolved path. Reported by Fabian Schmidt.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r--pith/pine.hlp6
1 files changed, 5 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 486129cd..802c5544 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 298 2018-07-10 17:38:37
+Alpine Commit 299 2018-08-12 11:48:38
============= h_news =================
<HTML>
<HEAD>
@@ -220,6 +220,10 @@ Bugs that have been addressed include:
is used. Revert to using code for the Windows operating system.
Reported by Andrew Ho.
+ <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
+ we need to allocate memory for storing the resolved path. Reported by
+ Fabian Schmidt.
+
<LI> Crash when attempting to bounce a message due to lack of space in
allocated space for key menu array. Reported by David Sewell.