aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--scripts/thread_analysis.c2
-rw-r--r--testing/INSTALL2
4 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 18f9ae4a8..d2d1b325e 100644
--- a/NEWS
+++ b/NEWS
@@ -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
----------------
diff --git a/configure.in b/configure.in
index 54ff358d1..a387153c5 100644
--- a/configure.in
+++ b/configure.in
@@ -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}')
diff --git a/scripts/thread_analysis.c b/scripts/thread_analysis.c
index f796b4de2..b0e6c539b 100644
--- a/scripts/thread_analysis.c
+++ b/scripts/thread_analysis.c
@@ -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 */
diff --git a/testing/INSTALL b/testing/INSTALL
index d2189f3c3..0da7efdd2 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.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: