2.41.91 2.41.91 LIBSOUP_2_41_91 upstream/2.41.91
authorDan Winship <danw@gnome.org>
Tue, 5 Mar 2013 15:48:24 +0000 (10:48 -0500)
committerDan Winship <danw@gnome.org>
Tue, 5 Mar 2013 15:48:24 +0000 (10:48 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5b0e5e5..9224b5b 100644 (file)
--- 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
index e62b4d4..34db367 100644 (file)
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [41])
-m4_define([soup_micro_version], [90])
+m4_define([soup_micro_version], [91])
 
 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])