Title: [286570] releases/WebKitGTK/webkit-2.34
- Revision
- 286570
- Author
- [email protected]
- Date
- 2021-12-06 14:23:20 -0800 (Mon, 06 Dec 2021)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release
.:
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
Source/WebKit:
* wpe/NEWS: Add release notes for 2.34.2.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (286569 => 286570)
--- releases/WebKitGTK/webkit-2.34/ChangeLog 2021-12-06 22:17:05 UTC (rev 286569)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog 2021-12-06 22:23:20 UTC (rev 286570)
@@ -1,3 +1,9 @@
+2021-11-24 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
2021-11-24 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.2 release
Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (286569 => 286570)
--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog 2021-12-06 22:17:05 UTC (rev 286569)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog 2021-12-06 22:23:20 UTC (rev 286570)
@@ -1,3 +1,9 @@
+2021-11-24 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release
+
+ * wpe/NEWS: Add release notes for 2.34.2.
+
2021-11-24 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.2 release
Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS (286569 => 286570)
--- releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS 2021-12-06 22:17:05 UTC (rev 286569)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS 2021-12-06 22:23:20 UTC (rev 286570)
@@ -1,4 +1,13 @@
=================
+WPE WebKit 2.34.2
+=================
+
+What's new in WPE WebKit 2.34.2?
+
+ - Fix scrolling issues when pressing Home and PgDown keys.
+ - Fix the build with video disabled.
+
+=================
WPE WebKit 2.34.1
=================
Modified: releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake (286569 => 286570)
--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake 2021-12-06 22:17:05 UTC (rev 286569)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake 2021-12-06 22:23:20 UTC (rev 286570)
@@ -1,7 +1,7 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 34 1)
+SET_PROJECT_VERSION(2 34 2)
set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -143,9 +143,9 @@
endif ()
if (WPE_API_VERSION VERSION_EQUAL "1.0")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 3 16)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 4 16)
else ()
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 1 0)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 2 0)
endif ()
# These are shared variables, but we special case their definition so that we can use the
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes