Title: [243099] releases/WebKitGTK/webkit-2.24
Revision
243099
Author
[email protected]
Date
2019-03-18 14:17:44 -0700 (Mon, 18 Mar 2019)

Log Message

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

build-rc/..:

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

build-rc/../Source/WebKit:

* wpe/NEWS: Add release notes for 2.23.91

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (243098 => 243099)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-18 21:17:36 UTC (rev 243098)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-18 21:17:44 UTC (rev 243099)
@@ -1,5 +1,11 @@
 2019-03-18  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.23.91 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
+2019-03-18  Adrian Perez de Castro  <[email protected]>
+
         [WPE] Bump public API to wpe-1.0
         https://bugs.webkit.org/show_bug.cgi?id=195887
 

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (243098 => 243099)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-18 21:17:36 UTC (rev 243098)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-18 21:17:44 UTC (rev 243099)
@@ -1,5 +1,11 @@
 2019-03-18  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.23.91 release
+
+        * wpe/NEWS: Add release notes for 2.23.91
+
+2019-03-18  Adrian Perez de Castro  <[email protected]>
+
         [WPE] Bump public API to wpe-1.0
         https://bugs.webkit.org/show_bug.cgi?id=195887
 

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS (243098 => 243099)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS	2019-03-18 21:17:36 UTC (rev 243098)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS	2019-03-18 21:17:44 UTC (rev 243099)
@@ -1,4 +1,21 @@
 ==================
+WPE WebKit 2.23.91
+==================
+
+What's new in WPE WebKit 2.23.90?
+
+  - Add setting to configure the page background color.
+  - Add support for hole-punching using external media players.
+  - Add support for 16bpp rendering in RGB565 format.
+  - Add autocleanup definitions for g_autoptr and friends.
+  - Add WebKitUserContentFilterStore to the API docs.
+  - Change dependencies to use wpe-1.0 and wpe-fdo-1.0.
+  - Fix constructors returning a GObject in JSC GLib API.
+  - Fix build failure with Clang due to usage of wl_array_foreach.
+  - Fix build failure due to missing WebKitUserContentFilterStore.h header.
+  - Fix several crashes and rendering issues.
+
+==================
 WPE WebKit 2.23.90
 ==================
 

Modified: releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake (243098 => 243099)


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake	2019-03-18 21:17:36 UTC (rev 243098)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake	2019-03-18 21:17:44 UTC (rev 243099)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 23 90)
+SET_PROJECT_VERSION(2 23 91)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 5 0 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 0 4)
 
 # 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