Title: [218478] trunk
Revision
218478
Author
carlo...@webkit.org
Date
2017-06-18 23:37:07 -0700 (Sun, 18 Jun 2017)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.17.4.

Modified Paths

Diff

Modified: trunk/ChangeLog (218477 => 218478)


--- trunk/ChangeLog	2017-06-19 05:40:53 UTC (rev 218477)
+++ trunk/ChangeLog	2017-06-19 06:37:07 UTC (rev 218478)
@@ -1,3 +1,9 @@
+2017-06-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-06-16  Alex Christensen  <achristen...@webkit.org>
 
         Fix Mac CMake build.

Modified: trunk/Source/WebKit2/ChangeLog (218477 => 218478)


--- trunk/Source/WebKit2/ChangeLog	2017-06-19 05:40:53 UTC (rev 218477)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-19 06:37:07 UTC (rev 218478)
@@ -1,3 +1,9 @@
+2017-06-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.4 release.
+
+        * gtk/NEWS: Add release notes for 2.17.4.
+
 2017-06-18  Chris Dumez  <cdu...@apple.com>
 
         Drop redundant IPC in WebPage::tryClose()

Modified: trunk/Source/WebKit2/gtk/NEWS (218477 => 218478)


--- trunk/Source/WebKit2/gtk/NEWS	2017-06-19 05:40:53 UTC (rev 218477)
+++ trunk/Source/WebKit2/gtk/NEWS	2017-06-19 06:37:07 UTC (rev 218478)
@@ -1,4 +1,23 @@
 =================
+WebKitGTK+ 2.17.4
+=================
+
+What's new in WebKitGTK+ 2.17.4?
+
+  - Add API to allow overriding popup menus.
+  - Add kinetic scrolling support.
+  - Improve theme rendering performance when using GTK+ >= 3.20.
+  - Improve error message when webkit_web_view_run_javascript() fails due to a _javascript_ exception.
+  - Fix artifacts when rendering large images.
+  - Fix blob downloads.
+  - Fix web process deadlock when seeking youtube videos.
+  - Fix alpha premultiplying when using cairo to draw the video frames.
+  - Fix web process deadlock when closing the remote inspector frontend.
+  - Update several web inspector icons.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Spanish.
+
+=================
 WebKitGTK+ 2.17.3
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (218477 => 218478)


--- trunk/Source/cmake/OptionsGTK.cmake	2017-06-19 05:40:53 UTC (rev 218477)
+++ trunk/Source/cmake/OptionsGTK.cmake	2017-06-19 06:37:07 UTC (rev 218478)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 17)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 4)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -14,8 +14,8 @@
 
 # Libtool library version, not to be confused with API version.
 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 59 0 22)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 3 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 60 0 23)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 4 6)
 
 # 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