Version bump to 5.8.0rc1

This commit is contained in:
Andreas Steffen 2019-05-10 12:55:48 +02:00
parent 47879ca638
commit 74ac0c9efd
3 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -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
----------------

View File

@ -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

View File

@ -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}