2.31.6 2.31.6
authorDan Winship <danw@gnome.org>
Tue, 20 Dec 2011 01:25:33 +0000 (20:25 -0500)
committerDan Winship <danw@gnome.org>
Tue, 20 Dec 2011 01:25:33 +0000 (20:25 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f6ec9c8..b20b636 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.31.6
+======
+  * gnutls
+       * Support gnutls built against nettle instead of gcrypt
+          (#657306)
+
+       * Implement TLS session caching for GTlsServerConnection
+          (#636574)
+
+  * tls/tests: Explicitly request the memory GSettings backend, to
+    avoid warnings in partial jhbuild environments
+
+  * proxy/gnome: Update to use GInetAddressMask
+
+  * Updated translations:
+       Chinese (simplified), Hebrew, Norwegian bokmÃ¥l, Slovenian,
+       Swedish, Ukranian
+
 2.31.2
 ======
   * gnutls
index 0964b60..c19edd7 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.31.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.31.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])
@@ -33,7 +33,7 @@ AM_GLIB_GNU_GETTEXT
 dnl *****************************
 dnl *** Check GLib GIO        ***
 dnl *****************************
-AM_PATH_GLIB_2_0(2.31.2,,AC_MSG_ERROR(GLIB not found),gio)
+AM_PATH_GLIB_2_0(2.31.6,,AC_MSG_ERROR(GLIB not found),gio)
 
 GIO_MODULE_DIR=$($PKG_CONFIG --variable giomoduledir gio-2.0)
 AS_IF([test "x$GIO_MODULE_DIR" = "x"],