Changeset 4663
- Timestamp:
- 11/16/08 22:23:56 (2 months ago)
- Files:
-
- trunk/NEWS (modified) (1 diff)
- trunk/configure.in (modified) (1 diff)
- trunk/scripts/thread_analysis.c (modified) (1 diff)
- trunk/testing/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/NEWS
r4644 r4663 32 32 IPsec transport proxy mode where the IKEv2 daemon uses the Care-of-Address 33 33 but the IPsec SA is set up for the Home Adress. 34 35 - Implemented migration of Mobile IPv6 connections using the KMADDRESS 36 field contained in XFRM_MSG_MIGRATE messages sent by the mip6d daemon 37 via the Linux 2.6.28 (or appropriately patched) kernel. 34 38 35 39 trunk/configure.in
r4618 r4663 17 17 dnl =========================== 18 18 19 AC_INIT(strongSwan,4.2.9 )19 AC_INIT(strongSwan,4.2.9rc23) 20 20 AM_INIT_AUTOMAKE(tar-ustar) 21 21 AC_C_BIGENDIAN trunk/scripts/thread_analysis.c
r4445 r4663 96 96 for (th = 1; th <= THREADS; th++) 97 97 { 98 state[th] = (th <= 5 || th == 9)? STATE_BUSY : STATE_IDLE;98 state[th] = (th <= 7 && th != 3)? STATE_BUSY : STATE_IDLE; 99 99 } 100 100 trunk/testing/INSTALL
r4426 r4663 54 54 We recommend the use of 55 55 56 http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27. tar.bz256 http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.5.tar.bz2 57 57 58 58 * The Linux kernel 2.6.26 requires the following patch for the uml guest kernel
