[Gpa-commits] r746 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 3 14:34:04 CET 2006


Author: marcus
Date: 2006-03-03 14:34:04 +0100 (Fri, 03 Mar 2006)
New Revision: 746

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
Prepare for release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-02-28 17:03:24 UTC (rev 745)
+++ trunk/ChangeLog	2006-03-03 13:34:04 UTC (rev 746)
@@ -1,3 +1,7 @@
+2006-03-03  Marcus Brinkmann  <marcus at g10code.de>
+
+	Released 0.7.2.
+
 2006-01-09  Werner Koch  <wk at g10code.com>
 
 	Released 0.7.1.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-02-28 17:03:24 UTC (rev 745)
+++ trunk/NEWS	2006-03-03 13:34:04 UTC (rev 746)
@@ -1,7 +1,17 @@
-Noteworthy changes in version 0.7.2
+Noteworthy changes in version 0.7.2 (2006-03-03)
 ------------------------------------------------
 
+ * The key generation wizard does not allow to set a comment anymore.
+   This is an advanced feature available in the advanced GUI version
+   of key generation.
 
+ * The verify dialog now works on simultaneously encrypted and signed
+   files as well.
+
+ * Bug fixes for the Windows target, in particular
+   internationalization and binary mode file handling.
+
+
 Noteworthy changes in version 0.7.1 (2006-01-09)
 ------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-02-28 17:03:24 UTC (rev 745)
+++ trunk/configure.ac	2006-03-03 13:34:04 UTC (rev 746)
@@ -18,7 +18,7 @@
 # the configure script, so that a proper revision number for all files
 # is available when running a "make distcheck".
 m4_define(my_version, [0.7.2])
-m4_define(my_iscvs, yes)
+#m4_define(my_iscvs, yes)
 
 
 AC_INIT([gpa], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(



More information about the Gpa-commits mailing list