Title: [254914] releases/WebKitGTK/webkit-2.26
Revision
254914
Author
[email protected]
Date
2020-01-22 03:21:03 -0800 (Wed, 22 Jan 2020)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.3 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.26.3.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/ChangeLog (254913 => 254914)


--- releases/WebKitGTK/webkit-2.26/ChangeLog	2020-01-22 10:42:39 UTC (rev 254913)
+++ releases/WebKitGTK/webkit-2.26/ChangeLog	2020-01-22 11:21:03 UTC (rev 254914)
@@ -1,3 +1,9 @@
+2020-01-22  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.3 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-11-07  Adrian Perez de Castro  <[email protected]>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.26.2 release

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog (254913 => 254914)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2020-01-22 10:42:39 UTC (rev 254913)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2020-01-22 11:21:03 UTC (rev 254914)
@@ -1,3 +1,9 @@
+2020-01-22  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.3 release
+
+        * gtk/NEWS: Add release notes for 2.26.3.
+
 2020-01-07  Carlos Garcia Campos  <[email protected]>
 
         [SOUP] HSTS Support causes page loading to fail with "Operation was cancelled"

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


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2020-01-22 10:42:39 UTC (rev 254913)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2020-01-22 11:21:03 UTC (rev 254914)
@@ -1,4 +1,18 @@
 ================
+WebKitGTK 2.26.3
+================
+
+What's new in WebKitGTK 2.26.3?
+
+  - Fix issues while trying to play a video on NextCloud.
+  - Make sure the GL video sink uses a valid WebKit shared GL context.
+  - Fix vertical alignment of text containing arabic diacritics.
+  - Fix build with icu 65.1.
+  - Fix page loading errors with websites using HSTS.
+  - Fix web process crash when displaying a KaTeX formula.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.26.2
 ================
 

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


--- releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2020-01-22 10:42:39 UTC (rev 254913)
+++ releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2020-01-22 11:21:03 UTC (rev 254914)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 26 2)
+SET_PROJECT_VERSION(2 26 3)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 3 39)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 7 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 4 39)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 8 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to