From c67cf1bdeb4990c533c82464811d6611845ed99d Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 14 Sep 2011 12:54:58 +0000 Subject: [PATCH] new upstream release --- debian/changelog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7288180..7767634 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,16 @@ -postfwd (1.20-2) UNRELEASED; urgency=low +postfwd (1.30-1) UNRELEASED; urgency=low + * New upstream release + - new parser enhancement allows to omit the trailing "\" for multi-line rules + - new plugin interface (BETA) + - Time::HiRes is used if available + - multiple rate limits for the same items are supported now + - new $$ratecount variable for rate() actions + - new option --keep_rates + - queueid is logged when available + - rate limits fixed + - new --debug class 'cleanup' + - documentation updates and fixes * Suppress output on restarting via init script (Closes: #636782), thanks Martin F. Krafft for reporting