aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-05 14:19:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-05 14:19:07 +0000
commit7aee576e0ad74b4003362e955d20284ed413bc82 (patch)
tree92ab09da6433125b389c19484ebf7cfbb04311db /NEWS
parent668bfe23d95d572a724786e54340626a117155ef (diff)
downloadmailfromd-7aee576e0ad74b4003362e955d20284ed413bc82.tar.gz
mailfromd-7aee576e0ad74b4003362e955d20284ed413bc82.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1081 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6db02198..0e11acc5 100644
--- a/NEWS
+++ b/NEWS
@@ -10,12 +10,24 @@ Version 3.0.92
* Incompatible changes:
1. The package refuses to compile without DBM
-2. The function `dbmap' takes an optional third argument. If it is 1,
+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.
+
+ mailfromd my-script.rc
+
+For backward compatibility, the invocation
+`mailfromd --config-file my-script.rc' still works but produces a
+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
to the calls to dbmap to preserve their functionality.
-3. Variables, implicitly declared within a function, are automatic.
+4. Variables, implicitly declared within a function, are automatic.
Previous versions created them as global.
* Language changes

Return to:

Send suggestions and report system problems to the System administrator.