From 74ac0c9efdef5a3f8cf3922dc19dc6bd156124c1 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 10 May 2019 12:55:48 +0200 Subject: [PATCH] Version bump to 5.8.0rc1 --- NEWS | 5 +++++ configure.ac | 2 +- testing/testing.conf | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b09242c91..8c763d47b 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,11 @@ strongswan-5.8.0 - UTF-8 encoded passwords are supported via EAP-MSCHAPv2, which internally uses an UTF-16LE encoding to calculate the NT hash. +- Adds the build-certs script to generate the keys and certificates used for + regression tests dynamically. They are built with the pki version installed + in the KVM root image so it's not necessary to have an up-to-date version with + all required plugins installed on the host system. + strongswan-5.7.2 ---------------- diff --git a/configure.ac b/configure.ac index 78b387734..a51271d9b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.8.0dr2]) +AC_INIT([strongSwan],[5.8.0rc1]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/testing.conf b/testing/testing.conf index 6c9f1b4f0..f2b4d2ff1 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -31,7 +31,7 @@ fi : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.8.0dr2} +: ${SWANVERSION=5.8.0rc1} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build}