Title: [238427] releases/WebKitGTK/webkit-2.22
Revision
238427
Author
[email protected]
Date
2018-11-21 11:09:35 -0800 (Wed, 21 Nov 2018)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.22.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (238426 => 238427)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2018-11-21 18:58:13 UTC (rev 238426)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2018-11-21 19:09:35 UTC (rev 238427)
@@ -1,5 +1,11 @@
 2018-11-21  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release.
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
+2018-11-21  Adrian Perez de Castro  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.
 
         * Source/cmake/OptionsGTK.cmake: Bump version numbers.

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (238426 => 238427)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-11-21 18:58:13 UTC (rev 238426)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-11-21 19:09:35 UTC (rev 238427)
@@ -1,5 +1,11 @@
 2018-11-21  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release.
+
+        * wpe/NEWS: Add release notes for 2.22.2.
+
+2018-11-21  Adrian Perez de Castro  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.
 
         * gtk/NEWS: Add release notes for 2.22.4.

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


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS	2018-11-21 18:58:13 UTC (rev 238426)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS	2018-11-21 19:09:35 UTC (rev 238427)
@@ -1,4 +1,14 @@
 =================
+WPE WebKit 2.22.2
+=================
+
+What's new in WPE WebKit 2.22.2?
+
+  - Fix a crash when using Cairo versions between 1.15 and 1.16.0
+  - Fix the build with -DLOG_DISABLED=0.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.22.1
 =================
 

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


--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake	2018-11-21 18:58:13 UTC (rev 238426)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake	2018-11-21 19:09:35 UTC (rev 238427)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 22 1)
+SET_PROJECT_VERSION(2 22 2)
 set(WPE_API_VERSION 0.1)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 2 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 3 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