From 89da78cdf3ae31aba578f07650cdc0265b79c9b2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 8 Jun 2004 19:10:32 +0000 Subject: [PATCH] about to release 1.9.9 --- ChangeLog | 4 ++++ NEWS | 2 +- agent/ChangeLog | 2 +- configure.ac | 2 +- 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 + + Released 1.9.9. + 2004-06-06 Werner Koch * 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 - * 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 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.