aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-10-25 09:55:03 +0000
committerWerner Koch <[email protected]>2002-10-25 09:55:03 +0000
commit35a7fe81a64ce29cc126e0140e084aa538e356ad (patch)
tree9d501dafaacd768dc9842486d70ba52017418c5e
parent* et.po, ca.po, es.po: Updated from TP archive. (diff)
downloadgnupg-35a7fe81a64ce29cc126e0140e084aa538e356ad.tar.gz
gnupg-35a7fe81a64ce29cc126e0140e084aa538e356ad.zip
Released 1.2.1.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 88a3e39b9..951a57864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-25 Werner Koch <[email protected]>
+
+ Released 0.2.1.
+
2002-10-24 Werner Koch <[email protected]>
* configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT.
diff --git a/NEWS b/NEWS
index c6de4f99c..4878387b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.2.1 (unreleased)
+Noteworthy changes in version 1.2.1 (2002-10-25)
------------------------------------------------
* The library dependencies for OpenLDAP seem to change fairly
@@ -16,6 +16,10 @@ Noteworthy changes in version 1.2.1 (unreleased)
to using --edit and "trust" to change a key to ultimately
trusted.
+ * The usual bug fixes as well as fixes to build problems on some
+ systems.
+
+
Noteworthy changes in version 1.2.0 (2002-09-21)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 174b98d92..7ed076cb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,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.1rc1, [email protected])
+AC_INIT(gnupg, 1.2.1, [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.