Title: [208324] releases/WebKitGTK/webkit-2.14
Revision
208324
Author
carlo...@webkit.org
Date
2016-11-03 01:03:51 -0700 (Thu, 03 Nov 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.14.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (208323 => 208324)


--- releases/WebKitGTK/webkit-2.14/ChangeLog	2016-11-03 04:21:30 UTC (rev 208323)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog	2016-11-03 08:03:51 UTC (rev 208324)
@@ -1,3 +1,9 @@
+2016-11-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.2 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-10-20  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Configures but fails to link with ENABLE_OPENGL=OFF

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (208323 => 208324)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2016-11-03 04:21:30 UTC (rev 208323)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2016-11-03 08:03:51 UTC (rev 208324)
@@ -1,3 +1,9 @@
+2016-11-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.2 release.
+
+        * gtk/NEWS: Add release notes for 2.14.2.
+
 2016-10-20  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Configures but fails to link with ENABLE_OPENGL=OFF

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


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2016-11-03 04:21:30 UTC (rev 208323)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2016-11-03 08:03:51 UTC (rev 208324)
@@ -1,4 +1,21 @@
 ==================
+WebKitGTK+  2.14.2
+==================
+
+What's new in WebKitGTK+ 2.14.2?
+
+  - Expose WebKitDOMHTMLInputElement APIs for form autofill in unstable DOM API.
+  - Properly update WebKitWebView and WebKitWebPage URI properties when request is modified by
+    WebKitWebPage:send-request signal.
+  - Restore user agent quirk for Yahoo.
+  - Dot not leak the default WebKitWebsiteDataManager in WebKitWebContext.
+  - Use eglGetPlatformDisplay when available instead of eglGetDisplay.
+  - Avoid strstr() when checking (E)GL extensions.
+  - Fix several crashes and rendering issues.
+  - Fix the build with ENABLE_OPENGL=OFF and allow to build on Wayland without OpenGL again.
+  - Translation updates: Hungarian.
+
+==================
 WebKitGTK+  2.14.1
 ==================
 

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


--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2016-11-03 04:21:30 UTC (rev 208323)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2016-11-03 08:03:51 UTC (rev 208324)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 14)
-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)
 
@@ -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 8 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 8 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 9 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 9 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