some changes

This commit is contained in:
Andreas Steffen 2009-03-27 10:16:38 +00:00
parent 9bada09057
commit 22180558a5
2 changed files with 12 additions and 2 deletions

12
NEWS
View File

@ -1,7 +1,17 @@
strongswan-4.2.14
-----------------
-
- The new server-side EAP RADIUS plugin (--enable-eap-radius)
relays EAP messages to and from a RADIUS server. Succesfully
tested with with a freeradius server using EAP-MD5 and EAP-SIM.
- ASN.1 to time_t conversion caused a time wrap-around for
dates after Jan 18 03:14:07 UTC 2038 on 32-bit platforms.
As a workaround such dates are set to the maximum representable
time, i.e. Jan 19 03:14:07 UTC 2038.
- Distinguished Names containing wildcards (*) are not sent in the
IDr payload anymore.
strongswan-4.2.13

View File

@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
AC_INIT(strongSwan,4.2.14)
AC_INIT(strongSwan,4.2.14rc3)
AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}')