summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-04-16 09:09:10 -0400
committerDan Winship <danw@gnome.org>2013-04-16 09:09:10 -0400
commit2a28ddf6b34546b0f5ca82ce5152612a44a6cd50 (patch)
tree2b26ce8bd94b82bd2bd4bb671f2c177f4d280322 /NEWS
parent727cae4b26d528887e8cc0e7fd503df5b78bc3ac (diff)
downloadlibsoup-2a28ddf6b34546b0f5ca82ce5152612a44a6cd50.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c697ff3d..ea5a2194 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in libsoup from 2.42.0 to 2.42.1:
+
+ * Fixed SoupProxyResolverDefault, which got broken in 2.42.92.
+ [#697028, Dan]
+
+ * Fixed a gigantic memory leak when using SoupCache. [#696594,
+ Xan]
+
+ * Fixed a build problem on Windows. [#696354, Kalev Lember]
+
+ * Fixed ntlm-test to pass whether or not Samba ntlm_auth
+ support was compiled in. [#697510, Dan]
+
+ * New/updated translations:
+ Basque, Turkish
+
Changes in libsoup from 2.41.92 to 2.42.0:
* Fixed a compiler warning on 32bit in a test program. [Kalev