summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-01-20 10:30:23 +0000
committerWerner Koch <wk@gnupg.org>2003-01-20 10:30:23 +0000
commit767a2e41f41545b14726493de5ff58d983b40b14 (patch)
treeae67241e9d0e1c2045f51709733de81987237d1d
parenta762bc916ada5b720e3eec8affd2e5f05df7dc40 (diff)
downloadlibgcrypt-767a2e41f41545b14726493de5ff58d983b40b14.tar.gz
About to release 1.1.12
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--TODO2
-rw-r--r--configure.ac4
4 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f73a0a3..e5020b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-20 Werner Koch <wk@gnupg.org>
+
+ Released 1.1.12.
+
+ * configure.ac (LIBGCRYPT_LT_REVISION): Bumbed up.
+
2002-12-21 Werner Koch <wk@gnupg.org>
Released 1.1.11.
diff --git a/NEWS b/NEWS
index 9ace47e7..a185e2af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,15 @@
-Noteworthy changes in version 1.1.12 (unreleased)
+Noteworthy changes in version 1.1.12 (2003-01-20)
-------------------------------------------------
* gcry_pk_sign, gcry_pk_verify and gcry_pk_encrypt can now handle an
optional pkcs1 flags parameter in the S-expression. A similar flag
- may be passed to gcry_pk_decrypt byt it is only syntactically
+ may be passed to gcry_pk_decrypt but it is only syntactically
implemented.
+ * New convenience macro gcry_md_get_asnoid.
+
+ * There is now some real stuff in the manual.
+
Noteworthy changes in version 1.1.11 (2002-12-21)
-------------------------------------------------
diff --git a/TODO b/TODO
index cac3c88b..969c3b69 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,7 @@
is not given (saves space).
* Add a warning to the manual, to check that libgcrypt actually has
- been compiled with thread support wehen used by a trhersded
+ been compiled with thread support when used by a threaded
application.
* write an autoconf test to check whether the linker supports a
diff --git a/configure.ac b/configure.ac
index d2185c65..ae4b9b73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,14 +23,14 @@ AC_REVISION($Revision$)dnl
AC_PREREQ(2.52)
# Version number: Remember to change it immediately *after* a release but
# remove a "-cvs" prefix right *before* a release and append it soon later.
-AC_INIT(libgcrypt, 1.1.12-cvs, bug-libgcrypt@gnupg.org)
+AC_INIT(libgcrypt, 1.1.12, 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=6
LIBGCRYPT_LT_AGE=5
-LIBGCRYPT_LT_REVISION=0
+LIBGCRYPT_LT_REVISION=1
#-----------------------
PACKAGE=$PACKAGE_NAME