summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-09-17 16:43:05 -0400
committerDan Winship <danw@gnome.org>2012-09-17 16:43:19 -0400
commit984482a4e92108b4dbe9858c05074bf54b625ce9 (patch)
tree44c2a992f53964cfc45146e62e436d09e8f341c9
parent8c1b842f66ba973861fbbf2b7bcabedb7ac0a398 (diff)
downloadlibsoup-984482a4e92108b4dbe9858c05074bf54b625ce9.tar.gz
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0e6363c..9eae8aaf 100644
--- 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
diff --git a/configure.ac b/configure.ac
index fb04d971..188b900b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])