summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-06-17 13:57:24 +0200
committerWerner Koch <wk@gnupg.org>2009-06-17 13:57:24 +0200
commite05aeca87bd14121405c7d70974692de50fb56a9 (patch)
tree25eeaa8fb5ee07f163ef432c1f7dfc644e28cf4b
parentPreparing for 2.0.12. (diff)
downloadgnupg2-e05aeca87bd14121405c7d70974692de50fb56a9.tar.xz
gnupg2-e05aeca87bd14121405c7d70974692de50fb56a9.zip
Post release updates
-rw-r--r--NEWS8
-rw-r--r--agent/gpg-agent.c2
-rw-r--r--configure.ac4
3 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3f3195e3f..306e5ff44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Noteworthy changes in version 2.0.13
+-------------------------------------------------
+
+ This is a BETA version!
+
+ *
+
+
Noteworthy changes in version 2.0.12 (2009-06-17)
-------------------------------------------------
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 9eec9380a..eccf44539 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -997,7 +997,7 @@ main (int argc, char **argv )
necessary but some programs falsely assume a cleared
signal mask. */
if ( !pth_kill () )
- log_error ("pth_kill failed in foked process\n");
+ log_error ("pth_kill failed in forked process\n");
#ifdef HAVE_SIGPROCMASK
if (startup_signal_mask_valid)
diff --git a/configure.ac b/configure.ac
index 94092af50..7c6037c2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.12])
-m4_define([my_issvn], [no])
+m4_define([my_version], [2.0.13])
+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)]))