Title: [234027] trunk
- Revision
- 234027
- Author
- [email protected]
- Date
- 2018-07-20 00:47:57 -0700 (Fri, 20 Jul 2018)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.5 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.21.5.
* webkitglib-symbols.map: Remove symbols.
Modified Paths
Diff
Modified: trunk/ChangeLog (234026 => 234027)
--- trunk/ChangeLog 2018-07-20 07:22:40 UTC (rev 234026)
+++ trunk/ChangeLog 2018-07-20 07:47:57 UTC (rev 234027)
@@ -1,3 +1,9 @@
+2018-07-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.5 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2018-07-19 Stephan Szabo <[email protected]>
[WinCairo] Support DEVELOPER_MODE for allowing inspection of web inspector
Modified: trunk/Source/WebKit/ChangeLog (234026 => 234027)
--- trunk/Source/WebKit/ChangeLog 2018-07-20 07:22:40 UTC (rev 234026)
+++ trunk/Source/WebKit/ChangeLog 2018-07-20 07:47:57 UTC (rev 234027)
@@ -1,3 +1,10 @@
+2018-07-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.5 release.
+
+ * gtk/NEWS: Add release notes for 2.21.5.
+ * webkitglib-symbols.map: Remove symbols.
+
2018-07-19 Chris Dumez <[email protected]>
Null pointer dereference under WebPage::autofillLoginCredentials()
Modified: trunk/Source/WebKit/gtk/NEWS (234026 => 234027)
--- trunk/Source/WebKit/gtk/NEWS 2018-07-20 07:22:40 UTC (rev 234026)
+++ trunk/Source/WebKit/gtk/NEWS 2018-07-20 07:47:57 UTC (rev 234027)
@@ -1,4 +1,20 @@
=================
+WebKitGTK+ 2.21.5
+=================
+
+What's new in WebKitGTK+ 2.21.5?
+
+ - Add API to evaluate code in a new object to _javascript_Core GLib API.
+ - Add API to check for syntax errors in given code to _javascript_Core GLib API.
+ - Update jsc_context_evaluate_with_source_uri() to receive also a starting line number.
+ - Add API to allow creating variadic functions to _javascript_Core GLib API.
+ - Add --host option to WebDriver process.
+ - Handle acceptInsecureCertificates capability in WebDriver.
+ - Fix video freezes when GStreamerGL is not installed.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Ukrainian.
+
+=================
WebKitGTK+ 2.21.4
=================
Modified: trunk/Source/WebKit/webkitglib-symbols.map (234026 => 234027)
--- trunk/Source/WebKit/webkitglib-symbols.map 2018-07-20 07:22:40 UTC (rev 234026)
+++ trunk/Source/WebKit/webkitglib-symbols.map 2018-07-20 07:47:57 UTC (rev 234027)
@@ -13,8 +13,6 @@
"bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_didInitialize";
"bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_key";
"bmalloc::vmPageSize()::cached";
- "guard variable for bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_object";
- "guard variable for bmalloc::PerProcess<bmalloc::Scavenger>::s_object";
"WebKit::WebKitExtensionManager::singleton()";
"WebKit::WebKitExtensionManager::initialize(WebKit::InjectedBundle*, API::Object*)";
};
Modified: trunk/Source/cmake/OptionsGTK.cmake (234026 => 234027)
--- trunk/Source/cmake/OptionsGTK.cmake 2018-07-20 07:22:40 UTC (rev 234026)
+++ trunk/Source/cmake/OptionsGTK.cmake 2018-07-20 07:47:57 UTC (rev 234027)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 21 4)
+SET_PROJECT_VERSION(2 21 5)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 68 0 31)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 27 2 9)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 68 1 31)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 28 0 10)
# 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