2.39.4.1 LIBSOUP_2_39_4_1
authorDan Winship <danw@gnome.org>
Tue, 17 Jul 2012 12:34:51 +0000 (08:34 -0400)
committerDan Winship <danw@gnome.org>
Tue, 17 Jul 2012 12:36:03 +0000 (08:36 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0033c46..79baf8e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.39.4 to 2.39.4.1:
+
+       * Fixed indentation problems in tld-parser.py so it will work
+          under python 3. [#680089, "marduk"]
+
+       * Actually fixed cookies in non-suffixed/private domains,
+          which still didn't work after the last fix. [#679230,
+          Carlos]
+
+       * Updated translations:
+         Spanish
+
 Changes in libsoup from 2.39.3 to 2.39.4:
 
        * Fixed the SoupRequest codepaths to properly retry in the
index 1057f63..47daa7d 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.39.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])