diff options
author | Werner Koch <[email protected]> | 2003-05-01 14:27:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-05-01 14:27:05 +0000 |
commit | 7711b00becb374df4bddb13a0acbe4b5689a8748 (patch) | |
tree | 69300d3a67a08609acc82ffa75e8658428e1f752 | |
parent | * defs.inc (pgmname): Make sure there is a valid options file. (diff) | |
download | gnupg-7711b00becb374df4bddb13a0acbe4b5689a8748.tar.gz gnupg-7711b00becb374df4bddb13a0acbe4b5689a8748.zip |
Released 1.2.2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-05-01 Werner Koch <[email protected]> + + Released 1.2.2. + 2003-04-30 David Shaw <[email protected]> * NEWS: Note trust bug fix. @@ -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 @@ -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, [email protected]) +AC_INIT(gnupg, 1.2.2, [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. |