Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
+7.17
+ - Tests: When verifying comments/timeouts, make sure entries don't expire
+ - Tests: Make sure the internal batches add the correct number of elements
+ - Tests: Verify that hash:net,port,net type can handle 0/0 properly
+ - Makefile: Create LZMA-compressed dist-files (Phil Sutter)
+
7.16
- Add new ipset_parse_bitmask() function to the library interface
- test: Make sure no more than 64 clashing elements can be added
dnl Boilerplate
-AC_INIT([ipset], [7.16], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.17], [kadlec@netfilter.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+7.17
+ - netfilter: ipset: Rework long task execution when adding/deleting entries
+ - netfilter: ipset: fix hash:net,port,net hang with /0 subnet
+
7.16
- netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
- Fix all debug mode warnings