summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-14 13:34:56 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-14 13:35:54 +0200
commit6dbb25fc258e75faffae57ffba004930313140a0 (patch)
tree9fe4dc7c181cff364beaea6b51656288d3156c42
parent976acc75484c5cf08f9d6bd19c45f680b7940d81 (diff)
downloadgnutls-6dbb25fc258e75faffae57ffba004930313140a0.tar.gz
updated for 2.11.1
-rw-r--r--AUTHORS6
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 14 deletions
diff --git a/AUTHORS b/AUTHORS
index 967b5396b6..117af3dbc4 100644
--- 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 6a9f279bfc..565e87ec2f 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 0ec3cc4f6d..086ab8ffd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])