Title: [267336] releases/WebKitGTK/webkit-2.30
Revision
267336
Author
carlo...@webkit.org
Date
2020-09-21 02:42:04 -0700 (Mon, 21 Sep 2020)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.30.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (267335 => 267336)


--- releases/WebKitGTK/webkit-2.30/ChangeLog	2020-09-21 08:26:17 UTC (rev 267335)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog	2020-09-21 09:42:04 UTC (rev 267336)
@@ -1,3 +1,9 @@
+2020-09-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2020-09-11  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.0 release

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (267335 => 267336)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-09-21 08:26:17 UTC (rev 267335)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-09-21 09:42:04 UTC (rev 267336)
@@ -1,3 +1,9 @@
+2020-09-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.1 release
+
+        * gtk/NEWS: Add release notes for 2.30.1.
+
 2020-09-18  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Epiphany does not make connections in Incognito Mode after clearing .cache

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS (267335 => 267336)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS	2020-09-21 08:26:17 UTC (rev 267335)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS	2020-09-21 09:42:04 UTC (rev 267336)
@@ -1,4 +1,14 @@
 ================
+WebKitGTK 2.30.1
+================
+
+What's new in WebKitGTK 2.30.1?
+
+  - Bring back the environment variable to force single process mode when PSON is disabled.
+  - Fix downloads started by an ephemeral web context.
+  - Translation updates: Brazilian Portuguese.
+
+================
 WebKitGTK 2.30.0
 ================
 

Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake (267335 => 267336)


--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake	2020-09-21 08:26:17 UTC (rev 267335)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake	2020-09-21 09:42:04 UTC (rev 267336)
@@ -4,7 +4,7 @@
 WEBKIT_OPTION_BEGIN()
 WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
 
-SET_PROJECT_VERSION(2 30 0)
+SET_PROJECT_VERSION(2 30 1)
 
 if (USE_GTK4)
     set(WEBKITGTK_API_VERSION 5.0)
@@ -13,10 +13,10 @@
 else ()
     set(WEBKITGTK_API_VERSION 4.0)
     set(GTK_MINIMUM_VERSION 3.22.0)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 4 49)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 5 49)
 endif ()
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 8 17)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 9 17)
 
 # 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