Title: [260644] releases/WebKitGTK/webkit-2.28
Revision
260644
Author
[email protected]
Date
2020-04-24 09:11:11 -0700 (Fri, 24 Apr 2020)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.28.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/ChangeLog (260643 => 260644)


--- releases/WebKitGTK/webkit-2.28/ChangeLog	2020-04-24 15:03:22 UTC (rev 260643)
+++ releases/WebKitGTK/webkit-2.28/ChangeLog	2020-04-24 16:11:11 UTC (rev 260644)
@@ -1,3 +1,9 @@
+2020-04-24  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.28.2 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2020-04-24  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.2 release

Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog (260643 => 260644)


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-04-24 15:03:22 UTC (rev 260643)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-04-24 16:11:11 UTC (rev 260644)
@@ -1,3 +1,9 @@
+2020-04-24  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.28.2 release
+
+        * wpe/NEWS: Add release notes for 2.28.2.
+
 2020-04-24  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.2 release

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


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-04-24 15:03:22 UTC (rev 260643)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/wpe/NEWS	2020-04-24 16:11:11 UTC (rev 260644)
@@ -1,4 +1,14 @@
 =================
+WPE WebKit 2.28.2
+=================
+
+What's new in WPE WebKit 2.28.2?
+
+  - Fix playing of Youtube 'live stream'/H264 URLs.
+  - Fix the build in MIPS64.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.28.1
 =================
 

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


--- releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-04-24 15:03:22 UTC (rev 260643)
+++ releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsWPE.cmake	2020-04-24 16:11:11 UTC (rev 260644)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 28 1)
+SET_PROJECT_VERSION(2 28 2)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 13 3 10)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 13 4 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