aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-05 21:34:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-05 21:34:52 +0000
commit4c821f3235bfcff12e6d4fc7df5f9c5675dfa80e (patch)
treee01d7d427dcedf970b21ab55ed46f141a4538d89 /NEWS
parent6b2ffb05a0ce141d38bbbd2cb337e73bdb4b4663 (diff)
downloadmailfromd-4c821f3235bfcff12e6d4fc7df5f9c5675dfa80e.tar.gz
mailfromd-4c821f3235bfcff12e6d4fc7df5f9c5675dfa80e.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1084 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0e11acc5..5496a75b 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ Version 3.0.92
* Incompatible changes:
1. The package refuses to compile without DBM
+
2. The command line option --config-file (-c) is no longer supported.
To use an alternative filter script, give it as an argument in the
command line, e.g.
@@ -23,10 +24,12 @@ warning message.
The semantics of `-c' will change in the next release.
3. The function `dbmap' takes an optional third argument. If it is 1,
-length of the lookup key will include the terminating null character.
-In previous versions dbmap always included the terminating null
-character in the key. So, you should add the non-zero third argument
+then the length of the lookup key will include the terminating null character.
+
+In previous versions dbmap always counted the terminating null
+character in the key length. So, you should add the non-zero third argument
to the calls to dbmap to preserve their functionality.
+
4. Variables, implicitly declared within a function, are automatic.
Previous versions created them as global.

Return to:

Send suggestions and report system problems to the System administrator.