2.27.4 2.27.4
authorDan Winship <danw@gnome.org>
Mon, 29 Nov 2010 18:36:58 +0000 (13:36 -0500)
committerDan Winship <danw@gnome.org>
Mon, 29 Nov 2010 18:45:15 +0000 (13:45 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b12c41c..15e823b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.27.4
+======
+  * GNUTLS-based implementation of GTlsBackend
+
 2.26.0
 ======
 
index bb38138..17a94fb 100644 (file)
@@ -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)