[svn] GnuPG - r4917 - trunk

svn author wk cvs at cvs.gnupg.org
Mon Jan 12 11:56:52 CET 2009


Author: wk
Date: 2009-01-12 11:56:52 +0100 (Mon, 12 Jan 2009)
New Revision: 4917

Modified:
   trunk/NEWS
   trunk/configure.ac
Log:
Post release updates


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-01-12 10:37:12 UTC (rev 4916)
+++ trunk/NEWS	2009-01-12 10:56:52 UTC (rev 4917)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.0.11 (unreleased)
+-------------------------------------------------
+
+
 Noteworthy changes in version 2.0.10 (2009-01-12)
 -------------------------------------------------
 
@@ -40,7 +44,7 @@
  * [w32] The gnupg2.nls directory is not anymore used.  The standard
    locale directory is now used.  
 
- * [w32] Fixed a race condition bteween gpg and gpgsm in the use of
+ * [w32] Fixed a race condition between gpg and gpgsm in the use of
    temporary file names.
 
  * The gpg-preset-passphrase mechanism works again.  An arbitrary

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-01-12 10:37:12 UTC (rev 4916)
+++ trunk/configure.ac	2009-01-12 10:56:52 UTC (rev 4917)
@@ -24,8 +24,8 @@
 # Remember to change the version number immediately *after* a release.
 # 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.10])
-m4_define([my_issvn], [no])
+m4_define([my_version], [2.0.11])
+m4_define([my_issvn], [yes])
 
 m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
           | sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))




More information about the Gnupg-commits mailing list