Title: [216112] trunk
Revision
216112
Author
carlo...@webkit.org
Date
2017-05-03 01:30:58 -0700 (Wed, 03 May 2017)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.17.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (216111 => 216112)


--- trunk/ChangeLog	2017-05-03 07:15:41 UTC (rev 216111)
+++ trunk/ChangeLog	2017-05-03 08:30:58 UTC (rev 216112)
@@ -1,3 +1,9 @@
+2017-05-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-05-01  Aakash Jain  <aakash_j...@apple.com>
 
         fix check-webkit-style errors in webkitpy about two blank lines before class definitions

Modified: trunk/Source/WebKit2/ChangeLog (216111 => 216112)


--- trunk/Source/WebKit2/ChangeLog	2017-05-03 07:15:41 UTC (rev 216111)
+++ trunk/Source/WebKit2/ChangeLog	2017-05-03 08:30:58 UTC (rev 216112)
@@ -1,5 +1,11 @@
 2017-05-03  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.1 release.
+
+        * gtk/NEWS: Add release notes for 2.17.1.
+
+2017-05-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [Soup] Add request headers to network load metrics
         https://bugs.webkit.org/show_bug.cgi?id=171545
 

Modified: trunk/Source/WebKit2/gtk/NEWS (216111 => 216112)


--- trunk/Source/WebKit2/gtk/NEWS	2017-05-03 07:15:41 UTC (rev 216111)
+++ trunk/Source/WebKit2/gtk/NEWS	2017-05-03 08:30:58 UTC (rev 216112)
@@ -1,4 +1,21 @@
 =================
+WebKitGTK+ 2.17.1
+=================
+
+What's new in WebKitGTK+ 2.17.1?
+
+  - Switch to use new remote inspector infraestructure instead of legacy Web Sockets based one.
+  - Add API to enable and handle Web Automation.
+  - Load large images asynchronously off the main theead.
+  - Use GtkFileChooserNative for open/save dialogs when available.
+  - Make file chooser run as modal by default if possible.
+  - Fix position of dropdown menus in Wayland.
+  - Keep URI fragments after a server redirection.
+  - Implement support for aria-haspopup and aria-autocomplete.
+  - Implement aria-value support for focusable separators.
+  - Fix playing of some live streams.
+
+=================
 WebKitGTK+ 2.15.4
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (216111 => 216112)


--- trunk/Source/cmake/OptionsGTK.cmake	2017-05-03 07:15:41 UTC (rev 216111)
+++ trunk/Source/cmake/OptionsGTK.cmake	2017-05-03 08:30:58 UTC (rev 216112)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 17)
-set(PROJECT_VERSION_MICRO 0)
+set(PROJECT_VERSION_MICRO 1)
 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 57 0 20)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 0 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 58 0 21)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 1 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