From 226f34e0a04dbac9c7c5fda791e40973b4998927 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 21 Jun 2013 23:54:13 +0200 Subject: [PATCH] version bump to 5.1.0dr1 --- NEWS | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1760cd7eb..70c5c11fb 100644 --- a/NEWS +++ b/NEWS @@ -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])