]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.0dr4 5.6.0dr4
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 4 Aug 2017 19:15:45 +0000 (21:15 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 4 Aug 2017 19:15:45 +0000 (21:15 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index d20d5a23e0e168458b3a1f3d7e8dbff49543d0a5..dc9bd68246d38735914011e1c6767cc27c2d6539 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,15 @@ strongswan-5.6.0
 ----------------
 
 - New SWIMA IMC/IMV pair implements the "draft-ietf-sacm-nea-swima-patnc"
-  Internet Draft and will be demonstrated at the IETF 99 Prague Hackathon.
+  Internet Draft and has been demonstrated at the IETF 99 Prague Hackathon.
 
 - The IMV database template has been adapted to achieve full compliancei
   with the ISO 19770-2:2015 SWID tag standard.
 
 - The sw-collector tool extracts software events from apt history logs
   and stores them in an SQLite database to be used by the SWIMA IMC.
+  The tool can also generate SWID tags both for installed and removed
+  package versions.
 
 - The pt-tls-client can attach and use TPM 2.0 protected private keys
   via the --keyid parameter.
index 026c2cdf567c7c2517c9cccc9833aa54822a9940..eee8da26f7938364b7d647a918da9079faea274c 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.6.0dr3])
+AC_INIT([strongSwan],[5.6.0dr4])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index df8b3970f3f894979afd154de191621746689b65..6b3c8ea3e831ced1b920c4f7262a5d1490a9302e 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.6.0dr3}
+: ${SWANVERSION=5.6.0dr4}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}