[Gpa-commits] r1008 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Jun 20 00:07:12 CEST 2009


Author: werner
Date: 2009-06-20 00:07:10 +0200 (Sat, 20 Jun 2009)
New Revision: 1008

Modified:
   trunk/AUTHORS
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
preparing a release.


Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2009-06-17 18:32:35 UTC (rev 1007)
+++ trunk/AUTHORS	2009-06-19 22:07:10 UTC (rev 1008)
@@ -88,6 +88,3 @@
 Marcus Brinkmann  <marcus at g10code.com>
         Clipboard code, cleanups, bug fixes.
 
-        
-
-        
\ No newline at end of file

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-17 18:32:35 UTC (rev 1007)
+++ trunk/ChangeLog	2009-06-19 22:07:10 UTC (rev 1008)
@@ -1,3 +1,7 @@
+2009-06-20  Werner Koch  <wk at g10code.com>
+
+	Release 0.9.0.
+
 2009-06-17  Werner Koch  <wk at g10code.com>
 
 	* config.sub, config.guess: Update to 2007-11-19 from GnuPG.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-06-17 18:32:35 UTC (rev 1007)
+++ trunk/NEWS	2009-06-19 22:07:10 UTC (rev 1008)
@@ -1,13 +1,15 @@
 Noteworthy changes in version 0.9.0 (not released)
 ------------------------------------------------
  
- * Add a smartcard manager and the option --card.
+ * Added a smartcard manager.
 
- * GPA now requires gpg2.
+ * GPA now requires GnuPG-2.
 
  * X.509 support is now always enabled.
 
+ * Major internal cleanups.  More to follow soon.
 
+
 Noteworthy changes in version 0.8.0 (2008-09-04)
 ------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-06-17 18:32:35 UTC (rev 1007)
+++ trunk/configure.ac	2009-06-19 22:07:10 UTC (rev 1008)
@@ -28,7 +28,7 @@
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh --force" right before creating a distribution.
 m4_define(my_version, [0.9.0])
-m4_define(my_issvn, yes)
+m4_define(my_issvn, no)
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))



More information about the Gpa-commits mailing list