[libsoup] 2.45.92



commit b873b70a73edffec41cbc6d868400693667cc234
Author: Dan Winship <danw gnome org>
Date:   Mon Mar 17 17:53:16 2014 -0400

    2.45.92

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f04f0eb..97b0cd7 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 5bdd079..f88e3f9 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]