summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog30
-rw-r--r--NEWS2
2 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12c3a8d170..a06a672268 100644
--- 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 b5c28b7b29..fb879067ec 100644
--- 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.