summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-03-17 17:53:16 -0400
committerDan Winship <danw@gnome.org>2014-03-17 17:53:16 -0400
commitb873b70a73edffec41cbc6d868400693667cc234 (patch)
treeac94c860eae0e5dd0cee036df224f4e3a65cbaee
parent8cafecb65f47752c1218e128fe63dcbaa2e6b763 (diff)
downloadlibsoup-b873b70a73edffec41cbc6d868400693667cc234.tar.gz
2.45.922.45.92
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
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])