summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-12-10 18:35:31 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-12-10 18:35:31 +0100
commitac5292c2c57f626f7918a48126858140da239755 (patch)
tree238dd3669059580766f378c807be0e32145aa25e
parent1fb770357a784baa41630bfe186f02b79d8000b6 (diff)
ipset 7.1 releasedv7.1
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog7
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dab80da..3049eae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
diff --git a/configure.ac b/configure.ac
index f229361..4a8220b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
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])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 8e8f607..0b53a3d 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,10 @@
+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