diff --git a/configure.ac b/configure.ac index 2fabb94..1e3a995 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xtables-addons], [1.42]) +AC_INIT([xtables-addons], [1.43]) 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 4c279fa..46b4662 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,12 +1,19 @@ HEAD ==== + + +v1.43 (2012-06-30) +================== Fixes: - xt_psd: avoid crash due to curr->next corruption Changes: - xt_psd: reject invalid match options Enhancements: - Support for Linux 3.5 +- DNETMAP: new type: static binding +- DNETMAP: new persistent flag option for prefix +- DNETMAP: add write support to procfs interface v1.42 (2012-04-05) diff --git a/xtables-addons.8.in b/xtables-addons.8.in index eba2e1d..d234074 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -1,4 +1,4 @@ -.TH xtables-addons 8 "v1.42 (2012-04-05)" "" "v1.42 (2012-04-05)" +.TH xtables-addons 8 "v1.43 (2012-06-30)" "" "v1.43 (2012-06-30)" .SH Name Xtables-addons \(em additional extensions for iptables, ip6tables, etc. .SH Targets