2.39.92 LIBSOUP_2_39_92
authorDan Winship <danw@gnome.org>
Mon, 17 Sep 2012 20:43:05 +0000 (16:43 -0400)
committerDan Winship <danw@gnome.org>
Mon, 17 Sep 2012 20:43:19 +0000 (16:43 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c0e6363..9eae8aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in libsoup from 2.39.91 to 2.39.92:
+
+       * Fixed some g_warnings (and a possible crash) with the
+         soup_request_send_async(). [#683404, Dan]
+
+       * Fixed a hang with SoupSessionSync [#682923, Dan]
+
+       * Handle empty "Cache-Control" headers. [Sergio]
+
+       * New/updated translations:
+         Assamese, Belarusian, Brazilian Portuguese, British English,
+         Chinese (Traditional), Czech, Danish, French, Galician,
+         Greek, Gujarati, Hungarian, Indonesian, Italian, Lithuanian,
+         Marathi, Persian, Polish, Portuguese, Russian, Serbian,
+         Slovenian, Spanish
+
 Changes in libsoup from 2.39.90 to 2.39.91:
 
        * Added missing (transfer full) annotation to
index fb04d97..188b900 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.39.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])