Title: [260004] releases/WebKitGTK/webkit-2.28
Revision
260004
Author
[email protected]
Date
2020-04-13 07:28:22 -0700 (Mon, 13 Apr 2020)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.28.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/ChangeLog (260003 => 260004)


--- releases/WebKitGTK/webkit-2.28/ChangeLog	2020-04-13 13:10:48 UTC (rev 260003)
+++ releases/WebKitGTK/webkit-2.28/ChangeLog	2020-04-13 14:28:22 UTC (rev 260004)
@@ -1,3 +1,9 @@
+2020-04-13  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.28.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2020-04-13  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.1 release

Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog (260003 => 260004)


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-04-13 13:10:48 UTC (rev 260003)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-04-13 14:28:22 UTC (rev 260004)
@@ -1,3 +1,9 @@
+2020-04-13  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.28.1 release
+
+        * wpe/NEWS: Add release notes for 2.28.1.
+
 2020-04-13  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.1 release

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


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-04-13 13:10:48 UTC (rev 260003)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-04-13 14:28:22 UTC (rev 260004)
@@ -1,4 +1,18 @@
 =================
+WPE WebKit 2.28.1
+=================
+
+What's new in WPE WebKit 2.28.1?
+
+  - Update Chrome and Firefox versions in user agent quirks.
+  - Improved performance when using an OpenMAX video decoder and OpenGL ES 2.
+  - Fix inverted horizontal scrolling.
+  - Fix a crash with bubblewrap sandbox enabled.
+  - Fix a crash in _javascript_Core in ppc64el.
+  - Fix the build with GStreamer 1.12.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.28.0
 =================
 

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


--- releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-04-13 13:10:48 UTC (rev 260003)
+++ releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-04-13 14:28:22 UTC (rev 260004)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 28 0)
+SET_PROJECT_VERSION(2 28 1)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 13 2 10)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 13 3 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