Title: [205738] releases/WebKitGTK/webkit-2.14
- Revision
- 205738
- Author
- [email protected]
- Date
- 2016-09-09 05:04:57 -0700 (Fri, 09 Sep 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.91 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.13.91.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (205737 => 205738)
--- releases/WebKitGTK/webkit-2.14/ChangeLog 2016-09-09 10:56:30 UTC (rev 205737)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog 2016-09-09 12:04:57 UTC (rev 205738)
@@ -1,3 +1,9 @@
+2016-09-09 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.91 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-08-31 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.90 release.
Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (205737 => 205738)
--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog 2016-09-09 10:56:30 UTC (rev 205737)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog 2016-09-09 12:04:57 UTC (rev 205738)
@@ -1,3 +1,9 @@
+2016-09-09 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.91 release.
+
+ * gtk/NEWS: Add release notes for 2.13.91.
+
2016-09-07 Konstantin Tokarev <[email protected]>
[GTK] Make inspection of Inspector conditional on DEVELOPER_MODE
Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS (205737 => 205738)
--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS 2016-09-09 10:56:30 UTC (rev 205737)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS 2016-09-09 12:04:57 UTC (rev 205738)
@@ -1,4 +1,20 @@
==================
+WebKitGTK+ 2.13.91
+==================
+
+What's new in WebKitGTK+ 2.13.91?
+
+ - Improve the performance when resizing the WebView with the threaded compositor.
+ - Do not try to use GL_PACK_ROW_LENGTH when compiling with GLES2, since it's not available.
+ - Use a different plugins cache file in Wayland and X11.
+ - Fix UI process crash visiting sites protected with HTTP auth when using GTK+ < 3.14.
+ - Fix a WebProcess crash when the last WebView is destroyed.
+ - Fix build configure without Wayland support.
+ - Fix the build when compiling with Clang.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Polish.
+
+==================
WebKitGTK+ 2.13.90
==================
Modified: releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake (205737 => 205738)
--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake 2016-09-09 10:56:30 UTC (rev 205737)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake 2016-09-09 12:04:57 UTC (rev 205738)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 13)
-set(PROJECT_VERSION_MICRO 90)
+set(PROJECT_VERSION_MICRO 91)
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 4 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 4 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 5 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 5 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