summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-11-29 13:36:58 -0500
committerDan Winship <danw@gnome.org>2010-11-29 13:45:15 -0500
commitdb03a1faf51efe0d7549b412bc61873404fb86fd (patch)
tree9af7717bbe2fec9abbcccaef9d31b988304391c6
parent4b212a917fe9016c08bce46344887c6aea7f560d (diff)
downloadglib-networking-2.27.4.tar.gz
2.27.42.27.4
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
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)