diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -16,6 +16,10 @@ strongswan-5.1.0 on error conditions using an additional exchange, keeping state in sync between peers. +- Using a SQL database interface a Trusted Network Connect (TNC) Policy Manager + can generate specific measurement workitems for an arbitrary number of Integrity + Measurement Verifiers (IMVs) based on the history of the VPN user and/or device. + strongswan-5.0.4 ---------------- diff --git a/configure.in b/configure.in index 696a179f4..133360cab 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.0.4]) +AC_INIT([strongSwan],[5.1.0dr1]) AM_INIT_AUTOMAKE(tar-ustar) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_MACRO_DIR([m4/config]) |