diff options
author | Werner Koch <wk@gnupg.org> | 2000-11-14 18:12:10 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-11-14 18:12:10 +0100 |
commit | edb40153c01ec6290a235cb026f4f20ccf302b27 (patch) | |
tree | a921e4694a1e5a87b0ae6e1fd3780176fa5dc50a | |
parent | Some configuration changes (diff) | |
download | gnupg2-edb40153c01ec6290a235cb026f4f20ccf302b27.tar.xz gnupg2-edb40153c01ec6290a235cb026f4f20ccf302b27.zip |
About to release 1.1.2V1-1-2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 9 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2000-11-14 Werner Koch <wk@gnupg.org> + + Version 1.1.2 released. + 2000-11-13 Werner Koch <wk@gnupg.org> * acinclude.m4 (GNUPG_FIX_HDR_VERSION): VPATH build fix. @@ -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. @@ -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 |