summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--agent/ChangeLog2
-rw-r--r--configure.ac2
4 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a0512249..f71334c9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-08 Werner Koch <wk@gnupg.org>
+
+ Released 1.9.9.
+
2004-06-06 Werner Koch <wk@gnupg.org>
* configure.ac: Require libksba 0.9.7.
diff --git a/NEWS b/NEWS
index 24523229d..bc8eaac6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.9.9
+Noteworthy changes in version 1.9.9 (2004-06-08)
------------------------------------------------
* [gpg-agent] The new option --allow-mark-trusted is now required to
diff --git a/agent/ChangeLog b/agent/ChangeLog
index ae1dd884e..07ef30af7 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -37,7 +37,7 @@
2004-04-16 Werner Koch <wk@gnupg.org>
- * gpg-agent.c (main): Tell the logging code taht we are runnign
+ * gpg-agent.c (main): Tell the logging code that we are running
detached.
2004-04-06 Werner Koch <wk@gnupg.org>
diff --git a/configure.ac b/configure.ac
index 4c719fe75..3a31433a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ min_automake_version="1.7.6"
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(gnupg, 1.9.9-cvs, gnupg-devel@gnupg.org)
+AC_INIT(gnupg, 1.9.9, gnupg-devel@gnupg.org)
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.