From b873b70a73edffec41cbc6d868400693667cc234 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 17 Mar 2014 17:53:16 -0400 Subject: 2.45.92 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f04f0ebf..97b0cd7c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Changes in libsoup from 2.45.90 to 2.45.92: + + * Fixed problems with using an http proxy on port 80. [patch + from Slava Monich on libsoup-list] + + * Plugged a small per-connection leak. [patch from Slava + Monich on libsoup-list] + + * Belatedly bumped up the glib requirement to 2.38, which is + required for the TAP driver. + + * Fixed up some leftover issues from the test porting to + gtestutils: + + test-utils: change http_debug command-line flag + xmlrpc-test: use g_test_skip() + redirect-test: remove a flaky test + auth-test: remove some erroneous SKIP_IF_NO_APACHEs + tests: split up some test programs into more tests + tests: remove debug_printf()s that are redundant with test names + tests: use g_test_bug() to annotate test cases + Changes in libsoup from 2.45.3 to 2.45.90: * Fixed a problem where libsoup would use the "http" proxy diff --git a/configure.ac b/configure.ac index 5bdd0798..f88e3f9f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl ******************************************* m4_define([soup_major_version], [2]) m4_define([soup_minor_version], [45]) -m4_define([soup_micro_version], [90]) +m4_define([soup_micro_version], [92]) AC_PREREQ(2.63) AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) -- cgit v1.2.1