From 0ec051e61f0568e27688248dc28f568127780437 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Wed, 14 Jul 2021 13:33:39 +0200 Subject: ipset 7.12 released Signed-off-by: Jozsef Kadlecsik --- ChangeLog | 9 +++++++++ configure.ac | 2 +- kernel/ChangeLog | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5121d70..e82adc6 100644 --- 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 diff --git a/configure.ac b/configure.ac index eb6c334..4afc264 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index ec2134f..4f3fb96 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -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 -- cgit v1.2.3