summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2019-06-10 12:10:11 +0200
committerJozsef Kadlecsik <kadlec@netfilter.org>2019-06-10 12:10:11 +0200
commitf52a35dfa3ee3cc6c7a85af65b8d7f903c671edf (patch)
tree97b59867b5f8e402fe119d42235f05478a7eb60b
parent0fdebb3b32cd7ddf6e2c2531c51edffb21ac2a6b (diff)
ipset 7.2 released
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog9
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3049eae..f2248ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+7.2
+ - Update my email address
+
7.1
- Add compatibility support for strscpy()
- Correct the manpage about the sort option
diff --git a/configure.ac b/configure.ac
index b256379..c7260bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
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])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 0b53a3d..533a994 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,12 @@
+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)