Title: [242878] releases/WebKitGTK/webkit-2.24
Revision
242878
Author
[email protected]
Date
2019-03-13 02:47:28 -0700 (Wed, 13 Mar 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.0 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.24.0.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (242877 => 242878)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-13 09:25:43 UTC (rev 242877)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-13 09:47:28 UTC (rev 242878)
@@ -1,3 +1,9 @@
+2019-03-13  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.0 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-03-06  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.92 release

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (242877 => 242878)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-13 09:25:43 UTC (rev 242877)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-13 09:47:28 UTC (rev 242878)
@@ -1,3 +1,9 @@
+2019-03-13  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.0 release
+
+        * gtk/NEWS: Add release notes for 2.24.0.
+
 2019-03-06  Wenson Hsieh  <[email protected]>
 
         Crash when attempting to change input type while dismissing datalist suggestions

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS (242877 => 242878)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-03-13 09:25:43 UTC (rev 242877)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-03-13 09:47:28 UTC (rev 242878)
@@ -1,4 +1,13 @@
 =================
+WebKitGTK  2.24.0
+=================
+
+What's new in WebKitGTK 2.24.0?
+
+  - Fix several crashes.
+  - Translation updates: Italian.
+
+=================
 WebKitGTK 2.23.92
 =================
 

Modified: releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake (242877 => 242878)


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-03-13 09:25:43 UTC (rev 242877)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-03-13 09:47:28 UTC (rev 242878)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 23 92)
+SET_PROJECT_VERSION(2 24 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 1 37)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 2 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 2 37)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 3 13)
 
 # 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