[svn] assuan - r343 - trunk

svn author marcus cvs at cvs.gnupg.org
Fri Jan 8 03:54:06 CET 2010


Author: marcus
Date: 2010-01-08 03:54:06 +0100 (Fri, 08 Jan 2010)
New Revision: 343

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
Pre-release fixup.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-01-05 05:05:16 UTC (rev 342)
+++ trunk/ChangeLog	2010-01-08 02:54:06 UTC (rev 343)
@@ -1,3 +1,7 @@
+2010-01-08  Marcus Brinkmann  <marcus at g10code.de>
+
+	Released 2.0.0.
+
 2010-01-05  Marcus Brinkmann  <marcus at g10code.de>
 
 	* configure.ac (_DARWIN_C_SOURCE): Define on frapple.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2010-01-05 05:05:16 UTC (rev 342)
+++ trunk/NEWS	2010-01-08 02:54:06 UTC (rev 343)
@@ -1,7 +1,7 @@
-Noteworthy changes in version 2.0.0 (unreleased)
+Noteworthy changes in version 2.0.0 (2009-01-08)
 ------------------------------------------------
 
- * Now using libtool and builds a DSO. 
+ * Now using libtool and builds a DSO.
 
  * Lots of interface cleanups.  See below for details of the most
    important changes.  Here is a quick note on how to upgrade:

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2010-01-05 05:05:16 UTC (rev 342)
+++ trunk/configure.ac	2010-01-08 02:54:06 UTC (rev 343)
@@ -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.
 m4_define([my_version], [2.0.0])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([printf "%d" $( (svn info 2>/dev/null \
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))




More information about the Gnupg-commits mailing list