Title: [252132] releases/WebKitGTK/webkit-2.26
Revision
252132
Author
carlo...@webkit.org
Date
2019-11-06 01:26:22 -0800 (Wed, 06 Nov 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.2 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.26.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/ChangeLog (252131 => 252132)


--- releases/WebKitGTK/webkit-2.26/ChangeLog	2019-11-06 09:26:18 UTC (rev 252131)
+++ releases/WebKitGTK/webkit-2.26/ChangeLog	2019-11-06 09:26:22 UTC (rev 252132)
@@ -1,3 +1,9 @@
+2019-11-06  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.2 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-09-24  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.26.1 release

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog (252131 => 252132)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-11-06 09:26:18 UTC (rev 252131)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-11-06 09:26:22 UTC (rev 252132)
@@ -1,3 +1,9 @@
+2019-11-06  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.2 release
+
+        * gtk/NEWS: Add release notes for 2.26.2.
+
 2019-10-22  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] C++ comments used in C header files

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS (252131 => 252132)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2019-11-06 09:26:18 UTC (rev 252131)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2019-11-06 09:26:22 UTC (rev 252132)
@@ -1,4 +1,18 @@
 ================
+WebKitGTK 2.26.2
+================
+
+What's new in WebKitGTK 2.26.2?
+
+  - Improve performance of querying system fallback fonts.
+  - Don't use prgname in dbus-proxy socket path.
+  - Fix thread-safety issues in image decoders.
+  - Fix the build with WebDriver disabled.
+  - Disable accelerated compositing when we fail to initialize the EGL dispaly under Wayland.
+  - Fill the objects category in emoji picker.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.26.1
 ================
 

Modified: releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake (252131 => 252132)


--- releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2019-11-06 09:26:18 UTC (rev 252131)
+++ releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2019-11-06 09:26:22 UTC (rev 252132)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 26 1)
+SET_PROJECT_VERSION(2 26 2)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 2 39)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 6 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 3 39)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 7 14)
 
 # 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