summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-03-05 10:48:24 -0500
committerDan Winship <danw@gnome.org>2013-03-05 10:48:24 -0500
commit230a42c9e53380e2fb82306bed174618ef5a41e0 (patch)
tree23a70e35014dacfddfa38c61309b1eed3f31b4db /NEWS
parent74f914e293a112ee53ec4c87c925c5e56199f4b3 (diff)
downloadlibsoup-230a42c9e53380e2fb82306bed174618ef5a41e0.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b0e5e50..9224b5bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Changes in libsoup from 2.41.90 to 2.41.91:
+
+ * Fixed a crash that showed up with XMLRPC requests in
+ WebKitGTK. [#694920, Sergio]
+
+ * Fixed SoupCache to update the cached headers when it
+ receives a 304 Not Modified response, and added a test for
+ this. [#695121, Sergio]
+
+ * libsoup now builds under automake 1.13 (and "make check"
+ works under the parallel test harness which is the default
+ in 1.13) [#694135]
+
+ * The tests/ directory now contains only actual test programs
+ that are run by "make check", and the programs that are
+ intended more as example code are under examples/.
+
+ * New/updated translations:
+ Aragonese, Chinese (traditional), Czech, Galician, Hebrew,
+ Lithuanian, Norwegian bokmål, Punjabi, Spanish, Uyghur,
+ Vietnamese
+
Changes in libsoup from 2.41.5 to 2.41.90:
* Added SoupSession:local-address property, which allows you