2.39.91 LIBSOUP_2_39_91
authorDan Winship <danw@gnome.org>
Tue, 4 Sep 2012 13:07:20 +0000 (09:07 -0400)
committerDan Winship <danw@gnome.org>
Tue, 4 Sep 2012 13:07:20 +0000 (09:07 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 514a94d..c0e6363 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in libsoup from 2.39.90 to 2.39.91:
+
+       * Added missing (transfer full) annotation to
+          soup_cookie_jar_add_cookie() and
+          soup_cookie_jar_add_cookie_with_first_party(), fixing
+          crashes in bindings. [#682554, Daniel Drake]
+
+       * Fixed a crash [#682569, Alexander Larsson] and a win32 build
+          problem [#683200, Kalev Lember] introduced by the memory
+          leak fixes in 2.39.90
+
+       * Fixed the SoupMessage:network-event signal, which had been
+          skipping the G_SOCKET_CLIENT_COMPLETE state in tunneled
+          https connections. And added a test for this. [Dan]
+
+       * New/updated translations:
+         French, Japanese, Korean, Latvian, Lithuanian, Polish,
+         Punjabi, Swedish, Tamil
+
 Changes in libsoup from 2.39.5 to 2.39.90:
 
        * Added SoupMultipartInputStream, for handling multipart
index 95410de..fb04d97 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.39.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])