From 35a7fe81a64ce29cc126e0140e084aa538e356ad Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 25 Oct 2002 09:55:03 +0000 Subject: [PATCH] Released 1.2.1. --- ChangeLog | 4 ++++ NEWS | 6 +++++- configure.ac | 2 +- 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 + + Released 0.2.1. + 2002-10-24 Werner Koch * 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, bug-gnupg@gnu.org) +AC_INIT(gnupg, 1.2.1, 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.