Module Name:    src
Committed By:   tteras
Date:           Tue Jan  8 12:44:22 UTC 2013

Modified Files:
        src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: NEWS configure.ac

Log Message:
ipsec-tools-0.8.1


To generate a diff of this commit:
cvs rdiff -u -r1.4.6.1 -r1.4.6.2 src/crypto/dist/ipsec-tools/NEWS
cvs rdiff -u -r1.10.6.3 -r1.10.6.4 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.1 src/crypto/dist/ipsec-tools/NEWS:1.4.6.2
--- src/crypto/dist/ipsec-tools/NEWS:1.4.6.1	Fri Mar 18 13:20:27 2011
+++ src/crypto/dist/ipsec-tools/NEWS	Tue Jan  8 12:44:22 2013
@@ -1,5 +1,13 @@
 Version history:
 ----------------
+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)
+	o Allow simplified syntax for inherited remote blocks (Roman Antink)
+	o Never shring pfkey socket buffer (Marcelo Leitner)
+	o Privilege separation child process exit fix
+	o Multiple memory allocation and use-after-free fixes
+
 0.8	- 18 March 2011
 	o Fix authentication method ambiguity with kerberos and xauth
 	o RFC2253 compliant escaping of asn1dn identifiers (Cyrus Rahman)

Index: src/crypto/dist/ipsec-tools/configure.ac
diff -u src/crypto/dist/ipsec-tools/configure.ac:1.10.6.3 src/crypto/dist/ipsec-tools/configure.ac:1.10.6.4
--- src/crypto/dist/ipsec-tools/configure.ac:1.10.6.3	Tue Jan  8 12:43:07 2013
+++ src/crypto/dist/ipsec-tools/configure.ac	Tue Jan  8 12:44:22 2013
@@ -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.0)
+AC_INIT(ipsec-tools, 0.8.1)
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_HEADERS(config.h)
 

Reply via email to