version bump to 4.2.0

This commit is contained in:
Andreas Steffen
2007-12-24 18:07:55 +00:00
parent e4f5123ac7
commit fb6d76cd5c
4 changed files with 11 additions and 2 deletions
+7
View File
@@ -1,3 +1,9 @@
strongswan-4.2.0
----------------
-
strongswan-4.1.10 strongswan-4.1.10
----------------- -----------------
@@ -18,6 +24,7 @@ strongswan-4.1.10
interface to EAP modules has been slightly changed, so make sure to interface to EAP modules has been slightly changed, so make sure to
check the changes if you're already rolling your own modules. check the changes if you're already rolling your own modules.
strongswan-4.1.9 strongswan-4.1.9
---------------- ----------------
+1 -1
View File
@@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars dnl initialize & set some vars
dnl =========================== dnl ===========================
AC_INIT(strongSwan,4.1.10) AC_INIT(strongSwan,4.2.0)
AM_INIT_AUTOMAKE(tar-ustar) AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}') AC_SUBST(confdir, '${sysconfdir}')
+2 -1
View File
@@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
/* /*
* strongSwan * 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_9, "strongSwan 4.1.9")
DEC_MD5_VID(STRONGSWAN_4_1_8, "strongSwan 4.1.8") DEC_MD5_VID(STRONGSWAN_4_1_8, "strongSwan 4.1.8")
DEC_MD5_VID(STRONGSWAN_4_1_7, "strongSwan 4.1.7") DEC_MD5_VID(STRONGSWAN_4_1_7, "strongSwan 4.1.7")
+1
View File
@@ -113,6 +113,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_7 = 95, VID_STRONGSWAN_4_1_7 = 95,
VID_STRONGSWAN_4_1_8 = 96, VID_STRONGSWAN_4_1_8 = 96,
VID_STRONGSWAN_4_1_9 = 97, VID_STRONGSWAN_4_1_9 = 97,
VID_STRONGSWAN_4_1_10 = 98,
/* 101 - 200 : NAT-Traversal */ /* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =101, VID_NATT_STENBERG_01 =101,