Title: [243535] releases/WebKitGTK/webkit-2.24
Revision
243535
Author
ape...@igalia.com
Date
2019-03-27 04:34:24 -0700 (Wed, 27 Mar 2019)

Log Message

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.0 release

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.24.0

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (243534 => 243535)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-27 10:59:47 UTC (rev 243534)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-27 11:34:24 UTC (rev 243535)
@@ -1,3 +1,9 @@
+2019-03-27  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.0 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2019-03-18  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.23.91 release

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (243534 => 243535)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-27 10:59:47 UTC (rev 243534)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-27 11:34:24 UTC (rev 243535)
@@ -1,3 +1,9 @@
+2019-03-27  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.0 release
+
+        * wpe/NEWS: Add release notes for 2.24.0
+
 2019-03-18  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.23.91 release

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS (243534 => 243535)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS	2019-03-27 10:59:47 UTC (rev 243534)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS	2019-03-27 11:34:24 UTC (rev 243535)
@@ -1,3 +1,12 @@
+=================
+WPE WebKit 2.24.0
+=================
+
+What's new in WPE WebKit 2.24.0?
+
+  - This version does not contain functional changes over the 2.23.91
+    release candidate.
+
 ==================
 WPE WebKit 2.23.91
 ==================

Modified: releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake (243534 => 243535)


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake	2019-03-27 10:59:47 UTC (rev 243534)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake	2019-03-27 11:34:24 UTC (rev 243535)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 23 91)
+SET_PROJECT_VERSION(2 24 0)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 0 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 1 4)
 
 # 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