Title: [239164] releases/WebKitGTK/webkit-2.22
Revision
239164
Author
[email protected]
Date
2018-12-13 07:59:26 -0800 (Thu, 13 Dec 2018)

Log Message

Unreviewed. Update OptionsWPE.cmake for the 2.22.3 release.

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.22.3.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (239163 => 239164)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2018-12-13 15:34:15 UTC (rev 239163)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2018-12-13 15:59:26 UTC (rev 239164)
@@ -1,5 +1,11 @@
 2018-12-13  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake for the 2.22.3 release.
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
+2018-12-13  Adrian Perez de Castro  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake for the 2.22.5 release.
 
         * Source/cmake/OptionsGTK.cmake: Bump version numbers.

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (239163 => 239164)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-12-13 15:34:15 UTC (rev 239163)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-12-13 15:59:26 UTC (rev 239164)
@@ -1,5 +1,11 @@
 2018-12-13  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake for the 2.22.3 release.
+
+        * wpe/NEWS: Add release notes for 2.22.3.
+
+2018-12-13  Adrian Perez de Castro  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake for the 2.22.5 release.
 
         * gtk/NEWS: Add release notes for 2.22.5.

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


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS	2018-12-13 15:34:15 UTC (rev 239163)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS	2018-12-13 15:59:26 UTC (rev 239164)
@@ -1,4 +1,15 @@
 =================
+WPE WebKit 2.22.3
+=================
+
+What's new in WPE WebKit 2.22.3?
+
+  - Improved the logic to determine for which architectures to enable
+    the JIT compiler support and USE_SYSTEM_MALLOC at build time.
+  - Fix the build with ENABLE_VIDEO=OFF and ENABLE_OPENGL=OFF.
+  - Fix several crashes.
+
+=================
 WPE WebKit 2.22.2
 =================
 

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


--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake	2018-12-13 15:34:15 UTC (rev 239163)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake	2018-12-13 15:59:26 UTC (rev 239164)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 22 2)
+SET_PROJECT_VERSION(2 22 3)
 set(WPE_API_VERSION 0.1)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 3 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 4 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to