Post release updates

This commit is contained in:
Werner Koch 2009-01-12 10:56:52 +00:00
parent 67c8852db3
commit 367281480a
2 changed files with 7 additions and 3 deletions

6
NEWS
View File

@ -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 @@ Noteworthy changes in version 2.0.10 (2009-01-12)
* [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

View File

@ -24,8 +24,8 @@ min_automake_version="1.10"
# 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)]))