summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.in2
-rw-r--r--doc/tex/gnutls.bib6
3 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index cf4385e83a..287e07686c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-Version 0.9.96
-- Some changes to allow compiling with mingw32.
+Version 0.9.96 (09/11/2003)
+- Some changes to allow compilation with mingw32.
+- Several code cleanups.
Version 0.9.95 (02/11/2003)
- Improved the verification functions. Added new verification
diff --git a/configure.in b/configure.in
index 05d72014ff..b82560430d 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=95
+GNUTLS_MICRO_VERSION=96
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/tex/gnutls.bib b/doc/tex/gnutls.bib
index ab368c0f05..a90829121d 100644
--- a/doc/tex/gnutls.bib
+++ b/doc/tex/gnutls.bib
@@ -46,10 +46,10 @@
@Misc{TLSPGP,
author = "Nikos Mavroyanopoulos",
title = "Using OpenPGP keys for TLS authentication",
- month = "April",
+ month = "November",
year = {2003},
- note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-02.txt",
- url = "http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-03.txt"
+ note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-04.txt",
+ url = "http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-04.txt"
}
@Misc{TLSCOMP,