]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated changelog and news for release gnutls_3_0_11
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Jan 2012 19:32:17 +0000 (20:32 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Jan 2012 19:32:17 +0000 (20:32 +0100)
ChangeLog
NEWS

index 12c3a8d170c2237a08ddcf2a0dd8df05f0ee7d0f..a06a672268b58d034b72ebcc0c611fa612bbdab3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2012-01-06  Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+       * NEWS, configure.ac, m4/hooks.m4: bumped version
+
+2012-01-06  Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+       * lib/gnutls_buffers.c: Corrected functionality of
+       gnutls_record_get_direction(). Reported by Philip Allison.
+
+2012-01-06  Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+       * NEWS, lib/gnutls_cipher.c: provide less timing information when
+       decoding packets. Patch by Nadhem Alfardan.
+
+2012-01-04  Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+       * src/serv.c: use AI_ADDRCONFIG if available.
+
+2012-01-04  Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+       * configure.ac: prevent building of crywrap in windows
+
+2012-01-04  Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+       * cross.mk: updated
+
+2012-01-04  Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+       * ChangeLog: updated
+
 2012-01-04  Nikos Mavrogiannopoulos <nmav@gnutls.org>
 
        * lib/extras/Makefile.am: added missing file
diff --git a/NEWS b/NEWS
index b5c28b7b296991ba520c506574df54427ac5e984..fb879067eccb913c97e540706adce8f9374184ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
 Copyright (C) 2000-2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 3.0.11 (unreleased)
+* Version 3.0.11 (released 2012-01-06)
 
 ** libgnutls: Corrected functionality of 
 gnutls_record_get_direction(). Reported by Philip Allison.