From: Jozsef Kadlecsik Date: Wed, 14 Jul 2021 11:33:39 +0000 (+0200) Subject: ipset 7.12 released X-Git-Tag: v7.12^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ec051e61f0568e27688248dc28f568127780437;p=thirdparty%2Fipset.git ipset 7.12 released Signed-off-by: Jozsef Kadlecsik --- diff --git a/ChangeLog b/ChangeLog index 5121d702..e82adc67 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 eb6c3344..4afc264b 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 ec2134f2..4f3fb963 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