added migration to NEWS

This commit is contained in:
Andreas Steffen 2008-11-16 21:23:56 +00:00
parent 7a915d627d
commit 4dc0dce886
4 changed files with 7 additions and 3 deletions

4
NEWS
View File

@ -32,6 +32,10 @@ strongswan-4.2.9
IPsec transport proxy mode where the IKEv2 daemon uses the Care-of-Address
but the IPsec SA is set up for the Home Adress.
- Implemented migration of Mobile IPv6 connections using the KMADDRESS
field contained in XFRM_MSG_MIGRATE messages sent by the mip6d daemon
via the Linux 2.6.28 (or appropriately patched) kernel.
strongswan-4.2.8
----------------

View File

@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
AC_INIT(strongSwan,4.2.9)
AC_INIT(strongSwan,4.2.9rc23)
AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}')

View File

@ -95,7 +95,7 @@ int main(int argc, char *argv[])
/* threads 1..5 and 9 are always busy */
for (th = 1; th <= THREADS; th++)
{
state[th] = (th <= 5 || th == 9 )? STATE_BUSY : STATE_IDLE;
state[th] = (th <= 7 && th != 3)? STATE_BUSY : STATE_IDLE;
}
/* open the log file */

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.27.tar.bz2
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.5.tar.bz2
* The Linux kernel 2.6.26 requires the following patch for the uml guest kernel
to successfully start up: