summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-09-04 09:07:20 -0400
committerDan Winship <danw@gnome.org>2012-09-04 09:07:20 -0400
commit4607faca5ae4bff978cb227a2a7fce73e7fb9fa6 (patch)
treeeefb46065c1a6b75425ef25625aadf980e1657f5
parent9b9ed982a529fc68447a2640a92d73da35fa508c (diff)
downloadlibsoup-4607faca5ae4bff978cb227a2a7fce73e7fb9fa6.tar.gz
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 514a94da..c0e6363c 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 95410de5..fb04d971 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.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])