Title: [265729] releases/WebKitGTK/webkit-2.30
Revision
265729
Author
[email protected]
Date
2020-08-15 06:22:20 -0700 (Sat, 15 Aug 2020)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.29.90.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (265728 => 265729)


--- releases/WebKitGTK/webkit-2.30/ChangeLog	2020-08-15 08:39:19 UTC (rev 265728)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog	2020-08-15 13:22:20 UTC (rev 265729)
@@ -1,3 +1,9 @@
+2020-08-15  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.29.90 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2020-08-14  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (265728 => 265729)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-08-15 08:39:19 UTC (rev 265728)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-08-15 13:22:20 UTC (rev 265729)
@@ -1,3 +1,9 @@
+2020-08-15  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.29.90 release
+
+        * wpe/NEWS: Add release notes for 2.29.90.
+
 2020-08-14  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release

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


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS	2020-08-15 08:39:19 UTC (rev 265728)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS	2020-08-15 13:22:20 UTC (rev 265729)
@@ -1,3 +1,14 @@
+==================
+WPE WebKit 2.29.90
+==================
+
+What's new in WPE WebKit 2.29.90?
+
+  - Fix font variation settings when font smoothing setting is also present.
+  - Fix argument order for clone syscall seccomp filter on s390x.
+  - Fix a crash when selecting text.
+  - Fix several crashes and rendering issues.
+
 =================
 WPE WebKit 2.29.2
 =================

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


--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake	2020-08-15 08:39:19 UTC (rev 265728)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake	2020-08-15 13:22:20 UTC (rev 265729)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 29 2)
+SET_PROJECT_VERSION(2 29 90)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 0 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 1 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