aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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,4 +1,4 @@
-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.
@@ -7,6 +7,21 @@ 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.

Return to:

Send suggestions and report system problems to the System administrator.