Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/ipsec-tools-0_8-branch]: src/crypto/dist/ipsec-tools ipsec-tools-0.8.2



details:   https://anonhg.NetBSD.org/src/rev/ca188113020f
branches:  ipsec-tools-0_8-branch
changeset: 763347:ca188113020f
user:      tteras <tteras%NetBSD.org@localhost>
date:      Thu Feb 27 08:52:34 2014 +0000

description:
ipsec-tools-0.8.2

diffstat:

 crypto/dist/ipsec-tools/NEWS         |  6 ++++++
 crypto/dist/ipsec-tools/configure.ac |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r d22f57f7a333 -r ca188113020f crypto/dist/ipsec-tools/NEWS
--- a/crypto/dist/ipsec-tools/NEWS      Fri Jul 12 13:12:24 2013 +0000
+++ b/crypto/dist/ipsec-tools/NEWS      Thu Feb 27 08:52:34 2014 +0000
@@ -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)
diff -r d22f57f7a333 -r ca188113020f crypto/dist/ipsec-tools/configure.ac
--- a/crypto/dist/ipsec-tools/configure.ac      Fri Jul 12 13:12:24 2013 +0000
+++ b/crypto/dist/ipsec-tools/configure.ac      Thu Feb 27 08:52:34 2014 +0000
@@ -2,7 +2,7 @@
 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)
 



Home | Main Index | Thread Index | Old Index