aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-08-10 09:28:31 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-08-10 09:29:35 +0200
commit5a2e2e0b8cdf2e0028966bdcb4a81b6160abc4ef (patch)
treec3b694e1da547c7298485ee13f5dae1a0be69c5f
parent3205e3be7a5993349089262a88ff8a7aa3b216ef (diff)
downloadstrongswan-5a2e2e0b8cdf2e0028966bdcb4a81b6160abc4ef.tar.bz2
strongswan-5a2e2e0b8cdf2e0028966bdcb4a81b6160abc4ef.tar.xz
version bump to 4.6.0dr1
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c17ec589c..da7ec9fbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+strongswan-4.5.6
+----------------
+
+- The tnc-ifmap plugin implements a TNC IF-MAP 2.0 client that which
+ can deliver metadata about IKE_SAs via a SOAP interface to a
+ MAP server. The tnc-ifmap plugin requires the Apache Axis2/C library.
+
+
strongswan-4.5.3
----------------
@@ -37,6 +45,7 @@ strongswan-4.5.3
setting, but the value defined by its own closeaction keyword. The action
is triggered if the remote peer closes a CHILD_SA unexpectedly.
+
strongswan-4.5.2
----------------
diff --git a/configure.in b/configure.in
index 9e887f8e7..13c274bf6 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
-AC_INIT(strongSwan,4.5.3)
+AC_INIT(strongSwan,4.6.0dr1)
AM_INIT_AUTOMAKE(tar-ustar)
AC_CONFIG_MACRO_DIR([m4/config])
PKG_PROG_PKG_CONFIG