Title: [206142] releases/WebKitGTK/webkit-2.14
Revision
206142
Author
carlo...@webkit.org
Date
2016-09-20 00:10:29 -0700 (Tue, 20 Sep 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.14.0.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (206141 => 206142)


--- releases/WebKitGTK/webkit-2.14/ChangeLog	2016-09-20 06:02:58 UTC (rev 206141)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog	2016-09-20 07:10:29 UTC (rev 206142)
@@ -1,3 +1,9 @@
+2016-09-20  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.0 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-09-19  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [GTK] Make ENABLE_THREADED_COMPOSITOR a public option

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (206141 => 206142)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2016-09-20 06:02:58 UTC (rev 206141)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2016-09-20 07:10:29 UTC (rev 206142)
@@ -1,3 +1,9 @@
+2016-09-20  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.0 release.
+
+        * gtk/NEWS: Add release notes for 2.14.0.
+
 2016-09-18  Gustavo Noronha Silva  <gustavo.noro...@collabora.co.uk>
 
         [GTK] Stop using glReadPixels() to blit AC surfaces in the UIProcess under Wayland

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


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2016-09-20 06:02:58 UTC (rev 206141)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2016-09-20 07:10:29 UTC (rev 206142)
@@ -1,4 +1,19 @@
 ==================
+WebKitGTK+  2.14.0
+==================
+
+What's new in WebKitGTK+ 2.14.0?
+
+  - Use gdk_cairo_draw_from_gl() when possible in Wayland to render directly using the GPU in the UI process.
+  - Ensure we don't send an empty referrer header after session restore.
+  - Fix a web process crash in pages using filter animations.
+  - Fix main frame scrolling jumps when scrolling acclerated subframes.
+  - Fix the size of the cairo surface created in the UI process on Wayland.
+  - Fix memory leak in _javascript_Core.
+  - Fix the build when '.' is not in @INC by default in perl.
+  - Translation updates: Ukrainian.
+
+==================
 WebKitGTK+ 2.13.92
 ==================
 

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


--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2016-09-20 06:02:58 UTC (rev 206141)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2016-09-20 07:10:29 UTC (rev 206142)
@@ -1,8 +1,8 @@
 include(GNUInstallDirs)
 
 set(PROJECT_VERSION_MAJOR 2)
-set(PROJECT_VERSION_MINOR 13)
-set(PROJECT_VERSION_MICRO 92)
+set(PROJECT_VERSION_MINOR 14)
+set(PROJECT_VERSION_MICRO 0)
 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 6 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 6 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 7 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 7 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