Title: [236252] releases/WebKitGTK/webkit-2.22
- Revision
- 236252
- Author
- [email protected]
- Date
- 2018-09-20 01:28:20 -0700 (Thu, 20 Sep 2018)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.1 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.22.1.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (236251 => 236252)
--- releases/WebKitGTK/webkit-2.22/ChangeLog 2018-09-20 07:54:24 UTC (rev 236251)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog 2018-09-20 08:28:20 UTC (rev 236252)
@@ -1,3 +1,9 @@
+2018-09-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.1 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2018-09-06 Adrian Perez de Castro <[email protected]>
Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.92 release.
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (236251 => 236252)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-09-20 07:54:24 UTC (rev 236251)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-09-20 08:28:20 UTC (rev 236252)
@@ -1,3 +1,9 @@
+2018-09-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.1 release.
+
+ * gtk/NEWS: Add release notes for 2.22.1.
+
2018-09-20 Tomas Popela <[email protected]>
[GTK] Always prints in portrait when landscape is requested
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS (236251 => 236252)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS 2018-09-20 07:54:24 UTC (rev 236251)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS 2018-09-20 08:28:20 UTC (rev 236252)
@@ -1,3 +1,15 @@
+=================
+WebKitGTK+ 2.22.1
+=================
+
+What's new in WebKitGTK+ 2.22.1?
+
+ - Fix printing in landscape.
+ - Fix the build in several platforms: s390x, ppc64le, armv7hl.
+ - Fix the build with a11y disabled.
+ - Fix the build with video disabled.
+ - Fix several crashes and rendering issues.
+
==================
WebKitGTK+ 2.22.0
==================
Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake (236251 => 236252)
--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake 2018-09-20 07:54:24 UTC (rev 236251)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake 2018-09-20 08:28:20 UTC (rev 236252)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 22 0)
+SET_PROJECT_VERSION(2 22 1)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 1 33)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 1 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 2 33)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 2 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