diff --git a/configure.ac b/configure.ac index a103e63..05e14aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xtables-addons], [1.46]) +AC_INIT([xtables-addons], [1.47]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -64,7 +64,7 @@ if test -n "$kbuilddir"; then else echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 6; then - echo "WARNING: You are trying a newer kernel. Results may vary. :-)"; + echo "WARNING: That kernel version is not officially supported."; elif test "$kmajor" -eq 3; then :; elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 32; then diff --git a/doc/changelog.txt b/doc/changelog.txt index be57a9e..e4db324 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,14 @@ HEAD ==== +v1.47 (2010-10-15) +================== +Enhancements: +- xt_psd gained IPv6 support +Notes for this release: +- Linux 3.7+ is expressly unsupported by this release. + + v1.46 (2012-08-23) ================== Fixes: diff --git a/xtables-addons.8.in b/xtables-addons.8.in index 5a26f14..32e6714 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -1,4 +1,4 @@ -.TH xtables-addons 8 "v1.46 (2012-08-23)" "" "v1.46 (2012-08-23)" +.TH xtables-addons 8 "v1.47 (2012-10-15)" "" "v1.47 (2012-10-15)" .SH Name Xtables-addons \(em additional extensions for iptables, ip6tables, etc. .SH Targets