]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.5.2dr1 5.5.2dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 30 Oct 2016 16:34:05 +0000 (17:34 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 30 Oct 2016 16:34:05 +0000 (17:34 +0100)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index 3a7aba88390fb882983e9b9e1d47a56a9789be28..66ffcdd2a19810fabd1bba35f6cd826490cea365 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+strongswan-5.5.2
+----------------
+
+- In-place update of cached base and delta CRLs does no leave dozens
+  of stale copies in cache memory.
+
+
 strongswan-5.5.1
 ----------------
 
index 622c79a10f605bcba41d04a6a2ed8b45811d4e50..0db68e2c5b164093d63735f85bccf5db0a083edd 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.5.1])
+AC_INIT([strongSwan],[5.5.2dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 5f85dd592a50b145f022411333215a50f049fc6d..f6a295b01776f815060b78e411676f1e19389c8c 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=4.8.3}
+: ${KERNELVERSION=4.8.5}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-4.8}
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.5.1}
+: ${SWANVERSION=5.5.2dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}