]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.12 released v7.12
authorJozsef Kadlecsik <kadlec@netfilter.org>
Wed, 14 Jul 2021 11:33:39 +0000 (13:33 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Wed, 14 Jul 2021 11:33:39 +0000 (13:33 +0200)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
ChangeLog
configure.ac
kernel/ChangeLog

index 5121d702fc2a177b5a1740042fad4a4bd4baf845..e82adc6737a95ae0b123157966691c1c7898b957 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+7.12
+  - Allow specifying protocols by number (Haw Loeung)
+  - Fix example in ipset.8 manpage discovered by Pablo Neira Ayuso.
+  - tests: add tests ipset to nftables (Pablo Neira Ayuso)
+  - add ipset to nftables translation infrastructure (Pablo Neira Ayuso)
+  - lib: Detach restore routine from parser (Pablo Neira Ayuso)
+  - lib: split parser from command execution (Pablo Neira Ayuso)
+  - Fix patch "Parse port before trying by service name"
+
 7.11
   - Parse port before trying by service name (Haw Loeung)
   - Silence unused-but-set-variable warnings (reported by
index eb6c3344d13860266fbe326da529da83984b1268..4afc264bb18264fd7e985ec424c70efe8fd49c24 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [7.11], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.12], [kadlec@netfilter.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index ec2134f2565cf4d48a72b49f0c855cbef123b60b..4f3fb963236165d9d0757243cb76d89b6b5ce498 100644 (file)
@@ -1,3 +1,12 @@
+7.12
+  - Limit the maximal range of consecutive elements to add/delete
+  - Backport "netfilter: use nfnetlink_unicast()"
+  - Backport "netfilter: nfnetlink: consolidate callback type"
+  - Backport "netfilter: nfnetlink: add struct nfnl_info and
+    pass it to callbacks"
+  - Backport "netfilter: add helper function to set up the
+    nfnetlink header and use it"
+
 7.10
   - Fix patch "Handle false warning from -Wstringop-overflow"
   - Backward compatibility: handle renaming nla_strlcpy to nla_strscpy