Title: [241542] releases/WebKitGTK/webkit-2.24
Revision
241542
Author
carlo...@webkit.org
Date
2019-02-14 04:57:09 -0800 (Thu, 14 Feb 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.90 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.23.90.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (241541 => 241542)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-02-14 12:57:04 UTC (rev 241541)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-02-14 12:57:09 UTC (rev 241542)
@@ -1,3 +1,9 @@
+2019-02-14  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.90 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers
+
 2019-02-14  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [WPE][GTK][STABLE] Remove sandbox APIs from 2.24 branch

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (241541 => 241542)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-02-14 12:57:04 UTC (rev 241541)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-02-14 12:57:09 UTC (rev 241542)
@@ -1,5 +1,11 @@
 2019-02-14  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.90 release
+
+        * gtk/NEWS: Add release notes for 2.23.90.
+
+2019-02-14  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed. Add missing symbols to webkitglib-symbols.map
 
         Add symbols global in JSC and present in WebKit.

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


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-02-14 12:57:04 UTC (rev 241541)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-02-14 12:57:09 UTC (rev 241542)
@@ -1,4 +1,22 @@
 =================
+WebKitGTK 2.23.90
+=================
+
+What's new in WebKitGTK 2.23.90?
+
+  - Add a new setting to disable _javascript_ elments from documents during parsing.
+  - Add new API to expose _javascript_Core options.
+  - Add support for JPEG2000 images.
+  - Add support for back/forward touchpad gesture.
+  - Add support for pinch zoom on touchpad.
+  - Use a scrolled window in alert dialogs to handle long contents.
+  - Sleep disabler now inhibits idle when a "System" sleep disabler is requested.
+  - Remove experimental sandboxing support, it's not yet ready for stable release.
+  - Fix a web process deadlock when starting the remote inspector.
+  - Fix a crash when browsing inspector:// URI without port set.
+  - Fix several crashes and rendering issues.
+
+=================
 WebKitGTK+ 2.23.3
 =================
 

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


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-02-14 12:57:04 UTC (rev 241541)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-02-14 12:57:09 UTC (rev 241542)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 23 3)
+SET_PROJECT_VERSION(2 23 90)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 72 1 35)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 30 2 12)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 73 0 36)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 0 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to