Title: [237888] releases/WebKitGTK/webkit-2.22
Revision
237888
Author
ape...@igalia.com
Date
2018-11-06 14:10:33 -0800 (Tue, 06 Nov 2018)

Log Message

Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.1 release.

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.22.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (237887 => 237888)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2018-11-06 22:10:30 UTC (rev 237887)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2018-11-06 22:10:33 UTC (rev 237888)
@@ -1,3 +1,9 @@
+2018-11-06  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.1 release.
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2018-11-05  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [WPE][GTK] Expose ENABLE_MEDIA_SOURCE as public option

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (237887 => 237888)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-11-06 22:10:30 UTC (rev 237887)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-11-06 22:10:33 UTC (rev 237888)
@@ -1,3 +1,9 @@
+2018-11-06  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.1 release.
+
+        * wpe/NEWS: Add release notes for 2.22.1.
+
 2018-10-29  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.3 release.

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS (237887 => 237888)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS	2018-11-06 22:10:30 UTC (rev 237887)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS	2018-11-06 22:10:33 UTC (rev 237888)
@@ -1,9 +1,24 @@
 =================
-WPE WebKit 2.20.0
+WPE WebKit 2.22.1
 =================
 
-What's new in WPE WebKit 2.20.0?
+What's new in WPE WebKit 2.22.1?
 
+  - Many improvements and fixes for video playback with media source
+    extensions (MSE), which improve the user experience across the board,
+    and in particular for playback of WebM videos.
+  - Expose ENABLE_MEDIA_SOURCE as a public build option.
+  - Fix Resource Timing reporting for <iframe> elements.
+  - Fix the build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF.
+  - Fix the build with the remote Web Inspector disabled.
+  - Fix several crashes and rendering issues.
+
+=================
+WPE WebKit 2.22.0
+=================
+
+What's new in WPE WebKit 2.22.0?
+
   - Several fixes for video playback with media source extensions (MSE).
     This allows using WebM support for YouTube, which no longer works through
     regular video source. Note that MSE is still disabled by default and

Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake (237887 => 237888)


--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake	2018-11-06 22:10:30 UTC (rev 237887)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake	2018-11-06 22:10:33 UTC (rev 237888)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 22 0)
+SET_PROJECT_VERSION(2 22 1)
 set(WPE_API_VERSION 0.1)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 1 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 2 2)
 
 # 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to