Title: [256295] releases/WebKitGTK/webkit-2.28
Revision
256295
Author
[email protected]
Date
2020-02-11 00:21:06 -0800 (Tue, 11 Feb 2020)

Log Message

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.90 release

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.27.90.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/ChangeLog (256294 => 256295)


--- releases/WebKitGTK/webkit-2.28/ChangeLog	2020-02-11 08:10:59 UTC (rev 256294)
+++ releases/WebKitGTK/webkit-2.28/ChangeLog	2020-02-11 08:21:06 UTC (rev 256295)
@@ -1,3 +1,9 @@
+2020-02-10  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.90 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2020-02-10  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.90 release

Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog (256294 => 256295)


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-02-11 08:10:59 UTC (rev 256294)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-02-11 08:21:06 UTC (rev 256295)
@@ -1,3 +1,9 @@
+2020-02-10  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.90 release
+
+        * wpe/NEWS: Add release notes for 2.27.90.
+
 2020-02-10  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.90 release

Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS (256294 => 256295)


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-02-11 08:10:59 UTC (rev 256294)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-02-11 08:21:06 UTC (rev 256295)
@@ -1,3 +1,16 @@
+==================
+WPE WebKit 2.27.90
+==================
+
+What's new in WPE WebKit 2.27.90?
+
+  - Add support for same-site cookies.
+  - Add Flatpak sandbox support.
+  - Enable WebAudio and WebGL by default in WebKitSettings.
+  - Add a setting to disallow top level navigation to a data URI.
+  - Add support for the -webkit-font-smoothing CSS property.
+  - Fix several crashes and rendering issues.
+
 =================
 WPE WebKit 2.27.4
 =================

Modified: releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake (256294 => 256295)


--- releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-02-11 08:10:59 UTC (rev 256294)
+++ releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-02-11 08:21:06 UTC (rev 256295)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 4)
+SET_PROJECT_VERSION(2 27 90)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 12 0 9)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 13 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

Reply via email to