]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message *** gnutls_0_9_93
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Oct 2003 17:04:54 +0000 (17:04 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Oct 2003 17:04:54 +0000 (17:04 +0000)
NEWS
src/Makefile.am

diff --git a/NEWS b/NEWS
index 55826a7a45f07c5b16c68770e902ead7a8ea6d1f..65af9f5f46866b2096ad5a8c1ff6bbd4447359f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.9.93 (26/10/2003)
+- Corrected some compilation issues.
+- Improved the certtool command line utility.
+
 Version 0.9.92 (25/10/2003)
 - The RFC2818 hostname verification is now case insensitive.
 - Added support for generating X.509 certificates.
index 466de9b4ad1ba23512b538a860aac31f4d961f05..1623ea9d37730b48b92ac05301cfb6eb493d1b17 100644 (file)
@@ -1,6 +1,8 @@
 EXTRA_DIST = common.h prime.gaa crypt.gaa crypt-gaa.h README.srpcrypt prime-gaa.h \
-               README cli.gaa cli-gaa.h serv-gaa.h serv.gaa tls_test.gaa \
-               tls_test-gaa.h tests.h gnutls-http-serv list.h certtool-gaa.h
+       README cli.gaa cli-gaa.h serv-gaa.h serv.gaa tls_test.gaa \
+       tls_test-gaa.h tests.h gnutls-http-serv list.h certtool-gaa.h \
+       certtool.gaa
+
 SUBDIRS = srp x509 openpgp
 
 INCLUDES = -I../lib -I../libtasn1/lib -I../includes