Title: [228864] releases/WebKitGTK/webkit-2.20
Revision
228864
Author
[email protected]
Date
2018-02-21 00:33:51 -0800 (Wed, 21 Feb 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.19.91.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (228863 => 228864)


--- releases/WebKitGTK/webkit-2.20/ChangeLog	2018-02-21 08:33:45 UTC (rev 228863)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog	2018-02-21 08:33:51 UTC (rev 228864)
@@ -1,3 +1,9 @@
+2018-02-21  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.91 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-02-18  Philippe Normand  <[email protected]>
 
         [GTK][WPE] Fullscreen video is broken

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (228863 => 228864)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-02-21 08:33:45 UTC (rev 228863)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-02-21 08:33:51 UTC (rev 228864)
@@ -1,3 +1,9 @@
+2018-02-21  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.91 release.
+
+        * gtk/NEWS: Add release notes for 2.19.91.
+
 2018-02-20  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Fix distcheck.

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


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-02-21 08:33:45 UTC (rev 228863)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-02-21 08:33:51 UTC (rev 228864)
@@ -1,4 +1,20 @@
 ==================
+WebKitGTK+ 2.19.91
+==================
+
+What's new in WebKitGTK+ 2.19.91?
+
+  - Add ENABLE_ADDRESS_SANITIZER to make it easier to build with asan support.
+  - Fix a crash a under Wayland when using mesa software rasterization.
+  - Make fullscreen video work again.
+  - Fix handling of missing GStreamer elements.
+  - Fix rendering when webm video is played twice.
+  - Fix kinetic scrolling sometimes jumping around.
+  - Fix build with ICU configured without collation support.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Polish.
+
+==================
 WebKitGTK+ 2.19.90
 ==================
 

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


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-02-21 08:33:45 UTC (rev 228863)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-02-21 08:33:51 UTC (rev 228864)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 19 90)
+SET_PROJECT_VERSION(2 19 91)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 3 27)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 5 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 4 27)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 6 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