diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-12 17:33:55 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-12 17:33:55 -0800 |
commit | ee70977b5fb4f7be25e7a33b17eb2081d591598c (patch) | |
tree | f0766ef3a014168a011c026de3435ac88e6d94b7 | |
parent | cab2ace4d9f56720a7d184900b8ead30e5e0a189 (diff) | |
download | vyatta-cfg-firewall-debian/0.13.7-6.tar.gz vyatta-cfg-firewall-debian/0.13.7-6.zip |
0.13.7-6debian/0.13.7-6
-rw-r--r-- | debian/changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 59ea72a..a4a9f98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +vyatta-cfg-firewall (0.13.7-6) unstable; urgency=low + + [ Stig Thormodsrud ] + * Add back parameter that was dropped when converting to use + run_cmd(). + * Add more firewall group validation before calling ipset. + * Add more validation of firewall network-group before calling ipset. + * Add space in front of match rule just in case other match rules + don't. + * Clean up mapping between vyatta firewall group_type vs ipset + set_type. + * Change sudo usage to be more consistent. + * Add check for combination of IP range and network-group. + + [ Mohit Mehta ] + * better off storing icmp type-names than depend on iptables help + + -- Mohit Mehta <mohit.mehta@vyatta.com> Thu, 12 Feb 2009 17:33:55 -0800 + vyatta-cfg-firewall (0.13.7-5) unstable; urgency=low * Delete commented out code. |