Title: [254333] trunk
Revision
254333
Author
[email protected]
Date
2020-01-10 03:58:10 -0800 (Fri, 10 Jan 2020)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.4 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.27.4.

Modified Paths

Diff

Modified: trunk/ChangeLog (254332 => 254333)


--- trunk/ChangeLog	2020-01-10 11:39:43 UTC (rev 254332)
+++ trunk/ChangeLog	2020-01-10 11:58:10 UTC (rev 254333)
@@ -1,3 +1,9 @@
+2020-01-10  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.4 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2020-01-09  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r254234.

Modified: trunk/Source/WebKit/ChangeLog (254332 => 254333)


--- trunk/Source/WebKit/ChangeLog	2020-01-10 11:39:43 UTC (rev 254332)
+++ trunk/Source/WebKit/ChangeLog	2020-01-10 11:58:10 UTC (rev 254333)
@@ -1,5 +1,11 @@
 2020-01-10  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.4 release
+
+        * gtk/NEWS: Add release notes for 2.27.4.
+
+2020-01-10  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Fix GTK and WPE API docs generation
 
         Fix the name of the new class. WebKitInputMethodFilter -> WebKitInputMethodContext.

Modified: trunk/Source/WebKit/gtk/NEWS (254332 => 254333)


--- trunk/Source/WebKit/gtk/NEWS	2020-01-10 11:39:43 UTC (rev 254332)
+++ trunk/Source/WebKit/gtk/NEWS	2020-01-10 11:58:10 UTC (rev 254333)
@@ -1,4 +1,23 @@
 ================
+WebKitGTK 2.27.4
+================
+
+What's new in WebKitGTK 2.27.4?
+
+  - Add API for input methods.
+  - Add API to serialize/deserialize a JSCValue to/from a JSON string.
+  - Add support for strict secure cookies.
+  - Add support for saving data from remote inspector.
+  - Make ondemand hardware acceleration policy never leave accelerated compositing mode.
+  - Fix rendering of conic gradients in high resolution displays.
+  - Fix special combination characters not respecting the keystroke order when high CPU load.
+  - Honor the IndexedDB directory set in WebsiteDataManager.
+  - Fix rendering of text when there's an initial advance in the text run.
+  - Fix web process crash when displaying a KaTeX formula.
+  - Fix network process crash with PSON enabled.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.27.3
 ================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (254332 => 254333)


--- trunk/Source/cmake/OptionsGTK.cmake	2020-01-10 11:39:43 UTC (rev 254332)
+++ trunk/Source/cmake/OptionsGTK.cmake	2020-01-10 11:58:10 UTC (rev 254333)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 3)
+SET_PROJECT_VERSION(2 27 4)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 79 0 42)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 33 2 15)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 80 0 43)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 0 16)
 
 # 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