Title: [242547] releases/WebKitGTK/webkit-2.24
Revision
242547
Author
[email protected]
Date
2019-03-06 05:49:29 -0800 (Wed, 06 Mar 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.92 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.23.92.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (242546 => 242547)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-06 13:30:48 UTC (rev 242546)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-03-06 13:49:29 UTC (rev 242547)
@@ -1,3 +1,9 @@
+2019-03-06  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.92 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-02-26  Dominik Infuehr  <[email protected]>
 
         Fix warnings on ARM and MIPS

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (242546 => 242547)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-06 13:30:48 UTC (rev 242546)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-06 13:49:29 UTC (rev 242547)
@@ -1,3 +1,9 @@
+2019-03-06  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.92 release
+
+        * gtk/NEWS: Add release notes for 2.23.92.
+
 2019-03-04  Adrian Perez de Castro  <[email protected]>
 
         [GTK][WPE] Wrong license header in WebKit{,WebExtension}Autocleanups.h

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


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-03-06 13:30:48 UTC (rev 242546)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-03-06 13:49:29 UTC (rev 242547)
@@ -1,4 +1,16 @@
 =================
+WebKitGTK 2.23.92
+=================
+
+What's new in WebKitGTK 2.23.92?
+
+  - Fix constructors returning a GObject in JSC GLib API.
+  - Do not scan NPAPI plugins when plugins are disabled in settings.
+  - Add WebKitUserContentFilterStore to the API docs.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Polish.
+
+=================
 WebKitGTK 2.23.91
 =================
 

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


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-03-06 13:30:48 UTC (rev 242546)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-03-06 13:49:29 UTC (rev 242547)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 23 91)
+SET_PROJECT_VERSION(2 23 92)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 0 37)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 1 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 1 37)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 2 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