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

Log Message

Unreviewed. Update OptionsGTK.cmake for the 2.22.5 release.

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.22.5.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (239160 => 239161)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2018-12-13 14:44:29 UTC (rev 239160)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2018-12-13 15:06:26 UTC (rev 239161)
@@ -1,3 +1,9 @@
+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.
+
 2018-08-23  Don Olmstead  <[email protected]>
 
         [CMake] Have checks are not getting set inside CMake properly

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (239160 => 239161)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-12-13 14:44:29 UTC (rev 239160)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-12-13 15:06:26 UTC (rev 239161)
@@ -1,3 +1,9 @@
+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.
+
 2018-12-06  Carlos Eduardo Ramalho  <[email protected]>
 
         REGRESSION(r231043): [GTK] Undefined references to WebCore::LayerRepresentation::* with -DENABLE_OPENGL=OFF builds

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


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-12-13 14:44:29 UTC (rev 239160)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-12-13 15:06:26 UTC (rev 239161)
@@ -1,4 +1,15 @@
 =================
+WebKitGTK+ 2.22.5
+=================
+
+What's new in WebKitGTK+ 2.22.5?
+
+  - 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.
+
+=================
 WebKitGTK+ 2.22.4
 =================
 

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


--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-12-13 14:44:29 UTC (rev 239160)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-12-13 15:06:26 UTC (rev 239161)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 22 4)
+SET_PROJECT_VERSION(2 22 5)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 5 33)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 5 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 6 33)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 6 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to