summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)