summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-02-17 22:56:46 -0500
committerDan Winship <danw@gnome.org>2014-02-17 22:56:46 -0500
commit1b793c6b8f01a3b000ebfb9d9ac46174ed31dc78 (patch)
treeb0943ac978ce3e3a6a5d22a3751ba98ca5019833 /NEWS
parent2b0de6b7de7537c7d36ab33a7e5cf0e274ea3e23 (diff)
downloadlibsoup-1b793c6b8f01a3b000ebfb9d9ac46174ed31dc78.tar.gz
2.45.902.45.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dab58d61..f04f0ebf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Changes in libsoup from 2.45.3 to 2.45.90:
+
+ * Fixed a problem where libsoup would use the "http" proxy
+ settings for "https" requests [#724316, Matt Barnes]
+
+ * Updated SoupContentSniffer to match the current version of
+ the MIME sniffing specification [#648849 / #715126, Gustavo
+ Noronha Silva]
+
+ * Updated the soup-tld APIs to accept ASCII-encoded hostnames
+ in addition to UTF-8 ones.
+
+ * Ported the test programs to the gtestutils framework, added
+ support for installed tests, and made the tests use the TAP
+ driver.
+
+ Some tests still need to be split up into more pieces, and
+ the debug output is now somewhat less useful in some cases.
+
+ * Fixed the test programs to not depend on local proxy
+ settings.
+
+ * Added some more checks to header-tests [#722341, Lionel
+ Landwerlin]
+
+ * Fixed the "simple-proxy" example program, which had been
+ broken for a while.
+
+ * Updated translations:
+ Korean
+
Changes in libsoup from 2.44.1 to 2.45.3:
* The documentation has finally been updated to reflect the