Title: [235312] releases/WebKitGTK/webkit-2.22
Revision
235312
Author
[email protected]
Date
2018-08-24 02:03:11 -0700 (Fri, 24 Aug 2018)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.92 release.

.:

* Source/cmake/OptionsGTK.cmake: Bump version numbers.

Source/WebKit:

* gtk/NEWS: Add release notes for 2.21.92.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (235311 => 235312)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2018-08-24 08:12:37 UTC (rev 235311)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2018-08-24 09:03:11 UTC (rev 235312)
@@ -1,3 +1,9 @@
+2018-08-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.92 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-08-21  Adrian Perez de Castro  <[email protected]>
 
         [WPE] Update to use libwpe-1.0.0 and WPEBackend-fdo-1.0.0

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (235311 => 235312)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-08-24 08:12:37 UTC (rev 235311)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-08-24 09:03:11 UTC (rev 235312)
@@ -1,3 +1,9 @@
+2018-08-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.92 release.
+
+        * gtk/NEWS: Add release notes for 2.21.92.
+
 2018-08-23  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] Add API to inject/register user content in isolated worlds

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS (235311 => 235312)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-08-24 08:12:37 UTC (rev 235311)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-08-24 09:03:11 UTC (rev 235312)
@@ -1,4 +1,17 @@
 ==================
+WebKitGTK+ 2.21.92
+==================
+
+What's new in WebKitGTK+ 2.21.92?
+
+  - Add new API to inject/register user content in isolated worlds.
+  - Add more API to JSCException to handle column number, convert exception to string, get the exception backtrace,
+    create exceptions with a custom error name and report exception message with full details.
+  - Fix excessive CPU usage when getting the process memory footprint.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Polish
+
+==================
 WebKitGTK+ 2.21.91
 ==================
 

Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake (235311 => 235312)


--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-08-24 08:12:37 UTC (rev 235311)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-08-24 09:03:11 UTC (rev 235312)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 21 91)
+SET_PROJECT_VERSION(2 21 92)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 69 0 32)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 28 1 10)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 0 33)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 0 11)
 
 # 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

Reply via email to