summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-09-21 11:09:44 -0400
committerDan Winship <danw@gnome.org>2015-09-21 11:16:55 -0400
commit32ee55186d7df497e3d402a1940cddfabd9dbc21 (patch)
treed9733f19b6e1bd3dfeb2932d461cd51ad00fc2d3
parentb4d4a0c033034d3fc1dee7035ccd5f3e884eaf03 (diff)
downloadglib-networking-32ee55186d7df497e3d402a1940cddfabd9dbc21.tar.gz
2.46.02.46.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 35f94c4..a499f5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.46.0
+======
+ * Various minor cleanups and small memory leak fixes
+
+ * Added a new test case for client certificate chain handling
+ [#754129, Michael Catanzaro]
+
+ * New/updated translations:
+ Japanese, Occitan, Portuguese
+
2.45.1
======
* tls/gnutls: Implement g_tls_client_connection_copy_session_state(),
diff --git a/configure.ac b/configure.ac
index 0ce8b99..e970fd8 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.45.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.46.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.45.1,,AC_MSG_ERROR(GLIB not found),gio)
+AM_PATH_GLIB_2_0(2.46.0,,AC_MSG_ERROR(GLIB not found),gio)
GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46"
GIO_MODULE_DIR=$($PKG_CONFIG --variable giomoduledir gio-2.0)