Title: [258331] releases/WebKitGTK/webkit-2.28
Revision
258331
Author
[email protected]
Date
2020-03-12 08:47:32 -0700 (Thu, 12 Mar 2020)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.28.0.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/ChangeLog (258330 => 258331)


--- releases/WebKitGTK/webkit-2.28/ChangeLog	2020-03-12 15:38:01 UTC (rev 258330)
+++ releases/WebKitGTK/webkit-2.28/ChangeLog	2020-03-12 15:47:32 UTC (rev 258331)
@@ -1,3 +1,9 @@
+2020-03-12  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.28.0 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2020-03-10  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.0 release

Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog (258330 => 258331)


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-03-12 15:38:01 UTC (rev 258330)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-03-12 15:47:32 UTC (rev 258331)
@@ -1,3 +1,9 @@
+2020-03-12  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.28.0 release
+
+        * wpe/NEWS: Add release notes for 2.28.0.
+
 2020-03-10  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.0 release

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


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-03-12 15:38:01 UTC (rev 258330)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-03-12 15:47:32 UTC (rev 258331)
@@ -1,3 +1,15 @@
+=================
+WPE WebKit 2.28.0
+=================
+
+What's new in WPE WebKit 2.28.0?
+
+  - Enable the _javascript_Core JIT for the MIPS platform.
+  - Do not limit the surrounding text for input methods to current paragraph.
+  - Add support in MiniBrowser for WebDriver close session commands.
+  - Fix the build on ppc64le if __unix is undefined.
+  - Fix several crashes and rendering issues.
+
 ==================
 WPE WebKit 2.27.91
 ==================

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


--- releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-03-12 15:38:01 UTC (rev 258330)
+++ releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-03-12 15:47:32 UTC (rev 258331)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 91)
+SET_PROJECT_VERSION(2 28 0)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 13 1 10)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 13 2 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