Title: [227058] trunk
Revision
227058
Author
[email protected]
Date
2018-01-17 02:36:59 -0800 (Wed, 17 Jan 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.19.6.

Modified Paths

Diff

Modified: trunk/ChangeLog (227057 => 227058)


--- trunk/ChangeLog	2018-01-17 10:06:28 UTC (rev 227057)
+++ trunk/ChangeLog	2018-01-17 10:36:59 UTC (rev 227058)
@@ -1,3 +1,9 @@
+2018-01-17  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.6 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-01-15  Michael Catanzaro  <[email protected]>
 
         REGRESSION(r226266): [GTK] RELEASE_ASSERT(reservedZoneSize >= minimumReservedZoneSize) in JSC::VM::updateStackLimits

Modified: trunk/Source/WebKit/ChangeLog (227057 => 227058)


--- trunk/Source/WebKit/ChangeLog	2018-01-17 10:06:28 UTC (rev 227057)
+++ trunk/Source/WebKit/ChangeLog	2018-01-17 10:36:59 UTC (rev 227058)
@@ -1,5 +1,11 @@
 2018-01-17  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.6 release.
+
+        * gtk/NEWS: Add release notes for 2.19.6.
+
+2018-01-17  Carlos Garcia Campos  <[email protected]>
+
         [GTK] Duplicated symbols in libjavascriptcoregtk and libwebkit2gtk can cause crashes in production builds
         https://bugs.webkit.org/show_bug.cgi?id=179914
 

Modified: trunk/Source/WebKit/gtk/NEWS (227057 => 227058)


--- trunk/Source/WebKit/gtk/NEWS	2018-01-17 10:06:28 UTC (rev 227057)
+++ trunk/Source/WebKit/gtk/NEWS	2018-01-17 10:36:59 UTC (rev 227058)
@@ -1,8 +1,20 @@
 =================
+WebKitGTK+ 2.19.6
+=================
+
+What's new in WebKitGTK+ 2.19.6?
+
+  - Fix crashes due to duplicated symbols in libjavascriptcoregtk and libwebkit2gtk.
+  - Fix parsing of timeout values in WebDriver.
+  - Implement get timeouts command in WebDriver.
+  - Fix deadlock in GStreamer video sink during shutdown when accelerated compositing is disabled.
+  - Fix several crashes and rendering issues.
+
+=================
 WebKitGTK+ 2.19.5
 =================
 
-What's new in WebKitGTK+ 2.19.4?
+What's new in WebKitGTK+ 2.19.5?
 
   - This is a follow up release to export webkit_dom_dom_window_webkit_message_handlers_post_message() symbol that
     was hidden in 2.19.4 by mistake.

Modified: trunk/Source/cmake/OptionsGTK.cmake (227057 => 227058)


--- trunk/Source/cmake/OptionsGTK.cmake	2018-01-17 10:06:28 UTC (rev 227057)
+++ trunk/Source/cmake/OptionsGTK.cmake	2018-01-17 10:36:59 UTC (rev 227058)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 19 5)
+SET_PROJECT_VERSION(2 19 6)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 1 27)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 3 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 2 27)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 4 7)
 
 # 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to