Title: [229311] releases/WebKitGTK/webkit-2.20
Revision
229311
Author
carlo...@webkit.org
Date
2018-03-06 00:21:50 -0800 (Tue, 06 Mar 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.19.92.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (229310 => 229311)


--- releases/WebKitGTK/webkit-2.20/ChangeLog	2018-03-06 08:18:53 UTC (rev 229310)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog	2018-03-06 08:21:50 UTC (rev 229311)
@@ -1,3 +1,9 @@
+2018-03-06  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.92 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-03-01  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [CMake] configure failure for aarch64

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (229310 => 229311)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-03-06 08:18:53 UTC (rev 229310)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-03-06 08:21:50 UTC (rev 229311)
@@ -1,3 +1,9 @@
+2018-03-06  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.92 release.
+
+        * gtk/NEWS: Add release notes for 2.19.92.
+
 2018-03-05  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Automation: clicking on a disabled option element shouldn't produce an error

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS (229310 => 229311)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-03-06 08:18:53 UTC (rev 229310)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-03-06 08:21:50 UTC (rev 229311)
@@ -1,4 +1,22 @@
 ==================
+WebKitGTK+ 2.19.92
+==================
+
+What's new in WebKitGTK+ 2.19.92?
+
+  - Ensure DNS prefetching cannot be re-enabled if disabled by settings.
+  - Fix seek sometimes not working.
+  - Fix rendering of emojis that were using the wrong scale factor in some cases.
+  - Fix rendering of combining enclosed keycap.
+  - Fix rendering scale of some layers in HiDPI.
+  - Fix a crash in Wayland when closing the web view.
+  - Fix crashes upower crashes when running inside a chroot or on systems with broken dbus/upower.
+  - Fix memory leaks in GStreamer media backend when using GStreamer 1.14.
+  - Fix the build with Enchant 2.x.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Indonesian.
+
+==================
 WebKitGTK+ 2.19.91
 ==================
 

Modified: releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake (229310 => 229311)


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-03-06 08:18:53 UTC (rev 229310)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-03-06 08:21:50 UTC (rev 229311)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 19 91)
+SET_PROJECT_VERSION(2 19 92)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 4 27)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 6 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 5 27)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 7 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to