From 7711b00becb374df4bddb13a0acbe4b5689a8748 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 1 May 2003 14:27:05 +0000 Subject: [PATCH] Released 1.2.2 --- ChangeLog | 4 ++++ NEWS | 2 +- TODO | 3 +++ configure.ac | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6699eb8a..4a040f0d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-01 Werner Koch + + Released 1.2.2. + 2003-04-30 David Shaw * NEWS: Note trust bug fix. diff --git a/NEWS b/NEWS index 1984b8f60..35269e53a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.2.2 (unreleased) +Noteworthy changes in version 1.2.2 (2003-05-01) ------------------------------------------------ * A bug in key validation has been fixed. This bug only affects diff --git a/TODO b/TODO index 7f309125c..7f5f0818c 100644 --- a/TODO +++ b/TODO @@ -93,6 +93,9 @@ * cat foo | gpg --sign | gpg --list-packets Does not list the signature packet. + * See po/ca.po for remarks on the used strings. + + Things we won't do ------------------ diff --git a/configure.ac b/configure.ac index d5e756809..9b8baabdc 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.52) # Remember to change the version number immediately *after* a release # and remove the "-cvs" or "rc" suffix immediately *before* a release. -AC_INIT(gnupg, 1.2.2rc2, bug-gnupg@gnu.org) +AC_INIT(gnupg, 1.2.2, bug-gnupg@gnu.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.