Module Name:    src
Committed By:   vanhu
Date:           Thu Aug 13 09:19:22 UTC 2009

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

Log Message:
0.7.3 release


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6.6.4 -r1.1.1.6.6.5 src/crypto/dist/ipsec-tools/NEWS
cvs rdiff -u -r1.3.4.12 -r1.3.4.13 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.1.1.6.6.4 src/crypto/dist/ipsec-tools/NEWS:1.1.1.6.6.5
--- src/crypto/dist/ipsec-tools/NEWS:1.1.1.6.6.4	Wed Apr 22 11:26:50 2009
+++ src/crypto/dist/ipsec-tools/NEWS	Thu Aug 13 09:19:22 2009
@@ -1,6 +1,11 @@
 Version history:
 ----------------
 
+0.7.3 - 23 August 2009
+	o Fix a remote crash and a memory leak
+	o Fixed a NAT-T flag check
+	o Some code cleanups/compilation fixes with recent gcc
+
 0.7.2 - 22 April 2009
 	o Fix a remote crash in fragmentation code
 	o Phase2 message identities are phase1 specific (Vista compatibility=

Index: src/crypto/dist/ipsec-tools/configure.ac
diff -u src/crypto/dist/ipsec-tools/configure.ac:1.3.4.12 src/crypto/dist/ipsec-tools/configure.ac:1.3.4.13
--- src/crypto/dist/ipsec-tools/configure.ac:1.3.4.12	Wed Apr 22 11:26:50 2009
+++ src/crypto/dist/ipsec-tools/configure.ac	Thu Aug 13 09:19:22 2009
@@ -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.7.2)
+AC_INIT(ipsec-tools, 0.7.3)
 AC_CONFIG_SRCDIR([configure.ac])
 AM_CONFIG_HEADER(config.h)
 

Reply via email to