[glib-networking] 2.27.4



commit db03a1faf51efe0d7549b412bc61873404fb86fd
Author: Dan Winship <danw gnome org>
Date:   Mon Nov 29 13:36:58 2010 -0500

    2.27.4

 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b12c41c..15e823b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.27.4
+======
+  * GNUTLS-based implementation of GTlsBackend
+
 2.26.0
 ======
 
diff --git a/configure.ac b/configure.ac
index bb38138..17a94fb 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.26.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.27.4],[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 @@ dnl *****************************
 dnl *** Check GLib GIO        ***
 dnl *****************************
 
-PKG_CHECK_MODULES(GIO, [gio-2.0 >= 2.27.3])
+PKG_CHECK_MODULES(GIO, [gio-2.0 >= 2.27.4])
 AC_SUBST(GIO_CFLAGS)
 AC_SUBST(GIO_LIBS)
 



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