From: Jozsef Kadlecsik Date: Fri, 19 Feb 2021 20:30:58 +0000 (+0100) Subject: ipset 7.11 released X-Git-Tag: v7.11^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=258b4c0e7fc5e3365a113d6d80c7d6770e55cc4a;p=thirdparty%2Fipset.git ipset 7.11 released Signed-off-by: Jozsef Kadlecsik --- diff --git a/ChangeLog b/ChangeLog index 2bd363e2..5121d702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +7.11 + - Parse port before trying by service name (Haw Loeung) + - Silence unused-but-set-variable warnings (reported by + Serhey Popovych) + - Handle -Werror=implicit-fallthrough= in debug mode compiling + - ipset: fix print format warning (Neutron Soutmun) + - Updated utilities + - Argument parsing buffer overflow in ipset_parse_argv fixed + (reported by Marshall Whittaker) + - 7.9 - Fix library versioning (Jan Engelhardt) diff --git a/configure.ac b/configure.ac index 4bc33e64..bd6116ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [7.10], [kadlec@netfilter.org]) +AC_INIT([ipset], [7.11], [kadlec@netfilter.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4])