[Gpg4win-commits] r1203 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 23 12:35:41 CEST 2009


Author: werner
Date: 2009-06-23 12:35:40 +0200 (Tue, 23 Jun 2009)
New Revision: 1203

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
better do a release candidate first.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-22 22:00:35 UTC (rev 1202)
+++ trunk/ChangeLog	2009-06-23 10:35:40 UTC (rev 1203)
@@ -1,7 +1,9 @@
+2009-06-23  Werner Koch  <wk at g10code.com>
+
+	Release 2.0.0rc1.
+
 2009-06-22  Werner Koch  <wk at g10code.com>
 
-	* Release 2.0.0.
-
 	* src/gpg4win.mk.in: Remove possible triple make invocation to
 	get again duplicable results.
 

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-06-22 22:00:35 UTC (rev 1202)
+++ trunk/NEWS	2009-06-23 10:35:40 UTC (rev 1203)
@@ -3,8 +3,8 @@
 # The version number given below are for the standard installers as
 # distributed by www.gpg4win.org.
 
-Noteworthy changes in version 2.0.0 (2009-06-22)
-------------------------------------------------
+Noteworthy changes in version 2.0.0 (Release candidate: 2009-06-23)
+-------------------------------------------------------------------
 
 (en) First production release of this major redesign.  Over the last
      14 months we did 15 beta releases and hopefully squashed most of

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-06-22 22:00:35 UTC (rev 1202)
+++ trunk/configure.ac	2009-06-23 10:35:40 UTC (rev 1203)
@@ -25,7 +25,7 @@
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
 # Right after a release the make target "copy-news" is to be called!
-m4_define([my_version], [2.0.0])
+m4_define([my_version], [2.0.0rc1])
 m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \



More information about the Gpg4win-commits mailing list