diff options
author | Werner Koch <[email protected]> | 2004-06-08 19:10:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-06-08 19:10:32 +0000 |
commit | 89da78cdf3ae31aba578f07650cdc0265b79c9b2 (patch) | |
tree | 865dadf2a58058c88472ba8cdd96698221c50015 | |
parent | * configure.ac: Require libksba 0.9.7. (diff) | |
download | gnupg-89da78cdf3ae31aba578f07650cdc0265b79c9b2.tar.gz gnupg-89da78cdf3ae31aba578f07650cdc0265b79c9b2.zip |
about to release 1.9.9V1-9-9
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | agent/ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2004-06-08 Werner Koch <[email protected]> + + Released 1.9.9. + 2004-06-06 Werner Koch <[email protected]> * configure.ac: Require libksba 0.9.7. @@ -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 <[email protected]> - * 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 <[email protected]> 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, [email protected]) +AC_INIT(gnupg, 1.9.9, [email protected]) # 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. |