From: Jozsef Kadlecsik Date: Tue, 27 Jul 2021 10:19:02 +0000 (+0200) Subject: ipset 7.13 released X-Git-Tag: v7.13^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=964924263bb7ecb38c452165af16d4ddf5a726f8;p=thirdparty%2Fipset.git ipset 7.13 released Signed-off-by: Jozsef Kadlecsik --- diff --git a/ChangeLog b/ChangeLog index e82adc67..f57f7548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +7.13 + - When parsing protocols by number, do not check it in /etc/protocols. + - Add missing hunk to patch "Allow specifying protocols by number" + 7.12 - Allow specifying protocols by number (Haw Loeung) - Fix example in ipset.8 manpage discovered by Pablo Neira Ayuso. diff --git a/configure.ac b/configure.ac index 4afc264b..a3175cf6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [7.12], [kadlec@netfilter.org]) +AC_INIT([ipset], [7.13], [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 4f3fb963..77b23994 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,6 @@ +7.13 + - Limit the maximal range of consecutive elements to add/delete fix + 7.12 - Limit the maximal range of consecutive elements to add/delete - Backport "netfilter: use nfnetlink_unicast()"