[libsoup] 2.41.91



commit 230a42c9e53380e2fb82306bed174618ef5a41e0
Author: Dan Winship <danw gnome org>
Date:   Tue Mar 5 10:48:24 2013 -0500

    2.41.91

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5b0e5e5..9224b5b 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
diff --git a/configure.ac b/configure.ac
index e62b4d4..34db367 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]