Title: [203768] trunk
- Revision
- 203768
- Author
- [email protected]
- Date
- 2016-07-27 00:03:37 -0700 (Wed, 27 Jul 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.4 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.13.4.
Modified Paths
Diff
Modified: trunk/ChangeLog (203767 => 203768)
--- trunk/ChangeLog 2016-07-27 06:38:15 UTC (rev 203767)
+++ trunk/ChangeLog 2016-07-27 07:03:37 UTC (rev 203768)
@@ -1,3 +1,9 @@
+2016-07-27 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.4 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-07-22 Carlos Garcia Campos <[email protected]>
[GTK] Enable threaded compositor by default
Modified: trunk/Source/WebKit2/ChangeLog (203767 => 203768)
--- trunk/Source/WebKit2/ChangeLog 2016-07-27 06:38:15 UTC (rev 203767)
+++ trunk/Source/WebKit2/ChangeLog 2016-07-27 07:03:37 UTC (rev 203768)
@@ -1,3 +1,9 @@
+2016-07-27 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.4 release.
+
+ * gtk/NEWS: Add release notes for 2.13.4.
+
2016-07-26 Simon Fraser <[email protected]>
Sort the project files.
Modified: trunk/Source/WebKit2/gtk/NEWS (203767 => 203768)
--- trunk/Source/WebKit2/gtk/NEWS 2016-07-27 06:38:15 UTC (rev 203767)
+++ trunk/Source/WebKit2/gtk/NEWS 2016-07-27 07:03:37 UTC (rev 203768)
@@ -1,4 +1,15 @@
=================
+WebKitGTK+ 2.13.4
+=================
+
+What's new in WebKitGTK+ 2.13.4?
+
+ - Switched to use the threaded compositor. Accelerated compositing mode is now always enabled by default
+ and happens in a separate thread in the web process.
+ - Make web view background colors work in accelerated compositing mode.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.13.3
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (203767 => 203768)
--- trunk/Source/cmake/OptionsGTK.cmake 2016-07-27 06:38:15 UTC (rev 203767)
+++ trunk/Source/cmake/OptionsGTK.cmake 2016-07-27 07:03:37 UTC (rev 203768)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 13)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 4)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
set(WEBKITGTK_API_VERSION 4.0)
@@ -15,8 +15,8 @@
# 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 51 2 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 2 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 3 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 3 4)
# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes