aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-03-31 23:49:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-03-31 23:49:32 +0000
commitb872ee5453cf58546c473c0419787b566098a98e (patch)
treec4c5dc2371f2ddbd4b4f85c8010484cc08de5b17 /NEWS
parent05694302ecc310070baffd2cac49f9d61f4a46aa (diff)
downloadmailfromd-b872ee5453cf58546c473c0419787b566098a98e.tar.gz
mailfromd-b872ee5453cf58546c473c0419787b566098a98e.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1334 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a56f6abb..2d71ec38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,30 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-03-21
+Mailfromd NEWS -- history of user-visible changes. 2007-04-01
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
Version 3.1.91, SVN
+* Resizable stack
+
+The runtime stack of the MFL grows automatically as the need arises.
+Thus, `#pragma stacksize' sets the initial size of the stack, and
+the `Out of stack space' error, which was common in the previous
+versions, now can occur only if there is no more virtual memory left.
+
+Whenever the stack gets expanded, mailfromd issues a warning message
+to the logs, notifying of the new stack size, e.g.:
+
+ warning: stack segment expanded, new size=8192
+
+You can use these messages to adjust your stack size configuration
+settings.
+
* connect handler
Connect handler is implemented.
* envfrom and envrcpt

Return to:

Send suggestions and report system problems to the System administrator.