Version bump to 5.7.2dr2

This commit is contained in:
Andreas Steffen
2018-10-31 14:22:03 +01:00
parent 9be6dee6a4
commit 0e80eb235d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ strongswan-5.7.2
- The sshkey and agent plugins support Ed25519/Ed448 SSH keys and signatures. - The sshkey and agent plugins support Ed25519/Ed448 SSH keys and signatures.
- Ed25519, ChaCha20/Poly1305 and AES-CCM were added to the botan plugin. - Ed25519, ChaCha20/Poly1305, SHA-3 and AES-CCM were added to the botan plugin.
- The mysql plugin now properly handles database connections with transactions - The mysql plugin now properly handles database connections with transactions
under heavy load. under heavy load.
+1 -1
View File
@@ -19,7 +19,7 @@
# initialize & set some vars # initialize & set some vars
# ============================ # ============================
AC_INIT([strongSwan],[5.7.2dr1]) AC_INIT([strongSwan],[5.7.2dr2])
AM_INIT_AUTOMAKE(m4_esyscmd([ AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar echo tar-ustar
echo subdir-objects echo subdir-objects
+1 -1
View File
@@ -31,7 +31,7 @@ fi
: ${KERNELPATCH=ha-4.16-abicompat.patch.bz2} : ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
# strongSwan version used in tests # strongSwan version used in tests
: ${SWANVERSION=5.7.2dr1} : ${SWANVERSION=5.7.2dr2}
# Build directory where the guest kernel and images will be built # Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build} : ${BUILDDIR=$TESTDIR/build}