summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Sinha <gaurav.sinha@vyatta.com>2012-08-22 17:40:54 -0700
committerGaurav Sinha <gaurav.sinha@vyatta.com>2012-08-22 17:40:54 -0700
commit050b306a3daf0ce20d7b34d91da744d174271fa9 (patch)
tree4cf85d196e3b0d5df30092431c3df0f1269c92b7
parent03eaec3d06823562d30912b0972b86af15359660 (diff)
downloadvyatta-conntrack-050b306a3daf0ce20d7b34d91da744d174271fa9.tar.gz
vyatta-conntrack-050b306a3daf0ce20d7b34d91da744d174271fa9.zip
0.46
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 801ef29..e93b0ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+vyatta-conntrack (0.46) unstable; urgency=low
+
+ * initial commit for 8067
+ * Initial conntrack-ignore rule handling script.
+ * fixing rule creation
+ * fix rule deletion and modification
+ * Fixed protocols allowed script, use same as NAT, fixed protocol
+ parsing
+ * Add show conntrack ignore command for showing conntrack ignore rules
+ with packet, byte statistics
+ * changed any to 0.0.0.0, all based on field, minor modifications in
+ show script
+ * remove numerically sort function, not needed anymore.
+ * Fix bug with statistics, count should double increment
+
+ -- Gaurav Sinha <gaurav.sinha@vyatta.com> Wed, 22 Aug 2012 17:40:53 -0700
+
vyatta-conntrack (0.45) unstable; urgency=low
* check protocol timers are configured on commit: bug 8216