Title: [214880] releases/WebKitGTK/webkit-2.16
Revision
214880
Author
[email protected]
Date
2017-04-04 01:15:54 -0700 (Tue, 04 Apr 2017)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.16.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/ChangeLog (214879 => 214880)


--- releases/WebKitGTK/webkit-2.16/ChangeLog	2017-04-04 08:00:48 UTC (rev 214879)
+++ releases/WebKitGTK/webkit-2.16/ChangeLog	2017-04-04 08:15:54 UTC (rev 214880)
@@ -1,3 +1,9 @@
+2017-04-04  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-03-20  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.0 release.

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog (214879 => 214880)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-04-04 08:00:48 UTC (rev 214879)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-04-04 08:15:54 UTC (rev 214880)
@@ -1,3 +1,9 @@
+2017-04-04  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.1 release.
+
+        * gtk/NEWS: Add release notes for 2.16.1.
+
 2017-04-03  Carlos Garcia Campos  <[email protected]>
 
         [SOUP] URI Fragment is lost after redirect

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS (214879 => 214880)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-04-04 08:00:48 UTC (rev 214879)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-04-04 08:15:54 UTC (rev 214880)
@@ -1,4 +1,16 @@
 ==================
+WebKitGTK+  2.16.1
+==================
+
+  - Fix no-third-party cookies policy in case of redirections.
+  - Keep URL fragments after server redirections.
+  - Honor GTK+ font settings.
+  - Ensure depth and stencil renderbuffers are created on GLESv2.
+  - Prevent new navigations from onbeforeunload handler and document unload.
+  - Disallow beforeunload alerts from web pages users have never interacted with.
+  - Fix several crashes and rendering issues.
+
+==================
 WebKitGTK+  2.16.0
 ==================
 

Modified: releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake (214879 => 214880)


--- releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-04-04 08:00:48 UTC (rev 214879)
+++ releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-04-04 08:15:54 UTC (rev 214880)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 16)
-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 56 3 19)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 7 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 56 4 19)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 8 5)
 
 # 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

Reply via email to