summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-03-18 13:48:40 -0400
committerDan Winship <danw@gnome.org>2013-03-18 13:48:40 -0400
commiteea361366594ff21a03db9f87a4fe943bfc5a264 (patch)
tree37da7c8f830bce7a00632faf078395f54a081ce9 /NEWS
parentc9d2a55622b8d7064d508b0594fb8c623e4db8d8 (diff)
downloadlibsoup-eea361366594ff21a03db9f87a4fe943bfc5a264.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9224b5bd..5713ec4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Changes in libsoup from 2.41.91 to 2.41.92:
+
+ * Fixed a bug that caused libsoup to retry an incorrect
+ password repeatedly, forever, in a certain case that
+ affected Google calendars in evolution in particuar.
+ [Red Hat bug #916224, Dan]
+
+ * Also added code to make such infinite retry loops impossible
+ in the future. [Dan]
+
+ * Fixed SoupRequestData's handling of URIs with "%00" in them.
+ [#695246, Žan Doberšek]
+
+ * Added the SoupSession:proxy-resolver property, to override
+ the GProxyResolver used by a session. (This means there are
+ now three different ways of controlling proxy resolution in
+ SoupSession... this will be cleaned up a bit after 2.42.)
+ [#680273, Dan]
+
+ * Added missing G_BEGIN_DECLS/G_END_DECLS to
+ soup-message-headers.h, so that its functions can be called
+ from C++. [Carlos Garcia Campos]
+
+ * Updated translations:
+ Assamese, Belarusian, Brazilian Portuguese, Catalan
+ (Valencian), Catalan, Danish, Estonian, French, Greek,
+ Gujarati, Hungarian, Italian, Latvian, Portuguese, Russian,
+ Slovenian, Thai
+
Changes in libsoup from 2.41.90 to 2.41.91:
* Fixed a crash that showed up with XMLRPC requests in