Title: [249641] releases/WebKitGTK/webkit-2.26
Revision
249641
Author
[email protected]
Date
2019-09-09 02:20:59 -0700 (Mon, 09 Sep 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.26.0.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/ChangeLog (249640 => 249641)


--- releases/WebKitGTK/webkit-2.26/ChangeLog	2019-09-09 09:08:39 UTC (rev 249640)
+++ releases/WebKitGTK/webkit-2.26/ChangeLog	2019-09-09 09:20:59 UTC (rev 249641)
@@ -1,3 +1,9 @@
+2019-09-09  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers
+
 2019-09-03  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.92 release

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog (249640 => 249641)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-09-09 09:08:39 UTC (rev 249640)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-09-09 09:20:59 UTC (rev 249641)
@@ -1,3 +1,9 @@
+2019-09-09  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release
+
+        * gtk/NEWS: Add release notes for 2.26.0.
+
 2019-09-06  Patrick Griffis  <[email protected]>
 
         [GTK][WPE] Do not enable the sandbox in Snap

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


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2019-09-09 09:08:39 UTC (rev 249640)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS	2019-09-09 09:20:59 UTC (rev 249641)
@@ -1,3 +1,14 @@
+================
+WebKitGTK 2.26.0
+================
+
+What's new in WebKitGTK+ 2.26.0?
+
+  - Disable process swap on navigation.
+  - Do not enable the sandbox in Snap.
+  - Fix sandbox parsing DISPLAY on X11.
+  - Translation updates: Brazilian Portuguese, German.
+
 =================
 WebKitGTK 2.25.92
 =================

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


--- releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2019-09-09 09:08:39 UTC (rev 249640)
+++ releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake	2019-09-09 09:20:59 UTC (rev 249641)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 25 92)
+SET_PROJECT_VERSION(2 26 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 0 39)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 4 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 1 39)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 5 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