]> granicus.if.org Git - ipset/commitdiff
ipset 7.2 released
authorJozsef Kadlecsik <kadlec@netfilter.org>
Mon, 10 Jun 2019 10:10:11 +0000 (12:10 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Mon, 10 Jun 2019 10:10:11 +0000 (12:10 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index 3049eae4ce95ce717bc2a052a1761f6e09be1fdb..f2248ef03ead0a5b6e62efa59505d03b0f5c2e95 100644 (file)
--- 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
index b2563798b47a364d7a104f377fc3ff3d67243276..c7260bd29bfefbd910f9befa119499ab8dc47a3a 100644 (file)
@@ -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])
index 0b53a3d0ef67950c2191ad9f1ecfb44f715511c4..533a994d8a0a858f58bd0200f4c932e6483acc75 100644 (file)
@@ -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)