Title: [216485] releases/WebKitGTK/webkit-2.16
Revision
216485
Author
carlo...@webkit.org
Date
2017-05-09 01:59:57 -0700 (Tue, 09 May 2017)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.16.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/ChangeLog (216484 => 216485)


--- releases/WebKitGTK/webkit-2.16/ChangeLog	2017-05-09 07:46:40 UTC (rev 216484)
+++ releases/WebKitGTK/webkit-2.16/ChangeLog	2017-05-09 08:59:57 UTC (rev 216485)
@@ -1,3 +1,9 @@
+2017-05-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.2 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-04-21  Konstantin Tokarev  <annu...@yandex.ru>
 
         [cmake] WTF target should not have wtf and subdirectries in public interface

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog (216484 => 216485)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-05-09 07:46:40 UTC (rev 216484)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-05-09 08:59:57 UTC (rev 216485)
@@ -1,5 +1,11 @@
 2017-05-09  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.2 release.
+
+        * gtk/NEWS: Add release notes for 2.16.2.
+
+2017-05-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Building Webkit2Gtk without OpenGL fails.
         https://bugs.webkit.org/show_bug.cgi?id=170959
 

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


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-05-09 07:46:40 UTC (rev 216484)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-05-09 08:59:57 UTC (rev 216485)
@@ -1,4 +1,16 @@
 ==================
+WebKitGTK+  2.16.2
+==================
+
+  - Update user agent quirks to make Youtube and new Google login page work.
+  - Fix rendering of animated PNGs.
+  - Fix playing of some live streams.
+  - Update several web inspector icons.
+  - Fix the build with NPAPI plugins enabled but X11 disabled.
+  - Fix the build with OpenGL disabled.
+  - Fix several crashes and rendering issues.
+
+==================
 WebKitGTK+  2.16.1
 ==================
 

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


--- releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-05-09 07:46:40 UTC (rev 216484)
+++ releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-05-09 08:59:57 UTC (rev 216485)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 16)
-set(PROJECT_VERSION_MICRO 1)
+set(PROJECT_VERSION_MICRO 2)
 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 4 19)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 8 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 56 5 19)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 9 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to