2.39.3 LIBSOUP_2_39_3
authorDan Winship <danw@gnome.org>
Tue, 26 Jun 2012 12:48:25 +0000 (08:48 -0400)
committerDan Winship <danw@gnome.org>
Tue, 26 Jun 2012 12:48:25 +0000 (08:48 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 272d295..5072f47 100644 (file)
--- 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
index ea95e65..59ee43c 100644 (file)
@@ -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])