aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--testing/testing.conf2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d20d5a23e..dc9bd6824 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 026c2cdf5..eee8da26f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/testing/testing.conf b/testing/testing.conf
index df8b3970f..6b3c8ea3e 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -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}