release of 4.1.11 bug fix version

This commit is contained in:
Andreas Steffen 2008-02-14 21:26:21 +00:00
parent 13aa41d663
commit 6859f760d9
4 changed files with 7 additions and 7 deletions

4
NEWS
View File

@ -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

View File

@ -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}')

View File

@ -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")

View File

@ -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