[iptables] v1.4.2

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Mon Oct 13 14:37:13 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=93086d4b51ee17e8fa4b5b0261a0f76d32fe71d8
commit 93086d4b51ee17e8fa4b5b0261a0f76d32fe71d8
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Oct 8 18:31:58 2008 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Oct 8 18:31:58 2008 +0200

    v1.4.2
       via  93086d4b51ee17e8fa4b5b0261a0f76d32fe71d8 (commit)
      from  3cc6fc3cbf26b847ba7232ff220b74e74e72c219 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 93086d4b51ee17e8fa4b5b0261a0f76d32fe71d8
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Oct 8 18:31:58 2008 +0200

    v1.4.2

-----------------------------------------------------------------------

 configure.ac |    2 +-
 release.sh   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index d86e29f..da002a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 define([_XTABLES_VERSION_MAJOR], 1)
 define([_XTABLES_VERSION_MINOR], 4)
 define([_XTABLES_VERSION_PATCH], 2)
-define([_XTABLES_VERSION_EXTRA], -rc1)
+define([_XTABLES_VERSION_EXTRA],)
 
 define([_XTABLES_VERSION],_XTABLES_VERSION_MAJOR._XTABLES_VERSION_MINOR._XTABLES_VERSION_PATCH[]_XTABLES_VERSION_EXTRA)
 
diff --git a/release.sh b/release.sh
index 30f3931..2f00fa4 100644
--- a/release.sh
+++ b/release.sh
@@ -2,8 +2,8 @@
 #
 set -e
 
-VERSION=1.4.2-rc1
-PREV_VERSION=1.4.1.1
+VERSION=1.4.2
+PREV_VERSION=1.4.2-rc1
 TMPDIR=/tmp/ipt-release
 IPTDIR="$TMPDIR/iptables-$VERSION"
 



More information about the netfilter-cvslog mailing list