From db03a1faf51efe0d7549b412bc61873404fb86fd Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 29 Nov 2010 13:36:58 -0500 Subject: [PATCH] 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) -- 2.7.4