From: Andreas Steffen Date: Mon, 24 Dec 2007 18:07:55 +0000 (-0000) Subject: version bump to 4.2.0 X-Git-Tag: 4.1.11~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6d76cd5c5d2f2c7821d70bf110228cadfee819;p=thirdparty%2Fstrongswan.git version bump to 4.2.0 --- diff --git a/NEWS b/NEWS index 37a70e5e20..f3d1070bfa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +strongswan-4.2.0 +---------------- + +- + + strongswan-4.1.10 ----------------- @@ -18,6 +24,7 @@ strongswan-4.1.10 interface to EAP modules has been slightly changed, so make sure to check the changes if you're already rolling your own modules. + strongswan-4.1.9 ---------------- diff --git a/configure.in b/configure.in index 4b0b0ed56f..50e203f9b5 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl =========================== dnl initialize & set some vars dnl =========================== -AC_INIT(strongSwan,4.1.10) +AC_INIT(strongSwan,4.2.0) AM_INIT_AUTOMAKE(tar-ustar) AC_C_BIGENDIAN AC_SUBST(confdir, '${sysconfdir}') diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index 95ec36ba51..d161643083 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = { /* * strongSwan */ - DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.10") + DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.0") + 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") DEC_MD5_VID(STRONGSWAN_4_1_7, "strongSwan 4.1.7") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 83556cc2af..7b5c419034 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -113,6 +113,7 @@ enum known_vendorid { VID_STRONGSWAN_4_1_7 = 95, VID_STRONGSWAN_4_1_8 = 96, VID_STRONGSWAN_4_1_9 = 97, + VID_STRONGSWAN_4_1_10 = 98, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =101,