]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.0dr1 5.7.0dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 30 May 2018 21:02:27 +0000 (23:02 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 30 May 2018 21:02:57 +0000 (23:02 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index c136008b0107d5cfd5583f78627d34db34fabd0d..99953148e05fbc315e12b107f322ccbc6c0c555c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+strongswan-5.7.0
+----------------
+
+- The pki tool accepts a xmppAddr otherName as a subjectAlternativeName using
+  the syntax --san xmppaddr:<jid>.
+
+
 strongswan-5.6.3
 ----------------
 
index 807f06440dc808f321dae6e3f438852af9c048c1..e840fe8f31edcfca2bebcf71483928fdc057ea38 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.6.3])
+AC_INIT([strongSwan],[5.7.0dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 0da9aedada56b41c3812f4633a62e692c4c41edd..38c80760ff9142244b2e740d174ff289c7fb1bb5 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.15.6-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.6.3}
+: ${SWANVERSION=5.7.0dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}