summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-07-16 18:27:30 -0400
committerDan Winship <danw@gnome.org>2012-07-16 18:27:30 -0400
commitde8157224398fff30eaa0f2d71f34d6899372a3a (patch)
tree39f2bc7126d14e17471cad21b012388dc85ae5c1
parentcbae89f4176a96ed16641acbd1bb43717bf35284 (diff)
downloadlibsoup-de8157224398fff30eaa0f2d71f34d6899372a3a.tar.gz
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5072f47a..0033c468 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Changes in libsoup from 2.39.3 to 2.39.4:
+
+ * Fixed the SoupRequest codepaths to properly retry in the
+ case where the server closes a persistent connection when we
+ try to use it. [Dan, might be the fix for #679527, but this
+ is not yet confirmed]
+
+ * Fixed the content-type and content-length of requests
+ retrieved from SoupCache. [#680029, Carlos Garcia Campos]
+
+ * Fixed the handling of cookies in non-suffixed and private
+ domains ("localhost", "foo.local", etc) [#679230, Sergio and
+ Dan]
+
+ * Fixed cookie parsing to allow attribute values on "secure"
+ and "HttpOnly". (Neither is supposed to have a value, but it
+ happens in the real world.) [#678753, Dan, based on a patch
+ from "Basavaraj"]
+
+ * Fixed soup_uri_normalize() to not always run the "fixup"
+ codepath. [#680018, pointed out by Yann Soubeyrand]
+
+ * Fixed a (rare) crash when closing the stream returned from
+ SoupRequestHTTP. [Dan]
+
+ * Use G_DEPRECATED on deprecated functions, and then fix up
+ the warnings this caused due to libsoup using its own
+ deprecated functions. [#671770, Javier Jardón]
+
+ * Fixed up "make dist" by, among other things, rewriting
+ tld-parser in python. [#678909, Colin Walters]
+
+ * Removed the "getbug" example program in tests/, which didn't
+ work any more anyway. [Dan]
+
+ * Various internal code cleanups. [Dan] Fixed one crash
+ resulting from this [#680055, Alban Browaeys]; hopefully
+ there won't be any more.
+
+ * New/Updated translations:
+ Assamese, Belarusian, Bulgarian, Chinese (traditional), Hebrew,
+ Indonesian, Lithuanian, Norwegian bokmål, Vietnamese
+
Changes in libsoup from 2.39.2 to 2.39.3:
* Added new functions for comparing domains against the
diff --git a/configure.ac b/configure.ac
index 59ee43c9..1057f633 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.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])