From 8f137a2f677defab63d67843ef9176b34f2ee002 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 22 May 2013 12:58:52 +0000 Subject: [PATCH] new upstream --- debian/changelog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f4ebcfd..ac79c5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +postfwd (1.35-1) unstable; urgency=low + + * New upstream release + - fixed fixed taint mode logging error + - check_* functions use print/getline instead of send/recv for large + --dumpcache output + - log_* routines added to allow the same plugins for postfwd1 and postfwd2 + - added more information when using --debug=cleanup + - new sendmail(sendmail-path::from::to::subject::body) action + - rate(), size() and rcpt() function index is now case insensitive by + default + - fixed segfault when using new perl versions (Closes: #697653) + + -- Jan Wagner Wed, 22 May 2013 14:49:15 +0200 + postfwd (1.33-1) UNRELEASED; urgency=low * New upstream release @@ -6,7 +21,7 @@ postfwd (1.33-1) UNRELEASED; urgency=low - ITEMS plugins returning zero values were handled incorrectly - max command recursion was not reset for each rule - fixed warning about use of (uninitialized value) when STORABLE - is available but no cache file was defined (Closed: #697657) + is available but no cache file was defined (Closes: #697657) * Fix comment in /etc/default/postfwd (Closes: #679924), thanks Jeroen Koekkoek * Fix typo in README.Debian (closes: #691242), thanks Axel Beckert