aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--TODO3
-rw-r--r--configure.ac2
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 <[email protected]>
+
+ Released 1.2.2.
+
2003-04-30 David Shaw <[email protected]>
* 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, [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.