Title: [250229] releases/WebKitGTK/webkit-2.26
Revision
250229
Author
carlo...@webkit.org
Date
2019-09-23 03:40:41 -0700 (Mon, 23 Sep 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.26.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/ChangeLog (250228 => 250229)


--- releases/WebKitGTK/webkit-2.26/ChangeLog	2019-09-23 10:40:37 UTC (rev 250228)
+++ releases/WebKitGTK/webkit-2.26/ChangeLog	2019-09-23 10:40:41 UTC (rev 250229)
@@ -1,3 +1,9 @@
+2019-09-23  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-09-15  Adrian Perez de Castro  <ape...@igalia.com>
 
         [GTK][WPE] Do not run the Bubblewrap executable when configuring for cross-compilation

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog (250228 => 250229)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-09-23 10:40:37 UTC (rev 250228)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-09-23 10:40:41 UTC (rev 250229)
@@ -1,3 +1,9 @@
+2019-09-23  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release
+
+        * gtk/NEWS: Add release notes for 2.26.1.
+
 2019-09-23  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [SOUP] Stop setting G_TLS_GNUTLS_PRIORITY

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


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2019-09-23 10:40:37 UTC (rev 250228)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2019-09-23 10:40:41 UTC (rev 250229)
@@ -1,4 +1,19 @@
 ================
+WebKitGTK 2.26.1
+================
+
+What's new in WebKitGTK+ 2.26.1?
+
+  - Fix MSE media player with GStreamer 1.14.
+  - Fix HTML alternate loads never finishing.
+  - Fix web view initialization delay on fisrt load.
+  - Validate user agent string set via API.
+  - Fix a crash when a web view is destroyed with accelerated compositing mode enabled.
+  - Fix EGL initialization with newer versions of Mesa.
+  - Do not enable the sandbox inside docker.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.26.0
 ================
 

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


--- releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2019-09-23 10:40:37 UTC (rev 250228)
+++ releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2019-09-23 10:40:41 UTC (rev 250229)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 26 0)
+SET_PROJECT_VERSION(2 26 1)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 1 39)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 5 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 2 39)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 6 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