2.42.1 2.42.1 LIBSOUP_2_42_1
authorDan Winship <danw@gnome.org>
Tue, 16 Apr 2013 13:09:10 +0000 (09:09 -0400)
committerDan Winship <danw@gnome.org>
Tue, 16 Apr 2013 13:09:10 +0000 (09:09 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c697ff3..ea5a219 100644 (file)
--- 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
index 983bf50..99cb241 100644 (file)
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [42])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [1])
 
 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])