aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-02-14 21:26:21 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-02-14 21:26:21 +0000
commit6859f760d9ef6766f8d90fda85283f5c72dede8e (patch)
tree8d150cfcb6ca8b95d692c1175a18e4169b19c200
parent13aa41d6635e2743369ce30f158d0af363a5a69f (diff)
downloadstrongswan-4.1.11.tar.bz2
strongswan-4.1.11.tar.xz
release of 4.1.11 bug fix version4.1.11
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--src/pluto/vendor.c2
-rw-r--r--testing/INSTALL6
4 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index f3ad51351..40df9cecd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-strongswan-4.2.0
-----------------
+strongswan-4.1.11
+-----------------
- IKE rekeying in NAT situations did not inherit the NAT conditions
to the rekeyed IKE_SA so that the UDP encapsulation was lost with
diff --git a/configure.in b/configure.in
index 6d0ffbea4..39623eba0 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
-AC_INIT(strongSwan,4.2.0)
+AC_INIT(strongSwan,4.1.11)
AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}')
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c
index d16164308..dcfc6f6b5 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -206,7 +206,7 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
- DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.0")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.11")
DEC_MD5_VID(STRONGSWAN_4_1_10,"strongSwan 4.1.10")
DEC_MD5_VID(STRONGSWAN_4_1_9, "strongSwan 4.1.9")
DEC_MD5_VID(STRONGSWAN_4_1_8, "strongSwan 4.1.8")
diff --git a/testing/INSTALL b/testing/INSTALL
index d2dad8ec4..ce26c9ee7 100644
--- a/testing/INSTALL
+++ b/testing/INSTALL
@@ -53,7 +53,7 @@ are required for the strongSwan testing environment:
* A vanilla Linux kernel on which the UML kernel will be based on.
We recommend the use of
- http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.11.tar.bz2
+ http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.2.tar.bz2
* Starting with Linux kernel 2.6.9 no patch must be applied any more in order
to make the vanilla kernel UML-capable. For older kernels you'll find
@@ -63,7 +63,7 @@ are required for the strongSwan testing environment:
* The matching .config file required to compile the UML kernel:
- http://download.strongswan.org/uml/.config-2.6.23
+ http://download.strongswan.org/uml/.config-2.6.24
* A gentoo-based UML file system (compressed size 130 MBytes) found at
@@ -71,7 +71,7 @@ are required for the strongSwan testing environment:
* The latest strongSwan distribution
- http://download.strongswan.org/strongswan-4.1.10.tar.gz
+ http://download.strongswan.org/strongswan-4.1.11.tar.gz
3. Creating the environment