diff --git a/configure.ac b/configure.ac index f65492e..3e980aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([xtables-addons], [1.5.7]) +AC_INIT([xtables-addons], [1.6]) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL AM_INIT_AUTOMAKE diff --git a/xtables-addons.8.in b/xtables-addons.8.in index 2e6ce92..a0ce83c 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -1,6 +1,6 @@ -.TH xtables-addons 8 2008-04-09 +.TH xtables\-addons 8 2008\-11\-18 .SH NAME -Xtables-addons - additional extensions for iptables, ip6tables, etc. +Xtables\-addons - additional extensions for iptables, ip6tables, etc. .SH TARGETS .\" @TARGET@ .SH MATCHES @@ -8,6 +8,6 @@ Xtables-addons - additional extensions for iptables, ip6tables, etc. .SH "SEE ALSO" \fBiptables\fP(8), \fBip6tables\fP(8) .PP -For developers, the book "Writing your own Netfilter modules" at +For developers, the book "Writing Netfilter modules" at http://jengelh.medozas.de/documents/Netfilter_Modules.pdf provides detailed information on how to write such modules/extensions.