+6.33
+ - Report if the option is supported by a newer kernel release
+ - ipset: Fix ipset command replacement in runtest.sh (Neutron Soutmun)
+ - Correct a test: number of entries may be outdated
+
6.32
- Fix possible truncated output in ipset output buffer handling
(Reported by Omri Bahumi and Yoni Lavi).
dnl Boilerplate
-AC_INIT([ipset], [6.32], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.33], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+6.33
+ - Backport patch: sctp: remove the typedef sctp_sctphdr_t
+ - Backport patch: netfilter: nfnetlink: extended ACK reporting
+ - ipset: remove unused function __ip_set_get_netlink (Aaron Conole)
+ - Backport patch: netlink: pass extended ACK struct to parsing functions
+ - Backport patch netlink: extended ACK reporting
+ - netfilter: Remove exceptional & on function name (Arushi Singhal)
+ - Backport missing part of patch: netfilter: Remove unnecessary cast on
+ void pointer
+ - Backport nfnl_msg_type()
+ - netfilter: ipset: ipset list may return wrong member count for set with
+ timeout (Vishwanath Pai)
+ - netfilter: ipset: deduplicate prefixlen maps (Aaron Conole)
+ - Fix sparse warnings
+ - netfilter: ipset: Compress return logic (simran singhal)
+ - netfilter: ipset: Remove unnecessary cast on void pointer (simran
+ singhal)
+ - Compatibility: handle changes in 4.10 kernel tree
+
6.31
- netfilter: ipset: Null pointer exception in ipset list:set
(Vishwanath Pai)