Title: [234918] releases/WebKitGTK/webkit-2.22
Revision
234918
Author
carlo...@webkit.org
Date
2018-08-16 04:47:59 -0700 (Thu, 16 Aug 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.21.91.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (234917 => 234918)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2018-08-16 09:54:00 UTC (rev 234917)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2018-08-16 11:47:59 UTC (rev 234918)
@@ -1,3 +1,9 @@
+2018-08-16  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.91 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-07-30  Thibault Saunier  <tsaun...@igalia.com>
 
         [GStreamer] Make codecparsers optionnal

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (234917 => 234918)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-08-16 09:54:00 UTC (rev 234917)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-08-16 11:47:59 UTC (rev 234918)
@@ -1,3 +1,9 @@
+2018-08-16  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.91 release.
+
+        * gtk/NEWS: Add release notes for 2.21.91.
+
 2018-08-15  Ansh Shukla  <ansh_shu...@apple.com>
 
         NSURLAuthenticationMethodOAuth challenges are surfaced to clients in -didReceiveAuthenticationChallenge as NSURLAuthenticationMethodDefault

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS (234917 => 234918)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-08-16 09:54:00 UTC (rev 234917)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS	2018-08-16 11:47:59 UTC (rev 234918)
@@ -1,4 +1,15 @@
-=================
+==================
+WebKitGTK+ 2.21.91
+==================
+
+What's new in WebKitGTK+ 2.21.91?
+
+  - Add enable-media-capabilities setting.
+  - Stop pushing buffers when seeking status changes in media player.
+  - Fix rendering of theme styled buttons.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Brazilian Portuguese.
+
 WebKitGTK+ 2.21.5
 =================
 

Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake (234917 => 234918)


--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-08-16 09:54:00 UTC (rev 234917)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake	2018-08-16 11:47:59 UTC (rev 234918)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 21 5)
+SET_PROJECT_VERSION(2 21 91)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 68 1 31)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 28 0 10)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 69 0 32)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 28 1 10)
 
 # 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