Title: [172624] trunk
- Revision
- 172624
- Author
- [email protected]
- Date
- 2014-08-15 05:23:07 -0700 (Fri, 15 Aug 2014)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.5.3.
Modified Paths
Diff
Modified: trunk/ChangeLog (172623 => 172624)
--- trunk/ChangeLog 2014-08-15 11:30:15 UTC (rev 172623)
+++ trunk/ChangeLog 2014-08-15 12:23:07 UTC (rev 172624)
@@ -1,3 +1,9 @@
+2014-08-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2014-08-15 Ting-Wei Lan <[email protected]>
[GTK] Disable memory sampler on non-Linux system
Modified: trunk/Source/WebKit2/ChangeLog (172623 => 172624)
--- trunk/Source/WebKit2/ChangeLog 2014-08-15 11:30:15 UTC (rev 172623)
+++ trunk/Source/WebKit2/ChangeLog 2014-08-15 12:23:07 UTC (rev 172624)
@@ -1,3 +1,9 @@
+2014-08-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
+
+ * gtk/NEWS: Add release notes for 2.5.3.
+
2014-08-14 Enrica Casucci <[email protected]>
[Services with UI] Selection services don't work inside <iframes>.
Modified: trunk/Source/WebKit2/gtk/NEWS (172623 => 172624)
--- trunk/Source/WebKit2/gtk/NEWS 2014-08-15 11:30:15 UTC (rev 172623)
+++ trunk/Source/WebKit2/gtk/NEWS 2014-08-15 12:23:07 UTC (rev 172624)
@@ -1,4 +1,17 @@
=================
+WebKitGTK+ 2.5.3
+=================
+
+What's new in WebKitGTK+ 2.5.3?
+
+ - Fix a crash when drag and drop to a WebKitWebView.
+ - Fix slow motion rendering problem in GStreamer media backend due to integer rounding.
+ - Make sure the plugins cache is always used even if the cache directory doesn't exist.
+ - Fix the build on FreeBSD.
+ - Install the HTML API docs for WebKit2 and WebKitDOM in a versioned directory.
+ - Intall the GObject instrospection files to the correct path.
+
+=================
WebKitGTK+ 2.5.2
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (172623 => 172624)
--- trunk/Source/cmake/OptionsGTK.cmake 2014-08-15 11:30:15 UTC (rev 172623)
+++ trunk/Source/cmake/OptionsGTK.cmake 2014-08-15 12:23:07 UTC (rev 172624)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 5)
-set(PROJECT_VERSION_MICRO 2)
+set(PROJECT_VERSION_MICRO 3)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
set(WEBKITGTK_API_VERSION 4.0)
# Libtool library version, not to be confused with API version.
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 38 0 1)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 1 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 38 1 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 2 0)
set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
set(ENABLE_GTKDOC OFF CACHE BOOL "Whether or not to use generate gtkdoc.")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes