aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-08 18:24:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-08 18:24:08 +0000
commit411fa62576c62af0bcb0cac44dc2ca614174e3b5 (patch)
treeebff9e85d1e2881c06a2c44a586150b55987c8ec
parentfa414c13903daa76b05d6a917a6e932a8e86be0c (diff)
downloadmailfromd-411fa62576c62af0bcb0cac44dc2ca614174e3b5.tar.gz
mailfromd-411fa62576c62af0bcb0cac44dc2ca614174e3b5.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@828 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--ChangeLog19
-rw-r--r--NEWS3
2 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6714adad..891f5aa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2006-11-08 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * configure.ac, NEW: Version 3.0.1
+
+ * src/engine.c (check_on_host): Fix multiple mail from address
+ handling.
+ * src/gram.y (pragma_option): Skip extra whitespace between the
+ word `option' and the argument.
+ (src/main.c): Fix address validation
+ (cond : RATE error): Remove FIXME-xref.
+ * etc/rc.in (mailfromd_stop): Fix arithmetical expression syntax
+ * gacopyz/gacopyz.c (parse_state_arg): Bugfix:
+ do not reuse the parser buffer.
+ (gacopyz_run): Call gacopyz_cleanup_children at the start of the
+ loop, to ensure the children are collected ASAP.
+ * src/mailfrom.h (struct function): Remove misleading comment
+ * src/mu_dbm.c (mu_dbm_open) [WITH_GDBM]: Use GDBM_NOLOCK, as we
+ do the locking ourselves
+
2006-11-06 Sergey Poznyakoff <gray@gnu.org.ua>
Release 3.0
diff --git a/NEWS b/NEWS
index b549003a..5e6639c1 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@ Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
Version 3.0.1, 2006-11-08
* Bugfixes
-** Fix storing the macro values obtained from Sendmail
+** Fix storing the macro values obtained from Sendmail (fixes "Symbol
+`{client_addr}' is not defined" error)
** Collect zomby subprocesses as soon as possible
** Fix arithmetical expression syntax in rc.mailfromd
** Fix multiple 'mail from' address handling

Return to:

Send suggestions and report system problems to the System administrator.