summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-09-23 18:20:22 -0400
committerDan Winship <danw@gnome.org>2013-09-23 18:20:22 -0400
commit43a3efedc9adac3af98a5509fd626faeddc9898c (patch)
tree5db95b34ac3e79a9dd3e7ef99ab378fece1c66ed
parent747b6f7b45d7792ae39dc0ce4ef8d629c39a0392 (diff)
downloadglib-networking-2.38.0.tar.gz
2.38.02.38.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d5f79bc..ba6cd79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.38.0
+======
+ * New stable release. (No changes since 2.37.5)
+
2.37.5
======
* gnutls: minimum version is now 2.12.8 (with 3.x preferred...)
diff --git a/configure.ac b/configure.ac
index 8fdf9d5..9b6a924 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.37.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.38.0],[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 @@ AM_GLIB_GNU_GETTEXT
dnl *****************************
dnl *** Check GLib GIO ***
dnl *****************************
-AM_PATH_GLIB_2_0(2.35.8,,AC_MSG_ERROR(GLIB not found),gio)
+AM_PATH_GLIB_2_0(2.38.0,,AC_MSG_ERROR(GLIB not found),gio)
GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_36"
GIO_MODULE_DIR=$($PKG_CONFIG --variable giomoduledir gio-2.0)