Title: [207892] trunk
- Revision
- 207892
- Author
- [email protected]
- Date
- 2016-10-26 02:56:26 -0700 (Wed, 26 Oct 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.1 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.15.1.
Modified Paths
Diff
Modified: trunk/ChangeLog (207891 => 207892)
--- trunk/ChangeLog 2016-10-26 08:48:19 UTC (rev 207891)
+++ trunk/ChangeLog 2016-10-26 09:56:26 UTC (rev 207892)
@@ -1,3 +1,9 @@
+2016-10-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.1 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-10-26 Enrique Ocaña González <[email protected]>
[cmake][GStreamer][MSE][EME] Build MSE and EME code after refactoring
Modified: trunk/Source/WebKit2/ChangeLog (207891 => 207892)
--- trunk/Source/WebKit2/ChangeLog 2016-10-26 08:48:19 UTC (rev 207891)
+++ trunk/Source/WebKit2/ChangeLog 2016-10-26 09:56:26 UTC (rev 207892)
@@ -1,5 +1,11 @@
2016-10-26 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.1 release.
+
+ * gtk/NEWS: Add release notes for 2.15.1.
+
+2016-10-26 Carlos Garcia Campos <[email protected]>
+
REGRESSION(r206505) [GTK] Build broken with GTK+ 3.14
https://bugs.webkit.org/show_bug.cgi?id=162776
Modified: trunk/Source/WebKit2/gtk/NEWS (207891 => 207892)
--- trunk/Source/WebKit2/gtk/NEWS 2016-10-26 08:48:19 UTC (rev 207891)
+++ trunk/Source/WebKit2/gtk/NEWS 2016-10-26 09:56:26 UTC (rev 207892)
@@ -1,4 +1,22 @@
=================
+WebKitGTK+ 2.15.1
+=================
+
+What's new in WebKitGTK+ 2.15.1?
+
+ - GObject DOM bindings API marked as unstable has been removed.
+ - Expose WebKitDOMHTMLInputElement APIs for form autofill.
+ - Properly update WebKitWebView and WebKitWebPage URI properties when request is modified by
+ WebKitWebPage:send-request signal.
+ - Switch to use GMenu internally in the context menu implementation.
+ - Dot not leak the default WebKitWebsiteDataManager in WebKitWebContext.
+ - The network backend now always sniff contents for Downloads.
+ - Use eglGetPlatformDisplay when available instead of eglGetDisplay.
+ - Avoid strstr() when checking (E)GL extensions.
+ - Fix the build with ENABLE_OPENGL=OFF and allow to build on Wayland without OpenGL again.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.13.4
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (207891 => 207892)
--- trunk/Source/cmake/OptionsGTK.cmake 2016-10-26 08:48:19 UTC (rev 207891)
+++ trunk/Source/cmake/OptionsGTK.cmake 2016-10-26 09:56:26 UTC (rev 207892)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 15)
-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)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes