From edb40153c01ec6290a235cb026f4f20ccf302b27 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 14 Nov 2000 17:12:10 +0000 Subject: [PATCH] About to release 1.1.2 --- ChangeLog | 4 ++++ NEWS | 6 +++--- README | 2 +- configure.in | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f85d3700..cf1186f47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-14 Werner Koch + + Version 1.1.2 released. + 2000-11-13 Werner Koch * acinclude.m4 (GNUPG_FIX_HDR_VERSION): VPATH build fix. diff --git a/NEWS b/NEWS index 3354d3905..ef4acad24 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -Noteworthy changes in the current CVS HEAD ------------------------------------------- +Noteworthy changes in version 1.1.2 +----------------------------------- - THIS IS A DEVELOPMENT VERSION; see README-alpha + --> THIS IS A DEVELOPMENT VERSION; see README and README-alpha <-- * Add Rijndael (AES) support. diff --git a/README b/README index b0ef9c669..4d30cb212 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ stable release will be 1.2 This version has been released due to the included libgcrypt which is -used by GNUTLS. +used by GNUTLS and might be of use for other software too. GPG itself does not work and will not be installed. diff --git a/configure.in b/configure.in index 4ef6be25d..1e5cb5f2b 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ AC_CANONICAL_SYSTEM # AGE, set REVISION to 0. # 3. Interfaces removed (BAD, breaks upward compatibility): Increment # CURRENT, set AGE and REVISION to 0. -AM_INIT_AUTOMAKE(gnupg,1.1.1b) +AM_INIT_AUTOMAKE(gnupg,1.1.2) LIBGCRYPT_LT_CURRENT=1 LIBGCRYPT_LT_AGE=0 LIBGCRYPT_LT_REVISION=0