diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-08-10 09:28:31 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-08-10 09:29:35 +0200 |
commit | 5a2e2e0b8cdf2e0028966bdcb4a81b6160abc4ef (patch) | |
tree | c3b694e1da547c7298485ee13f5dae1a0be69c5f | |
parent | 3205e3be7a5993349089262a88ff8a7aa3b216ef (diff) | |
download | strongswan-5a2e2e0b8cdf2e0028966bdcb4a81b6160abc4ef.tar.bz2 strongswan-5a2e2e0b8cdf2e0028966bdcb4a81b6160abc4ef.tar.xz |
version bump to 4.6.0dr1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |