Title: [267355] releases/WebKitGTK/webkit-2.30
Revision
267355
Author
[email protected]
Date
2020-09-21 12:34:11 -0700 (Mon, 21 Sep 2020)

Log Message

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.1 release

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.30.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (267354 => 267355)


--- releases/WebKitGTK/webkit-2.30/ChangeLog	2020-09-21 19:31:35 UTC (rev 267354)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog	2020-09-21 19:34:11 UTC (rev 267355)
@@ -1,3 +1,9 @@
+2020-09-21  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2020-09-21  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.1 release

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (267354 => 267355)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-09-21 19:31:35 UTC (rev 267354)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-09-21 19:34:11 UTC (rev 267355)
@@ -1,3 +1,9 @@
+2020-09-21  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.1 release
+
+        * wpe/NEWS: Add release notes for 2.30.1.
+
 2020-09-21  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.1 release

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS (267354 => 267355)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS	2020-09-21 19:31:35 UTC (rev 267354)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS	2020-09-21 19:34:11 UTC (rev 267355)
@@ -1,4 +1,12 @@
 =================
+WPE WebKit 2.30.1
+=================
+
+What's new in WPE WebKit 2.30.1?
+
+  - Fix downloads started by an ephemeral web context.
+
+=================
 WPE WebKit 2.30.0
 =================
 

Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake (267354 => 267355)


--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake	2020-09-21 19:31:35 UTC (rev 267354)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake	2020-09-21 19:34:11 UTC (rev 267355)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 30 0)
+SET_PROJECT_VERSION(2 30 1)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 3 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 4 11)
 
 # 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