[glib-networking] 2.33.10



commit 59d022cd11178d38b20b57347cda31394e650d56
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 20 17:39:36 2012 -0400

    2.33.10

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 29e4255..3b16cd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.33.10
+=======
+  * gnutls: Improved the certificate verifying code to deal with the
+    case of a CA being reissued with the same key but a different
+    signature algorithm. (#681299, Stef)
+
+  * gnutls: Fixed an uninitialized variable in
+    g_tls_connection_gnutls_close(). (#681636)
+
+  * Updated translations:
+	Assamese, Portuguese, Telugu
+
 2.33.8
 ======
   * gnutls: If a GTlsConnection gets an error when handshaking, it
diff --git a/configure.ac b/configure.ac
index 4454415..f3a80a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.33.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.33.10],[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.33.8,,AC_MSG_ERROR(GLIB not found),gio)
+AM_PATH_GLIB_2_0(2.33.9,,AC_MSG_ERROR(GLIB not found),gio)
 GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34"
 
 GIO_MODULE_DIR=$($PKG_CONFIG --variable giomoduledir gio-2.0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]