From fa35c296fcc0e160c7fa29536b50e686afebe7d2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 30 Apr 2023 15:39:07 +0200 Subject: [PATCH] Xtables-addons 3.24 --- configure.ac | 2 +- doc/changelog.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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) ================== -- 2.47.3