From: Jozsef Kadlecsik Date: Wed, 28 Jul 2021 14:23:06 +0000 (+0200) Subject: ipset 7.14 released X-Git-Tag: v7.14^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6722372e98b2b50888e98b2f2c83c84d89ce072e;p=thirdparty%2Fipset.git ipset 7.14 released Signed-off-by: Jozsef Kadlecsik --- diff --git a/ChangeLog b/ChangeLog index f57f7548..c5bf19ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +7.14 + - Add missing function to libipset.map and bump library version + (reported by Jan Engelhardt) + 7.13 - When parsing protocols by number, do not check it in /etc/protocols. - Add missing hunk to patch "Allow specifying protocols by number" diff --git a/configure.ac b/configure.ac index a3175cf6..dd587c1b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [7.13], [kadlec@netfilter.org]) +AC_INIT([ipset], [7.14], [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 77b23994..8262b9cd 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,6 @@ +7.14 + - 64bit division isn't allowed on 32bit, replace it with shift + 7.13 - Limit the maximal range of consecutive elements to add/delete fix