Version bump to 5.9.2rc2

This commit is contained in:
Andreas Steffen 2021-02-21 10:40:34 +01:00
parent 20c47af319
commit 356f87355b
3 changed files with 4 additions and 3 deletions

3
NEWS
View File

@ -12,7 +12,8 @@ strongswan-5.9.2
Pascal Knecht (client and server) for their work on this.
Because the use of TLS 1.3 with these EAP methods is not yet standardized (two
Internet-Drafts are being worked on), the default maximum version is currently
set to TLS 1.2, which is now also the default minimum version.
set to TLS 1.2, which is now also the default minimum version. However the TNC
test scenarios using PT-TLS transport already use TLS 1.3.
- Other improvements for libtls also affect older TLS versions. For instance, we
added support for ECDH with Curve25519/448 (DH groups may also be configured

View File

@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.9.2rc1])
AC_INIT([strongSwan],[5.9.2rc2])
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.9.2rc1}
: ${SWANVERSION=5.9.2rc2}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}