Title: [261806] trunk
Revision
261806
Author
carlo...@webkit.org
Date
2020-05-18 04:24:42 -0700 (Mon, 18 May 2020)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.29.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (261805 => 261806)


--- trunk/ChangeLog	2020-05-18 10:29:54 UTC (rev 261805)
+++ trunk/ChangeLog	2020-05-18 11:24:42 UTC (rev 261806)
@@ -1,3 +1,9 @@
+2020-05-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2020-05-10  Basuke Suzuki  <basuke.suz...@sony.com>
 
         Add ENABLE_PERIODIC_MEMORY_MONITOR flag.

Modified: trunk/Source/WebKit/ChangeLog (261805 => 261806)


--- trunk/Source/WebKit/ChangeLog	2020-05-18 10:29:54 UTC (rev 261805)
+++ trunk/Source/WebKit/ChangeLog	2020-05-18 11:24:42 UTC (rev 261806)
@@ -1,5 +1,11 @@
 2020-05-18  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.1 release
+
+        * gtk/NEWS: Add release notes for 2.29.1.
+
+2020-05-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Move iOS files from Source/WebKit/Sources.txt to Source/WebKit/SourcesCocoa.txt
         https://bugs.webkit.org/show_bug.cgi?id=212014
 

Modified: trunk/Source/WebKit/gtk/NEWS (261805 => 261806)


--- trunk/Source/WebKit/gtk/NEWS	2020-05-18 10:29:54 UTC (rev 261805)
+++ trunk/Source/WebKit/gtk/NEWS	2020-05-18 11:24:42 UTC (rev 261806)
@@ -1,4 +1,17 @@
 ================
+WebKitGTK 2.29.1
+================
+
+What's new in WebKitGTK 2.29.1?
+
+  - Stop using GTK theming to render form controls.
+  - Add API to disable GTK theming for scrollbars too.
+  - Fix several race conditions and threading issues in the media player.
+  - Add USER_AGENT_BRANDING build option.
+  - Add paste as plain text option to the context menu for rich editable content.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.27.4
 ================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (261805 => 261806)


--- trunk/Source/cmake/OptionsGTK.cmake	2020-05-18 10:29:54 UTC (rev 261805)
+++ trunk/Source/cmake/OptionsGTK.cmake	2020-05-18 11:24:42 UTC (rev 261806)
@@ -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 29 0)
+SET_PROJECT_VERSION(2 29 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 82 0 45)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 83 0 46)
 endif ()
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 0 17)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 1 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