Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
+7.3
+ - ipset: fix spelling error in libipset.3 manpage (Neutron Soutmun)
+
7.2
- Update my email address
dnl Boilerplate
-AC_INIT([ipset], [7.2], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.3], [kadlec@netfilter.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+7.3
+ - Fix rename concurrency with listing
+ - ipset: Copy the right MAC address in bitmap:ip,mac and
+ hash:ip,mac sets (Stefano Brivio)
+ - ipset: Actually allow destination MAC address for hash:ip,mac
+ sets too (Stefano Brivio)
+
7.2
- Update my email address
- ipset: Fix memory accounting for hash types on resize (Stefano Brivio)