summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-15 09:08:30 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-15 09:08:30 +0000
commite7eec28d9275dfd32a1894b3bd77da9172033011 (patch)
treeba02e5f082167837a32a5b9997025c27fe82d209
parent7ac248111427501bf361296fd0a811385adbb50d (diff)
downloadgnutls-e7eec28d9275dfd32a1894b3bd77da9172033011.tar.gz
*** empty log message ***
-rw-r--r--NEWS3
-rw-r--r--configure.in2
-rw-r--r--doc/README.CVS2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e2daba294b..fa0e579d6a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Version 0.9.7
- The tex files are now included in the distribution.
- The library can now decrypt PKCS #12 files encrypted with
the RC2-40 cipher.
+- The missing rfc2818_hostname object is now included.
+- Several corrections and bug fixes in the library by
+ Arne Thomassen <arne@arne-thomassen.de>.
Version 0.9.6 (28/06/2003)
- Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()
diff --git a/configure.in b/configure.in
index 21f0154479..ce4767a3dc 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name])
dnl Gnutls Version
GNUTLS_MAJOR_VERSION=0
GNUTLS_MINOR_VERSION=9
-GNUTLS_MICRO_VERSION=6
+GNUTLS_MICRO_VERSION=7
GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])
diff --git a/doc/README.CVS b/doc/README.CVS
index 05d114711b..2048ff1029 100644
--- a/doc/README.CVS
+++ b/doc/README.CVS
@@ -5,7 +5,7 @@ Otherwise, if you want to get and build the tree, you should have the
following software:
* cvs (http://www.gnu.org/software/cvs/)
-* autoconf 2.56 or newer (http://www.gnu.org/software/autoconf/)
+* autoconf 2.57 or newer (http://www.gnu.org/software/autoconf/)
* libtool (http://www.gnu.org/software/libtoool/)
* automake (http://www.gnu.org/software/automake/)
* libgcrypt (ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/)