From: Jan Engelhardt Date: Sun, 30 Apr 2023 13:39:07 +0000 (+0200) Subject: Xtables-addons 3.24 X-Git-Tag: v3.24^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa35c296fcc0e160c7fa29536b50e686afebe7d2;p=thirdparty%2Fxtables-addons.git Xtables-addons 3.24 --- diff --git a/configure.ac b/configure.ac index 60637ad..87ec247 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xtables-addons], [3.23]) +AC_INIT([xtables-addons], [3.24]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/changelog.rst b/doc/changelog.rst index cd2d9cb..61667fa 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,10 @@ +v3.24 (2023-04-30) +================== + +* xt_geoip: bump number of territories per rule +* geoip: use stdout for output and stderr for errors/diag + + v3.23 (2023-01-12) ==================