+7.1
+ - Add compatibility support for strscpy()
+ - Correct the manpage about the sort option
+ - Add missing functions to libipset.map
+ - configure.ac: Fix build regression on RHEL/CentOS/SL
+ (Serhey Popovych)
+ - Implement sorting for hash types in the ipset tool
+ - Fix to list/save into file specified by option
+ (reported by Isaac Good)
+
7.0
- Introduction of new commands and protocol version 7, updated
kernel include files
dnl Boilerplate
-AC_INIT([ipset], [7.0], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [7.1], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+7.1
+ - netfilter/ipset: replace a strncpy() with strscpy() (Qian Cai)
+ - netfilter: ipset: fix ip_set_byindex function (Florent Fourcot)
+ - netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
+ (Pan Bian)
+ - Correct workaround in patch "Fix calling ip_set() macro at dumping"
+
7.0
- Introduction of new commands and protocol version 7
- License cleanup: add SPDX license identifier to uapi header files with