]> granicus.if.org Git - ipset/commitdiff
ipset 6.12 released
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 10 May 2012 09:54:18 +0000 (11:54 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 10 May 2012 09:54:18 +0000 (11:54 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index 74a81a233aa5c0931064fc72029073e1160b9e52..d5f01f59d668a8ba3178b072d40ce87b99f57b3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+6.12
+ - Cleanup generated files by make tidy
+ - Add more CC warning option to debug mode
+ - Report syntax error messages immediately
+ - Suppress false syntax error messages
+ - Add configure summary for the ipset userspace tool
+ - Add dynamic module support to ipset userspace tool
+   (Neutron Soutmun)
+ - Move ipset_port_usage() into lib (Neutron Soutmun)
+ - Fix invalid assignment to const void pointer (bug reported by Seblu)
+ - Remove unused variables (warnings fixed)
+ - Fix timeout value overflow bug at large timeout parameters
+   (bug reported by Andreas Herz)
+ - Improve ipset help text messages (Mr Dash Four)
+
 6.11
  - Support hostnames and service names with dash
  - Exceptions support added to hash:*net* types
index 3789cf0ebbe661c2f3cda0726b2f77a1a855d1a0..d9a71d344da7c26e0642cd296c74577a86dfdd5c 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.11], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.12], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 69d3e54e8f5ba47540fdcedf8cacdfe25b2206d1..819ac6e486ee411e4220bdc7901f567ec62feb9d 100644 (file)
@@ -1,3 +1,17 @@
+6.12
+ - Backport nla_put_net* functions as NLA_PUT* were removed
+ - netlink: add netlink_dump_control structure for netlink_dump_start()
+ - ipset: Stop using NLA_PUT*().
+ - Fix hash size checking in kernel (bug reported by Seblu)
+ - Correct README file about minimal required iptables version
+   (Oskar Berggren)
+ - Sparse warnings "incorrect type in assignment" fixed
+ - Fix timeout value overflow bug at large timeout parameters
+   (bug reported by Andreas Herz)
+ - ipv6: Add fragment reporting to ipv6_skip_exthdr().
+ - net: remove ipv6_addr_copy()
+ - Fix the inclusion of linux/export.h (Henry Culver)
+
 6.11
  - hash:net,iface timeout bug fixed
  - Exceptions support added to hash:*net* types