Title: [121772] trunk
Revision
121772
Author
[email protected]
Date
2012-07-03 08:48:38 -0700 (Tue, 03 Jul 2012)

Log Message

[GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`)
https://bugs.webkit.org/show_bug.cgi?id=90332

Patch by Priit Laes <[email protected]> on 2012-07-03
Reviewed by Gustavo Noronha Silva.

* configure.ac: Bump libsoup requirements to 2.39.2

Modified Paths

Diff

Modified: trunk/ChangeLog (121771 => 121772)


--- trunk/ChangeLog	2012-07-03 15:43:42 UTC (rev 121771)
+++ trunk/ChangeLog	2012-07-03 15:48:38 UTC (rev 121772)
@@ -1,3 +1,12 @@
+2012-07-03  Priit Laes  <[email protected]>
+
+        [GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`)
+        https://bugs.webkit.org/show_bug.cgi?id=90332
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: Bump libsoup requirements to 2.39.2
+
 2012-07-03  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Make use of .qmake.cache for caching features

Modified: trunk/configure.ac (121771 => 121772)


--- trunk/configure.ac	2012-07-03 15:43:42 UTC (rev 121771)
+++ trunk/configure.ac	2012-07-03 15:48:38 UTC (rev 121772)
@@ -373,7 +373,7 @@
 FONTCONFIG_REQUIRED_VERSION=2.4
 FREETYPE2_REQUIRED_VERSION=9.0
 GLIB_REQUIRED_VERSION=2.32.0
-LIBSOUP_REQUIRED_VERSION=2.37.92
+LIBSOUP_REQUIRED_VERSION=2.39.2
 LIBXML_REQUIRED_VERSION=2.6
 PANGO_REQUIRED_VERSION=1.21.0
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to