]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Xtables-addons 2.0 v2.0
authorJan Engelhardt <jengelh@inai.de>
Mon, 12 Nov 2012 18:03:51 +0000 (19:03 +0100)
committerJan Engelhardt <jengelh@inai.de>
Mon, 12 Nov 2012 20:47:14 +0000 (21:47 +0100)
I have been thinking quite a while when to drop support for old
versions. The changes in Linux kernel 3.7 in nf_nat prompted me to
make the cut here, to throw out most of the backwards-compatibility
code and start mostly blank. As future kernels will be released and
supported, no doubt will new code to work with those releases be
added.

If you run with an older kernel, continue to use the Xtables-addons
1.x series.

configure.ac
doc/changelog.txt
xtables-addons.8.in

index da303c289a1ce62536f14ca0624c22e400c81d29..2b716f4308c5d99d76f88e3a9b125141c4e4ec76 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xtables-addons], [1.47.1])
+AC_INIT([xtables-addons], [2.0])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
index f4036a0a2ee99609350535c9193fe7a05fb47ac1..1f525c1eadc6ff89978b554b941b93bacafee6fa 100644 (file)
@@ -1,6 +1,10 @@
 
 HEAD
 ====
+
+
+v2.0 (2012-11-12)
+=================
 Changes:
 - remove support for Linux 2.6.17–3.6
 - remove xt_TEE (this is available upstream since 2.6.35)
@@ -8,6 +12,10 @@ Changes:
 Enhancements:
 - Support for Linux 3.7
 
+If you want to use Xtables-addons with kernels older than 3.7,
+use the addons 1.x series, which continues to be maintained for
+the time being.
+
 
 v1.47.1 (2010-10-15)
 ====================
index 6d12703bcdb0056f317cb4bd7173054aa6d43546..c6bee3e6be706004f4134827191de85395c7e612 100644 (file)
@@ -1,4 +1,4 @@
-.TH xtables-addons 8 "v1.47.1 (2012-10-15)" "" "v1.47.1 (2012-10-15)"
+.TH xtables-addons 8 "v2.0 (2012-11-12)" "" "v2.0 (2012-11-12)"
 .SH Name
 Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
 .SH Targets
@@ -6,7 +6,8 @@ Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
 .SH Matches
 .\" @MATCHES@
 .SH "See also"
-\fBiptables\fP(8), \fBip6tables\fP(8), \fBiptaccount\fP(8)
+\fBiptables\fP(8), \fBip6tables\fP(8), \fBiptables-extensions\fP(8),
+\fBiptaccount\fP(8)
 .PP
 For developers, the book "Writing Netfilter modules" at
 http://inai.de/documents/Netfilter_Modules.pdf provides detailed