Title: [228093] releases/WebKitGTK/webkit-2.20
Revision
228093
Author
carlo...@webkit.org
Date
2018-02-05 03:00:40 -0800 (Mon, 05 Feb 2018)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.90 release.

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.19.90.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (228092 => 228093)


--- releases/WebKitGTK/webkit-2.20/ChangeLog	2018-02-05 10:24:57 UTC (rev 228092)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog	2018-02-05 11:00:40 UTC (rev 228093)
@@ -1,3 +1,9 @@
+2018-02-05  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.90 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-01-31  Michael Catanzaro  <mcatanz...@igalia.com>
 
         Update ReadMe.md

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (228092 => 228093)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-02-05 10:24:57 UTC (rev 228092)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-02-05 11:00:40 UTC (rev 228093)
@@ -1,5 +1,11 @@
 2018-02-05  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.90 release.
+
+        * gtk/NEWS: Add release notes for 2.19.90.
+
+2018-02-05  Carlos Garcia Campos  <cgar...@igalia.com>
+
         WebDriver: addCookie command should prepend a dot to domain if missing
         https://bugs.webkit.org/show_bug.cgi?id=182328
         <rdar://problem/37116398>

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS (228092 => 228093)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-02-05 10:24:57 UTC (rev 228092)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-02-05 11:00:40 UTC (rev 228093)
@@ -1,3 +1,19 @@
+==================
+WebKitGTK+ 2.19.90
+==================
+
+What's new in WebKitGTK+ 2.19.90?
+
+  - WebSockets use system proxy settings now (requires libsoup 2.61.90).
+  - Show the context menu on long-press gesture.
+  - Add support for Shift + mouse scroll to scroll horizontally.
+  - Fix zoom gesture to actually zoom instead of changing the page scale.
+  - Implement support for Graphics ARIA roles.
+  - Make sleep inhibitors work under Flatpak.
+  - Add get element CSS value command to WebDriver.
+  - Fix a crash aftter a swipe gesture.
+  - Fix several crashes and rendering issues.
+
 =================
 WebKitGTK+ 2.19.6
 =================

Modified: releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake (228092 => 228093)


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-02-05 10:24:57 UTC (rev 228092)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-02-05 11:00:40 UTC (rev 228093)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 19 6)
+SET_PROJECT_VERSION(2 19 90)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 2 27)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 4 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 3 27)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 5 7)
 
 # 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