]> granicus.if.org Git - ipset/commitdiff
ipset 7.1 released v7.1
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 10 Dec 2018 17:35:31 +0000 (18:35 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 10 Dec 2018 17:35:31 +0000 (18:35 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index dab80da75be64afaed56695d051cb0a3b9d46c36..3049eae4ce95ce717bc2a052a1761f6e09be1fdb 100644 (file)
--- 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
index f2293613d5a8ecc5515431d0eeaa25ae2c0310c9..4a8220b952e2d1b624d6de919206caba9eb9a26c 100644 (file)
@@ -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])
index 8e8f607e791f48be328d03623e27f4047636295b..0b53a3d0ef67950c2191ad9f1ecfb44f715511c4 100644 (file)
@@ -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