Title: [224108] releases/WebKitGTK/webkit-2.18
Revision
224108
Author
[email protected]
Date
2017-10-27 03:25:40 -0700 (Fri, 27 Oct 2017)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.18.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (224107 => 224108)


--- releases/WebKitGTK/webkit-2.18/ChangeLog	2017-10-27 09:35:53 UTC (rev 224107)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog	2017-10-27 10:25:40 UTC (rev 224108)
@@ -1,3 +1,9 @@
+2017-10-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.2 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-10-26  Adrian Perez de Castro  <[email protected]>
 
         [WPE] Use proper shared object versioning for libWPEWebKit.so

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (224107 => 224108)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-10-27 09:35:53 UTC (rev 224107)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-10-27 10:25:40 UTC (rev 224108)
@@ -1,3 +1,9 @@
+2017-10-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.2 release.
+
+        * gtk/NEWS: Add release notes for 2.18.2.
+
 2017-10-25  Adrian Perez de Castro  <[email protected]>
 
         [WPE] Remove GLib API functions which use Cairo

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS (224107 => 224108)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-10-27 09:35:53 UTC (rev 224107)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-10-27 10:25:40 UTC (rev 224108)
@@ -1,4 +1,15 @@
 ==================
+WebKitGTK+  2.18.2
+==================
+
+What's new in WebKitGTK+ 2.18.2?
+
+  - Fix rendering of arabic text.
+  - Fix a crash in the web process when decoding GIF images.
+  - Fix rendering of wind in Windy.com.
+  - Fix several crashes and rendering issues.
+
+==================
 WebKitGTK+  2.18.1
 ==================
 

Modified: releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake (224107 => 224108)


--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-10-27 09:35:53 UTC (rev 224107)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-10-27 10:25:40 UTC (rev 224108)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 18 1)
+SET_PROJECT_VERSION(2 18 2)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 4 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 10 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 5 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 11 6)
 
 # 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