Title: [205237] releases/WebKitGTK/webkit-2.14
- Revision
- 205237
- Author
- [email protected]
- Date
- 2016-08-31 00:28:50 -0700 (Wed, 31 Aug 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.90 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.13.90.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (205236 => 205237)
--- releases/WebKitGTK/webkit-2.14/ChangeLog 2016-08-31 07:20:38 UTC (rev 205236)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog 2016-08-31 07:28:50 UTC (rev 205237)
@@ -1,3 +1,9 @@
+2016-08-31 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.90 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-08-29 Per Arne Vollan <[email protected]>
Attempt to fix WinCairo build after r205090.
Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (205236 => 205237)
--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog 2016-08-31 07:20:38 UTC (rev 205236)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog 2016-08-31 07:28:50 UTC (rev 205237)
@@ -1,3 +1,9 @@
+2016-08-31 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.90 release.
+
+ * gtk/NEWS: Add release notes for 2.13.90.
+
2016-08-30 Carlos Garcia Campos <[email protected]>
Unreviewed. Fix GTK+ build after r205150.
Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS (205236 => 205237)
--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS 2016-08-31 07:20:38 UTC (rev 205236)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS 2016-08-31 07:28:50 UTC (rev 205237)
@@ -1,3 +1,15 @@
+==================
+WebKitGTK+ 2.13.90
+==================
+
+What's new in WebKitGTK+ 2.13.90?
+
+ - Add initial implementation of accelerating compositing support under Wayland.
+ - Fix performance with the modesetting intel driver and DRI3 enabled.
+ - Improved performance when resizing the web view on X11.
+ - Fix several crashes and rendering issues.
+ - Translation updates: German, Polish.
+
=================
WebKitGTK+ 2.13.4
=================
Modified: releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake (205236 => 205237)
--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake 2016-08-31 07:20:38 UTC (rev 205236)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake 2016-08-31 07:28:50 UTC (rev 205237)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 13)
-set(PROJECT_VERSION_MICRO 4)
+set(PROJECT_VERSION_MICRO 90)
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 3 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 3 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 4 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 4 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.
@@ -197,7 +197,7 @@
add_definitions(-DBUILDING_GTK__=1)
add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
-add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="602")
+add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="603")
add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION="1")
add_definitions(-DWEBKITGTK_API_VERSION_STRING="${WEBKITGTK_API_VERSION}")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes