Title: [252886] trunk
Revision
252886
Author
[email protected]
Date
2019-11-26 04:41:19 -0800 (Tue, 26 Nov 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.3 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.27.3.

Modified Paths

Diff

Modified: trunk/ChangeLog (252885 => 252886)


--- trunk/ChangeLog	2019-11-26 12:21:13 UTC (rev 252885)
+++ trunk/ChangeLog	2019-11-26 12:41:19 UTC (rev 252886)
@@ -1,3 +1,9 @@
+2019-11-26  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.3 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-11-20  ChangSeok Oh  <[email protected]>
 
         [GTK] Add ANGLE backend to GTK port

Modified: trunk/Source/WebKit/ChangeLog (252885 => 252886)


--- trunk/Source/WebKit/ChangeLog	2019-11-26 12:21:13 UTC (rev 252885)
+++ trunk/Source/WebKit/ChangeLog	2019-11-26 12:41:19 UTC (rev 252886)
@@ -1,5 +1,11 @@
 2019-11-26  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.3 release
+
+        * gtk/NEWS: Add release notes for 2.27.3.
+
+2019-11-26  Carlos Garcia Campos  <[email protected]>
+
         REGRESSION(2.27.2): [GTK] Incognito mode is broken under flatpak
         https://bugs.webkit.org/show_bug.cgi?id=203460
 

Modified: trunk/Source/WebKit/gtk/NEWS (252885 => 252886)


--- trunk/Source/WebKit/gtk/NEWS	2019-11-26 12:21:13 UTC (rev 252885)
+++ trunk/Source/WebKit/gtk/NEWS	2019-11-26 12:41:19 UTC (rev 252886)
@@ -1,4 +1,23 @@
 ================
+WebKitGTK 2.27.3
+================
+
+What's new in WebKitGTK 2.27.3?
+
+  - Add support for Pointer Lock API.
+  - Improve performance when falling back to system fonts.
+  - Stop using DBus for the remote inspector implementation to improve the performance of both
+    WebDriver and remote inspector.
+  - Implement support for new ARIA roles: code, strong, emphasis, generic.
+  - Fix handling of content type with new custom protocols implementation.
+  - Make image decoders fully thread safe.
+  - Add support for get page source command in WebDriver.
+  - Add support for network proxy capabilities in WebDriver.
+  - Add support for new window command in WebDriver.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Brazilian Portuguese, Ukrainian.
+
+================
 WebKitGTK 2.27.2
 ================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (252885 => 252886)


--- trunk/Source/cmake/OptionsGTK.cmake	2019-11-26 12:21:13 UTC (rev 252885)
+++ trunk/Source/cmake/OptionsGTK.cmake	2019-11-26 12:41:19 UTC (rev 252886)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 2)
+SET_PROJECT_VERSION(2 27 3)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 78 0 41)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 33 1 15)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 79 0 42)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 33 2 15)
 
 # 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