Title: [238423] releases/WebKitGTK/webkit-2.22
Revision
238423
Author
ape...@igalia.com
Date
2018-11-21 10:08:04 -0800 (Wed, 21 Nov 2018)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.22.4.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (238422 => 238423)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2018-11-21 17:38:08 UTC (rev 238422)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2018-11-21 18:08:04 UTC (rev 238423)
@@ -1,3 +1,9 @@
+2018-11-21  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-11-06  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.1 release.

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (238422 => 238423)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-11-21 17:38:08 UTC (rev 238422)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-11-21 18:08:04 UTC (rev 238423)
@@ -1,3 +1,9 @@
+2018-11-21  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.
+
+        * gtk/NEWS: Add release notes for 2.22.4.
+
 2018-11-06  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.1 release.

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS (238422 => 238423)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-11-21 17:38:08 UTC (rev 238422)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-11-21 18:08:04 UTC (rev 238423)
@@ -1,4 +1,17 @@
 =================
+WebKitGTK+ 2.22.4
+=================
+
+What's new in WebKitGTK+ 2.22.4?
+
+  - Expose ENABLE_MEDIA_SOURCE as a public build option.
+  - Fix a crash when using Cairo versions between 1.15 and 1.16.0
+  - Fix the build with -DLOG_DISABLED=0.
+  - Fix the build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF.
+  - Fix debug builds of _javascript_Core.
+  - Fix several crashes and rendering issues.
+
+=================
 WebKitGTK+ 2.22.3
 =================
 

Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake (238422 => 238423)


--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-11-21 17:38:08 UTC (rev 238422)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-11-21 18:08:04 UTC (rev 238423)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 22 3)
+SET_PROJECT_VERSION(2 22 4)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 4 33)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 4 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 5 33)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 5 11)
 
 # 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