[libsoup] 2.41.92



commit eea361366594ff21a03db9f87a4fe943bfc5a264
Author: Dan Winship <danw gnome org>
Date:   Mon Mar 18 13:48:40 2013 -0400

    2.41.92

 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9224b5b..5713ec4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Changes in libsoup from 2.41.91 to 2.41.92:
+
+       * Fixed a bug that caused libsoup to retry an incorrect
+          password repeatedly, forever, in a certain case that
+          affected Google calendars in evolution in particuar.
+          [Red Hat bug #916224, Dan]
+
+       * Also added code to make such infinite retry loops impossible
+          in the future. [Dan]
+
+       * Fixed SoupRequestData's handling of URIs with "%00" in them.
+          [#695246, Žan Doberšek]
+
+       * Added the SoupSession:proxy-resolver property, to override
+          the GProxyResolver used by a session. (This means there are
+          now three different ways of controlling proxy resolution in
+          SoupSession... this will be cleaned up a bit after 2.42.)
+          [#680273, Dan]
+
+       * Added missing G_BEGIN_DECLS/G_END_DECLS to
+          soup-message-headers.h, so that its functions can be called
+          from C++. [Carlos Garcia Campos]
+
+       * Updated translations:
+         Assamese, Belarusian, Brazilian Portuguese, Catalan
+         (Valencian), Catalan, Danish, Estonian, French, Greek,
+         Gujarati, Hungarian, Italian, Latvian, Portuguese, Russian,
+         Slovenian, Thai
+
 Changes in libsoup from 2.41.90 to 2.41.91:
 
        * Fixed a crash that showed up with XMLRPC requests in
diff --git a/configure.ac b/configure.ac
index 34db367..b9e2501 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], [91])
+m4_define([soup_micro_version], [92])
 
 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]