Title: [188036] releases/WebKitGTK/webkit-2.8
Revision
188036
Author
carlo...@webkit.org
Date
2015-08-06 03:11:03 -0700 (Thu, 06 Aug 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.8.5.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.8/ChangeLog (188035 => 188036)


--- releases/WebKitGTK/webkit-2.8/ChangeLog	2015-08-06 10:10:50 UTC (rev 188035)
+++ releases/WebKitGTK/webkit-2.8/ChangeLog	2015-08-06 10:11:03 UTC (rev 188036)
@@ -1,3 +1,9 @@
+2015-08-06  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.5 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-08-04  Mario Sanchez Prada  <ma...@endlessm.com>
 
         [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available

Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog (188035 => 188036)


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-08-06 10:10:50 UTC (rev 188035)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-08-06 10:11:03 UTC (rev 188036)
@@ -1,5 +1,11 @@
 2015-08-06  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.5 release.
+
+        * gtk/NEWS: Add release notes for 2.8.5.
+
+2015-08-06  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Crash closing a page when a context menu is open
         https://bugs.webkit.org/show_bug.cgi?id=147682
 

Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS (188035 => 188036)


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-08-06 10:10:50 UTC (rev 188035)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-08-06 10:11:03 UTC (rev 188036)
@@ -1,4 +1,21 @@
 =================
+WebKitGTK+  2.8.5
+=================
+
+What's new in WebKitGTK+ 2.8.5?
+
+  - Fix the window size reported when the web view isn't realized yet. This fixes the layout of
+    some websites when opening new tabs in the browser and anchor links when opened in new tabs too.
+  - Prevent clipboard contents from being lost when web process finishes.
+  - Always allow font matching for strong aliases.
+  - Move GStreamer missing plugins installer to the UI process.
+  - Fix a crash when spell checker returns no guesses.
+  - Fix a crash when SoupSession is destroyed in exit handler.
+  - Fix a crash closing a page when default context menu is open.
+  - Several crashes and rendering issues fixed.
+  - Translation updates: Swedish.
+
+=================
 WebKitGTK+  2.8.4
 =================
 

Modified: releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake (188035 => 188036)


--- releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-08-06 10:10:50 UTC (rev 188035)
+++ releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-08-06 10:11:03 UTC (rev 188036)
@@ -2,14 +2,14 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 8)
-set(PROJECT_VERSION_MICRO 4)
+set(PROJECT_VERSION_MICRO 5)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
 # 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 43 7 6)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 11 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 8 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 12 1)
 
 set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
 set(ENABLE_GTKDOC OFF CACHE BOOL "Whether or not to use generate gtkdoc.")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to