[libsoup] 2.39.3



commit 18c1bc74993a4a0f531a7a9c16d44497431f1563
Author: Dan Winship <danw gnome org>
Date:   Tue Jun 26 08:48:25 2012 -0400

    2.39.3

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 272d295..5072f47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in libsoup from 2.39.2 to 2.39.3:
+
+	* Added new functions for comparing domains against the
+          "public suffix" list (http://publicsuffix.org/), and in
+          particular fixed SoupCookieJar to not allow setting cookies
+          in "public" domains (eg, ".co.uk"). [#673802, Sergio]
+
+	* Added two new SoupCookieJar APIs
+          (soup_cookie_jar_get_cookies() and
+          soup_cookie_jar_set_cookie_with_first_party()) as part of
+	  fixing the handling of HttpOnly cookies in WebKitGTK.
+	  [#677922, Christophe Dumez]
+
+	* Fixed g-i annotation of
+          soup_message_headers_get_content_type(). [#677002, Dan]
+
+	* Updated translations:
+	  Galician, Greek, Slovenian, Spanish, Telugu
+
 Changes in libsoup from 2.39.1 to 2.39.2:
 
 	* Fixed several bugs that resulted from the I/O code rewrite
diff --git a/configure.ac b/configure.ac
index ea95e65..59ee43c 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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]