Title: [220451] releases/WebKitGTK/webkit-2.18
Revision
220451
Author
carlo...@webkit.org
Date
2017-08-09 03:48:19 -0700 (Wed, 09 Aug 2017)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.17.90.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (220450 => 220451)


--- releases/WebKitGTK/webkit-2.18/ChangeLog	2017-08-09 09:22:21 UTC (rev 220450)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog	2017-08-09 10:48:19 UTC (rev 220451)
@@ -1,3 +1,9 @@
+2017-08-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.90 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-08-09  Zan Dobersek  <zdober...@igalia.com>
 
         [WPE] Enable SUBTLE_CRYPTO in release builds

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (220450 => 220451)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-08-09 09:22:21 UTC (rev 220450)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-08-09 10:48:19 UTC (rev 220451)
@@ -1,3 +1,9 @@
+2017-08-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.90 release.
+
+        * gtk/NEWS: Add release notes for 2.17.90.
+
 2017-08-08  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Unreviewed, rolling out r220393.

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS (220450 => 220451)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-08-09 09:22:21 UTC (rev 220450)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-08-09 10:48:19 UTC (rev 220451)
@@ -1,3 +1,16 @@
+==================
+WebKitGTK+ 2.17.90
+==================
+
+What's new in WebKitGTK+ 2.17.90?
+
+  - WebCrypto API support is now enabled by default.
+  - Add API to provide browser information required by automation.
+  - Fix the expiration date of manually added cookies.
+  - Add support for alerts in WebDriver.
+  - WebKitDatabaseProcess binary has been renamed to WebKitStorageProcess.
+  - Fix several crashes and rendering issues.
+
 =================
 WebKitGTK+ 2.17.5
 =================

Modified: releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake (220450 => 220451)


--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-08-09 09:22:21 UTC (rev 220450)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-08-09 10:48:19 UTC (rev 220451)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 17)
-set(PROJECT_VERSION_MICRO 5)
+set(PROJECT_VERSION_MICRO 90)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -14,8 +14,8 @@
     set(${library_name}_VERSION_MICRO ${revision})
     set(${library_name}_VERSION ${${library_name}_VERSION_MAJOR}.${age}.${revision})
 endmacro()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 60 1 23)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 5 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 0 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 6 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.
@@ -194,7 +194,7 @@
 add_definitions(-DBUILDING_GTK__=1)
 add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
 add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
-add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="604")
+add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="605")
 add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION="1")
 add_definitions(-DWEBKITGTK_API_VERSION_STRING="${WEBKITGTK_API_VERSION}")
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to