diff --git a/configure.ac b/configure.ac index db0b3e8..122930e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xtables-addons], [3.7]) +AC_INIT([xtables-addons], [3.8]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/changelog.txt b/doc/changelog.txt index d42e4ab..fcb52dd 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,11 @@ +v3.8 (2020-02-03) +================= +- Support for Linux 5.5 +- xt_geoip_build now expects the DBIP format as input, + Maxmind is thrown out. + + v3.7 (2019-12-01) ================= Fixes: diff --git a/xtables-addons.8.in b/xtables-addons.8.in index 405e818..0084db4 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -1,4 +1,4 @@ -.TH xtables-addons 8 "" "" "v3.7 (2019-12-01)" +.TH xtables-addons 8 "" "" "v3.8 (2020-02-01)" .SH Name Xtables-addons \(em additional extensions for iptables, ip6tables, etc. .SH Targets