summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-10-02 22:53:23 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-10-02 22:53:23 +0200
commitf0228547f57fd85881f0447e1f80a08bf3232b81 (patch)
treec143e201b3b467ea456d52a8383e6c114b46c23d /ChangeLog
parent1c8e2092e046b7b44ef67d0a6a756b6bef3bac98 (diff)
ipset 6.20 releasedv6.20
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e49f6f4..64af939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+6.20
+ - Missing comment support added to hash:ip,port,ip and hash:net,iface
+ types
+ - Compatibility code is modified not to rely on kernel version numbers
+ - Add userspace code to support hash:net,port,net kernel module
+ (Oliver Smith)
+ - Tests added to check comment extension
+ - Add new userspace set revisions for comment support (Oliver Smith)
+ - Support comments in the userspace library (Oliver Smith)
+ - Rework the "fake" argument parsing for ipset restore (Oliver Smith)
+ - Add userspace code to support hash:net,net kernel module
+ (Oliver Smith)
+ - Add test to verify CIDR tracking
+ - configure: uclinux is also linux (Gustavo Zacarias)
+ - Add specifying protocol for bitmap:port (Quentin Armitage)
+ - Remove artifical restriction of netmask values for hash:ip type
+ (Reported by Quentin Armitage, netfilter bugzilla id #844)
+ - Make sure called test scripts can be executed (reported by Tomas Budai)
+ - Manpage fix: not just identical, but compatible type of sets can be
+ swapped (Reported by Quentin Armitage, netfilter bugzilla id #843)
+ - Fix error message typo (Reported by Quentin Armitage, netfilter bugzilla
+ id #843)
+ - Parse option "family" first, because other options may depend on it
+ (Bug reported by Quentin Armitage, closed netfilter bugzilla #841)
+ - Change 2nd parameter type of ipset_parse_elem (Quentin Armitage)
+ - Report broken netlink messages in debug mode
+ - Fix hyphen used as minus sign in manpage (Neutron Soutmun)
+ - libipset.pc must be installed via 'make install' (Eric Leblond)
+
6.19
- Check at modules_install whether depmod ignores the extra subdir
(reported by Husnu Demir and tian fang)