Changeset 4663

Show
Ignore:
Timestamp:
11/16/08 22:23:56 (2 months ago)
Author:
andreas
Message:

added migration to NEWS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r4644 r4663  
    3232  IPsec transport proxy mode where the IKEv2 daemon uses the Care-of-Address 
    3333  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. 
    3438 
    3539 
  • trunk/configure.in

    r4618 r4663  
    1717dnl =========================== 
    1818 
    19 AC_INIT(strongSwan,4.2.9
     19AC_INIT(strongSwan,4.2.9rc23
    2020AM_INIT_AUTOMAKE(tar-ustar) 
    2121AC_C_BIGENDIAN 
  • trunk/scripts/thread_analysis.c

    r4445 r4663  
    9696    for (th = 1; th <= THREADS; th++) 
    9797    { 
    98         state[th] = (th <= 5 || th == 9 )? STATE_BUSY : STATE_IDLE; 
     98        state[th] = (th <= 7 && th != 3)? STATE_BUSY : STATE_IDLE; 
    9999    } 
    100100   
  • trunk/testing/INSTALL

    r4426 r4663  
    5454      We recommend the use of 
    5555 
    56       http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 
     56      http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.5.tar.bz2 
    5757 
    5858    * The Linux kernel 2.6.26 requires the following patch for the uml guest kernel