]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message *** gnutls_0_9_96
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 9 Nov 2003 21:17:47 +0000 (21:17 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 9 Nov 2003 21:17:47 +0000 (21:17 +0000)
NEWS
configure.in
doc/tex/gnutls.bib

diff --git a/NEWS b/NEWS
index cf4385e83a1e9905f210abab82d4408a8422fd08..287e07686c6ee1c20ecd788bf275d0ff6eeea9e1 100644 (file)
--- 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
index 05d72014ff22b5cd2a03dfacd60fa796fc660711..b82560430db2d7e3f634b2eb506a3dc363b2f0a5 100644 (file)
@@ -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])
index ab368c0f056476dbf4087bd33ef3348d2320f59e..a90829121dab6d68d0c82eb0dcd9084a353b50c0 100644 (file)
 @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,