Title: [216498] releases/WebKitGTK/webkit-2.14
Revision
216498
Author
carlo...@webkit.org
Date
2017-05-09 04:09:09 -0700 (Tue, 09 May 2017)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.14.7.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (216497 => 216498)


--- releases/WebKitGTK/webkit-2.14/ChangeLog	2017-05-09 11:07:57 UTC (rev 216497)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog	2017-05-09 11:09:09 UTC (rev 216498)
@@ -1,3 +1,9 @@
+2017-05-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.7 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-04-06  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.6 release.

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (216497 => 216498)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2017-05-09 11:07:57 UTC (rev 216497)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2017-05-09 11:09:09 UTC (rev 216498)
@@ -1,3 +1,9 @@
+2017-05-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.7 release.
+
+        * gtk/NEWS: Add release notes for 2.14.7.
+
 2017-04-06  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.6 release.

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS (216497 => 216498)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2017-05-09 11:07:57 UTC (rev 216497)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2017-05-09 11:09:09 UTC (rev 216498)
@@ -1,4 +1,13 @@
 ==================
+WebKitGTK+  2.14.7
+==================
+
+What's new in WebKitGTK+ 2.14.7?
+
+  - Update user agent quirks to make Youtube and new Google login page work.
+  - Fix playing of some live streams.
+
+==================
 WebKitGTK+  2.14.6
 ==================
 

Modified: releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake (216497 => 216498)


--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2017-05-09 11:07:57 UTC (rev 216497)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2017-05-09 11:09:09 UTC (rev 216498)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 14)
-set(PROJECT_VERSION_MICRO 6)
+set(PROJECT_VERSION_MICRO 7)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -15,8 +15,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 51 13 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 13 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 14 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 14 4)
 
 # 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