+6.35
+ - Userspace revision handling is reworked
+ - Replace the last reference to u_int8_t with uint8_t.
+
6.34
- testsuite: Make sure it can be run over ssh :-)
- Reset state after a command failed, when multiple ones are issued
dnl Boilerplate
-AC_INIT([ipset], [6.34], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.35], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+6.35
+ - netfilter: mark expected switch fall-throughs (Gustavo A. R. Silva)
+ - License cleanup: add SPDX GPL-2.0 license identifier to files with no
+ license (Greg Kroah-Hartman)
+ - Backport patch: netfilter: ipset: use nfnl_mutex_is_locked
+ - Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()
+ - netfilter: ipset: use nfnl_mutex_is_locked (Florian Westphal)
+ - netfilter: ipset: add resched points during set listing
+ (Florian Westphal)
+ - Fix "don't update counters" mode when counters used at the matching
+ - Backport patch: netfilter: ipset: Convert timers to use timer_setup()
+ - netfilter: ipset: use swap macro instead of _manually_ swapping values
+ (Gustavo A. R. Silva)
+ - netfilter: ipset: Fix race between dump and swap (Ross Lagerwall)
+ - netfilter: ipset: pernet ops must be unregistered last (Florian
+ Westphal)
+
6.34
- Fix adding an IPv4 range containing more than 2^31 addresses
(bugzilla id #1005, reported by Oleg Serditov and Oliver Ford)