Module Name: src Committed By: tteras Date: Thu Feb 27 08:52:34 UTC 2014
Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: NEWS configure.ac Log Message: ipsec-tools-0.8.2 To generate a diff of this commit: cvs rdiff -u -r1.4.6.2 -r1.4.6.3 src/crypto/dist/ipsec-tools/NEWS cvs rdiff -u -r1.10.6.4 -r1.10.6.5 src/crypto/dist/ipsec-tools/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/dist/ipsec-tools/NEWS diff -u src/crypto/dist/ipsec-tools/NEWS:1.4.6.2 src/crypto/dist/ipsec-tools/NEWS:1.4.6.3 --- src/crypto/dist/ipsec-tools/NEWS:1.4.6.2 Tue Jan 8 12:44:22 2013 +++ src/crypto/dist/ipsec-tools/NEWS Thu Feb 27 08:52:34 2014 @@ -1,5 +1,11 @@ Version history: ---------------- +0.8.2 - 27 February 2014 + o Fix admin port establish-sa for tunnel mode SAs (Alexander Sbitnev) + o Fix source port selection regression from version 0.8.1 + o Various logging improvements + o Additional compliance and build fixes + 0.8.1 - 08 January 2013 o Improved X.509 subject name comparation (Götz Babin-Ebell) o Relax DPD cookie check for Cisco IOS compatibility (Roman Antink) Index: src/crypto/dist/ipsec-tools/configure.ac diff -u src/crypto/dist/ipsec-tools/configure.ac:1.10.6.4 src/crypto/dist/ipsec-tools/configure.ac:1.10.6.5 --- src/crypto/dist/ipsec-tools/configure.ac:1.10.6.4 Tue Jan 8 12:44:22 2013 +++ src/crypto/dist/ipsec-tools/configure.ac Thu Feb 27 08:52:34 2014 @@ -2,7 +2,7 @@ dnl -*- mode: m4 -*- dnl Id: configure.ac,v 1.77 2006/07/20 19:19:27 manubsd Exp AC_PREREQ(2.52) -AC_INIT(ipsec-tools, 0.8.1) +AC_INIT(ipsec-tools, 0.8.2) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS(config.h)