+7.2
+ - Update my email address
+
7.1
- Add compatibility support for strscpy()
- Correct the manpage about the sort option
dnl Boilerplate
-AC_INIT([ipset], [7.1], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.2], [kadlec@netfilter.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+7.2
+ - Update my email address
+ - ipset: Fix memory accounting for hash types on resize (Stefano Brivio)
+ - Fix error path in set_target_v3_checkentry()
+ - Fix the last missing check of nla_parse()
+ - netfilter: ipset: fix a missing check of nla_parse (Aditya Pakki)
+ - netfilter: ipset: merge uadd and udel functions (Florent Fourcot)
+ - netfilter: ipset: remove useless memset() calls (Florent Fourcot)
+
7.1
- netfilter/ipset: replace a strncpy() with strscpy() (Qian Cai)
- netfilter: ipset: fix ip_set_byindex function (Florent Fourcot)