[glib-networking] 2.35.8



commit ac63349d01226ba2a062c0061e845161b9f5b276
Author: Dan Winship <danw gnome org>
Date:   Tue Feb 19 07:59:44 2013 -0500

    2.35.8

 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index aa5b873..a772b82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.35.8
+======
+  * proxy/gnome: ported to new GSimpleProxyResolver, and added more
+    tests
+
+  * gnutls: Fixed a small per-connection leak (#693718)
+
+  * tls/tests: Fixed several race conditions that caused spurious
+    failures. (#693720)
+
+  * Updated translations:
+       Malayalam
+
 2.35.6
 ======
   * proxy/gnome: Fixed several bugs:
diff --git a/configure.ac b/configure.ac
index af97355..b0438b6 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.35.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.35.8],[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.35.1,,AC_MSG_ERROR(GLIB not found),gio)
+AM_PATH_GLIB_2_0(2.35.8,,AC_MSG_ERROR(GLIB not found),gio)
 GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_36"
 
 GIO_MODULE_DIR=$($PKG_CONFIG --variable giomoduledir gio-2.0)


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