diff options
-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 |