Title: [188957] releases/WebKitGTK/webkit-2.10
Revision
188957
Author
carlo...@webkit.org
Date
2015-08-26 01:34:30 -0700 (Wed, 26 Aug 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.9.91.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.10/ChangeLog (188956 => 188957)


--- releases/WebKitGTK/webkit-2.10/ChangeLog	2015-08-26 08:04:25 UTC (rev 188956)
+++ releases/WebKitGTK/webkit-2.10/ChangeLog	2015-08-26 08:34:30 UTC (rev 188957)
@@ -1,3 +1,9 @@
+2015-08-26  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.91 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-08-25  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [GTK] r186800 broke the build on Ubuntu 14.04

Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog (188956 => 188957)


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2015-08-26 08:04:25 UTC (rev 188956)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2015-08-26 08:34:30 UTC (rev 188957)
@@ -1,3 +1,9 @@
+2015-08-26  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.91 release.
+
+        * gtk/NEWS: Add release notes for 2.9.91.
+
 2015-08-21  Chris Dumez  <cdu...@apple.com>
 
         Regression(r188698): http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html is very flaky

Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS (188956 => 188957)


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2015-08-26 08:04:25 UTC (rev 188956)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2015-08-26 08:34:30 UTC (rev 188957)
@@ -1,4 +1,14 @@
 =================
+WebKitGTK+ 2.9.91
+=================
+
+What's new in WebKitGTK+ 2.9.91?
+
+  - Fix performance regression introduced in previous release when scaling images.
+  - Fix runtime critical warning when there are missing media plugins.
+  - Fix the build on systems with GTK+ compiled with an old version of wayland.
+
+=================
 WebKitGTK+ 2.9.90
 =================
 

Modified: releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake (188956 => 188957)


--- releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2015-08-26 08:04:25 UTC (rev 188956)
+++ releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2015-08-26 08:34:30 UTC (rev 188957)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 9)
-set(PROJECT_VERSION_MICRO 90)
+set(PROJECT_VERSION_MICRO 91)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -15,8 +15,8 @@
 
 # Libtool library version, not to be confused with API version.
 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 0 11)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 5 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 1 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 6 2)
 
 # 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