+6.21.1
+ - The bash utilities are updated
+ - Fix libipset library release versioning (reported by Mathieu Bridon)
+
6.21
- ipset: add userspace support for forceadd (Josh Hunt)
- kernel: uapi: fix MARKMASK attr ABI breakage (Florian Westphal)
dnl Boilerplate
-AC_INIT([ipset], [6.21], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.21.1], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+6.21.1
+ - netfilter: ip_set: rename nfnl_dereference()/nfnl_set()
+ (Patrick McHardy)
+
6.21
- ipset: add forceadd kernel support for hash set types (Josh Hunt)
- netfilter: ipset: move registration message to init from net_init