From: Andreas Steffen Date: Tue, 19 Feb 2013 19:25:13 +0000 (+0100) Subject: version bump to 5.0.3dr2 X-Git-Tag: 5.0.3dr2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a93844f210023fabdd86601d3ffbb795cd8f5b4;p=thirdparty%2Fstrongswan.git version bump to 5.0.3dr2 --- diff --git a/NEWS b/NEWS index 0f48bd2761..cb2dbbfed9 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ strongswan-5.0.3 unbound plugin, which is based on libldns and libunbound. Both plugins were created by Reto Guadagnini. +- Implemented the TCG TNC IF-IMV 1.4 draft making access + requestor identities available to an IMV. + + strongswan-5.0.2 ---------------- diff --git a/configure.in b/configure.in index f4a29ce5e4..fb78576936 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.0.3dr1]) +AC_INIT([strongSwan],[5.0.3dr2]) AM_INIT_AUTOMAKE(tar-ustar) AC_CONFIG_MACRO_DIR([m4/config]) AC_CONFIG_HEADERS([config.h])