diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-06-30 16:28:28 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-06-30 16:28:28 +0200 |
commit | 8fafbffdb7c837ad4d643c5d69c2a6f89581a51f (patch) | |
tree | cae76f6857ced76b43fdd430a52c2d3dc5886cbf | |
parent | 37ffa99cf2d7f2191ca8ba657ac5e5f2088b4987 (diff) | |
download | strongswan-5.5.0rc1.tar.bz2 strongswan-5.5.0rc1.tar.xz |
Version bump to 5.5.0rc15.5.0rc1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -5,6 +5,12 @@ strongswan-5.5.0 Trusted Platform Modules. This allows the Attestation IMC/IMV pair to do TPM 2.0 based attestation. + - Enhanced the functionality of the swanctl --list-conns command by + listing IKE_SA and CHILD_SA reauthentication and rekeying settings. + + - IPsec policy rule priorities can be set manually and restricted to a + network interface. + strongswan-5.4.0 ---------------- diff --git a/configure.ac b/configure.ac index 3b9beed56..bc6854c7c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.5.0dr1]) +AC_INIT([strongSwan],[5.5.0rc1]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects |