Title: [234793] releases/WebKitGTK/webkit-2.20
Revision
234793
Author
[email protected]
Date
2018-08-13 00:15:06 -0700 (Mon, 13 Aug 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.20.5.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (234792 => 234793)


--- releases/WebKitGTK/webkit-2.20/ChangeLog	2018-08-13 06:47:18 UTC (rev 234792)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog	2018-08-13 07:15:06 UTC (rev 234793)
@@ -1,3 +1,9 @@
+2018-08-13  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.5 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-08-06  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.4 release.

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (234792 => 234793)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-08-13 06:47:18 UTC (rev 234792)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-08-13 07:15:06 UTC (rev 234793)
@@ -1,3 +1,9 @@
+2018-08-13  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.5 release.
+
+        * gtk/NEWS: Add release notes for 2.20.5.
+
 2018-08-07  Michael Catanzaro  <[email protected]>
 
         [GTK] [2.20.4] Occasional rendering artifacts

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


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-08-13 06:47:18 UTC (rev 234792)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-08-13 07:15:06 UTC (rev 234793)
@@ -1,4 +1,12 @@
 ==================
+WebKitGTK+  2.20.5
+==================
+
+What's new in WebKitGTK+ 2.20.5?
+
+  - Fix rendering artifacts in some web sites due to a bug introduced in 2.20.4.
+
+==================
 WebKitGTK+  2.20.4
 ==================
 

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


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-08-13 06:47:18 UTC (rev 234792)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-08-13 07:15:06 UTC (rev 234793)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 20 4)
+SET_PROJECT_VERSION(2 20 5)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 4 28)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 12 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 5 28)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 13 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