]> granicus.if.org Git - ipset/commitdiff
ipset 6.15 released v6.15
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 19 Nov 2012 12:29:49 +0000 (13:29 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 19 Nov 2012 12:29:49 +0000 (13:29 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index 943ef8a2967af07e6e752cd903d9d5fd4ae2ffc3..a5941ba9dc109c2c2015f63e3d157d4b778e70cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+6.15
+ - Fix interactive mode (Fredrik Eriksson)
+ - Use gethostbyname2 instead of getaddrinfo
+ - Make tests/check_cidrs.sh script executable
+ - Add tests to check completely ranges with hash types
+ - Make easier to apply the netlink.patch
+ - Support protocol numbers as well, not only protocol names
+ - Add (back) the debug flag to configure
+ - Add simple test to check cidr book-keeping
+
 6.14
  - Support to match elements marked with "nomatch" in hash:*net* sets
  - Coding style fixes
index 7b3e70bcc32e6e62b781e9306d31de66f205d4d4..7a6aa3332cb48d58e5be0fdb3a57d24056e364a0 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.14], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.15], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 7d016eb5aa2910bf5316e55b0e6e08e8e87924f7..28c4a2534162b19079413d274e65a15aa7464601 100644 (file)
@@ -1,3 +1,9 @@
+6.15
+ - Increase the number of maximal sets automatically as needed
+ - Restore the support of kernel versions between 2.6.32 and 2.6.35
+ - Fix range bug in hash:ip,port,net
+ - Revert, then reapply cidr book keeping patch to handle /0
+
 6.14
  - Support to match elements marked with "nomatch" in hash:*net* sets
  - Coding style fixes