summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-11-14 18:12:10 +0100
committerWerner Koch <wk@gnupg.org>2000-11-14 18:12:10 +0100
commitedb40153c01ec6290a235cb026f4f20ccf302b27 (patch)
treea921e4694a1e5a87b0ae6e1fd3780176fa5dc50a
parentSome configuration changes (diff)
downloadgnupg2-edb40153c01ec6290a235cb026f4f20ccf302b27.tar.xz
gnupg2-edb40153c01ec6290a235cb026f4f20ccf302b27.zip
About to release 1.1.2V1-1-2
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--configure.in2
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 <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.
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