summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-03-29 08:38:43 +0000
committerWerner Koch <wk@gnupg.org>2004-03-29 08:38:43 +0000
commitb28375ecee91ca18e42624b07296a346c6977755 (patch)
tree512a6268a7220bebd3308b264e98b0aa032aeba2
parente860740bf786e461df23f9b095654795e356645a (diff)
downloadlibgcrypt-b28375ecee91ca18e42624b07296a346c6977755.tar.gz
* configure.ac: Set LT to C12/A1/R0.
* libgcrypt-config.in (Options): Ignore the obsolete --threads option for now.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--README4
-rw-r--r--configure.ac8
-rw-r--r--src/ChangeLog5
-rw-r--r--src/libgcrypt-config.in2
6 files changed, 20 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index bbf51690..3804e26b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-29 Werner Koch <wk@gnupg.org>
+
+ Released 1.1.94.
+
+ * configure.ac: Set LT to C12/A1/R0.
+
2004-03-10 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (LIBGCRYPT_CONFIG_LIBS_PTHREAD,
diff --git a/NEWS b/NEWS
index 290aa677..d8f93fc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.1.94
+Noteworthy changes in version 1.1.94 (2004-03-29)
-------------------------------------------------
* The support for multi-threaded users goes into its third
@@ -43,7 +43,7 @@ GCRY_CIPHER_RFC2268_40 NEW.
gcry_ac_data_set CHANGED: New argument FLAGS.
gcry_ac_data_get_name CHANGED: New argument FLAGS.
gcry_ac_data_get_index CHANGED: New argument FLAGS.
-cry_ac_key_pair_generate CHANGED: New and reordered arguments.
+gcry_ac_key_pair_generate CHANGED: New and reordered arguments.
gcry_ac_key_test CHANGED: New argument HANDLE.
gcry_ac_key_get_nbits CHANGED: New argument HANDLE.
gcry_ac_key_get_grip CHANGED: New argument HANDLE.
diff --git a/README b/README
index 9b0ec8c6..276ed778 100644
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
libgcrypt - The GNU crypto library
------------------------------------
- Version 1.1.90
+ Version 1.1.94
THIS IS A PRE-RELEASE FOR THE FIRST STABLE VERSION 1.2.0, TO BE
RELEASED RSN.
- Copyright 2000, 2002, 2003 Free Software Foundation, Inc.
+ Copyright 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/configure.ac b/configure.ac
index c07f53ad..058dc47b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,15 +27,15 @@ min_automake_version="1.7.6"
# but remove a "-cvs" prefix right *before* a release and append it
# soon later.
-AC_INIT(libgcrypt, 1.1.94-cvs, bug-libgcrypt@gnupg.org)
+AC_INIT(libgcrypt, 1.1.94, bug-libgcrypt@gnupg.org)
# LT Version numbers, remember to change them just *before* a release.
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-LIBGCRYPT_LT_CURRENT=11
-LIBGCRYPT_LT_AGE=0
-LIBGCRYPT_LT_REVISION=1
+LIBGCRYPT_LT_CURRENT=12
+LIBGCRYPT_LT_AGE=1
+LIBGCRYPT_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.
LIBGCRYPT_CONFIG_API_VERSION=1
diff --git a/src/ChangeLog b/src/ChangeLog
index 2d493edf..d838734c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-29 Werner Koch <wk@gnupg.org>
+
+ * libgcrypt-config.in (Options): Ignore the obsolete --threads
+ option for now.
+
2004-03-17 Marcus Brinkmann <marcus@g10code.de>
* libgcrypt-config.in (includedir, libdir): Quote'em. Use
diff --git a/src/libgcrypt-config.in b/src/libgcrypt-config.in
index 38f279aa..eac12aa2 100644
--- a/src/libgcrypt-config.in
+++ b/src/libgcrypt-config.in
@@ -75,7 +75,7 @@ while test $# -gt 0; do
case $1 in
--thread=*)
echo "$0: --thread option obsolete: use the thread callback interface" 1>&2
- exit 1
+ # exit 1 <-- enable this for 1.2.0.
;;
--prefix=*)
# For compatibility reasons with old M4 macros, we ignore