]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated for 2.11.1
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 14 Sep 2010 11:34:56 +0000 (13:34 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 14 Sep 2010 11:35:54 +0000 (13:35 +0200)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 967b5396b67abca3fb14788fc6b9f4be32e33396..117af3dbc47fb5bb92b9003ca554a97cb97f6790 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -55,9 +55,6 @@ Daiki Ueno <ueno@unixuser.org>
 Added TLS Session Ticket (RFC 5077) support,
 finished client-side TLS 1.2 support.
 
-Jonathan Bastien-Filiatrault <joe@x2a.org>
-Fix TLS-version checks.
-
 Brad Hards <bradh@frogmouth.net>
 Add X.509 Issuer Alternative Name functions.
 
@@ -65,9 +62,10 @@ Boyan Kasarov <bkasarov@gmail.com>
 C++ fixes.
 
 Steve Dispensa <dispensa@phonefactor.com>
-TLS safe renegotiation fix.
+Initial TLS safe renegotiation patch.
 
 Jonathan Bastien-Filiatrault <joe@x2a.org>
+Fix TLS-version checks.
 Redesign and implementation of the buffering layer.
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
diff --git a/NEWS b/NEWS
index 6a9f279bfc5bac3098b438efccfa7cb805f94fea..565e87ec2f7df4c1497a95dded7966adc504165f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,17 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 2.11.1 (unreleased)
+* Version 2.11.1 (released 2010-09-14)
+
+** libgnutls: Nettle is the default crypto back end. Use --with-libgcrypt
+to use the libgcrypt back end.
+
+** libgnutls: Depend on nettle 2.1. This makes nettle a fully working
+backend crypto library.
+
+** libgnutls: Added RSA_NULL_SHA1 and SHA256 ciphersuites.
+
+** libgnutls: Several updates in the buffering internal interface.
 
 ** libgnutls: Is now more liberal in the PEM decoding. That is spaces and 
 tabs are being skipped.
@@ -17,14 +27,6 @@ TLS spec.
 system calls. Applications that depended on it being 1 should explicitly call
 gnutls_transport_set_lowat().
 
-** libgnutls: Nettle is the default crypto back end. Use --with-libgcrypt
-to use the libgcrypt back end.
-
-** libgnutls: Depend on nettle 2.1. This makes nettle a fully working
-backend crypto library.
-
-** libgnutls: Added RSA_NULL_SHA1 and SHA256 ciphersuites.
-
 ** libgnutls: Updated documentation and gnutls_pk_params_t mappings
 to ECRYPT II recommendations. Mappings were moved to a single location
 and DSA keys are handled differently (since DSA2 allows for 1024,2048
index 0ec3cc4f6d6b0945340862c0ba48a3e110c266f0..086ab8ffd6dea7203d95d52ef10be8fab39fd021 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.11.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.11.1], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])