From: Jozsef Kadlecsik Date: Thu, 21 Sep 2023 06:14:18 +0000 (+0200) Subject: ipset 7.19 released X-Git-Tag: v7.19^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce6db35a0ea950e850ebe7c50ce46908c1c3bb2b;p=thirdparty%2Fipset.git ipset 7.19 released Signed-off-by: Jozsef Kadlecsik --- diff --git a/ChangeLog b/ChangeLog index cf73acfa..4cb08f67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +7.19 + - build: Fix the double-prefix in pkgconfig (Sam James) + 7.18 - Add json output to list command (Thomas Oberhammer) - tests: hash:ip,port.t: Replace VRRP by GRE protocol (Phil Sutter) diff --git a/configure.ac b/configure.ac index 6c26645c..b6d1363b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [7.18], [kadlec@netfilter.org]) +AC_INIT([ipset], [7.19], [kadlec@netfilter.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4])