[iptables] v1.4.2-rc1

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Jul 23 15:07:24 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=675e30f258952292972a562b71161b6d3cd77313
commit 675e30f258952292972a562b71161b6d3cd77313
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Jul 23 15:03:28 2008 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Jul 23 15:03:28 2008 +0200

    v1.4.2-rc1
       via  675e30f258952292972a562b71161b6d3cd77313 (commit)
      from  78d2d14211466f1986882ba6bdf82e6429ce78dc (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 675e30f258952292972a562b71161b6d3cd77313
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Jul 23 15:03:28 2008 +0200

    v1.4.2-rc1

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

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

diff --git a/configure.ac b/configure.ac
index 09e5d0d..2ffe6c0 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], 1)
-define([_XTABLES_VERSION_EXTRA], .1)
+define([_XTABLES_VERSION_PATCH], 2)
+define([_XTABLES_VERSION_EXTRA], -rc1)
 
 define([_XTABLES_VERSION],_XTABLES_VERSION_MAJOR._XTABLES_VERSION_MINOR._XTABLES_VERSION_PATCH[]_XTABLES_VERSION_EXTRA)
 
diff --git a/release.sh b/release.sh
index 526fb95..30f3931 100644
--- a/release.sh
+++ b/release.sh
@@ -2,8 +2,8 @@
 #
 set -e
 
-VERSION=1.4.1.1
-PREV_VERSION=1.4.1
+VERSION=1.4.2-rc1
+PREV_VERSION=1.4.1.1
 TMPDIR=/tmp/ipt-release
 IPTDIR="$TMPDIR/iptables-$VERSION"
 



More information about the netfilter-cvslog mailing list