Title: [181852] releases/WebKitGTK/webkit-2.8
Revision
181852
Author
[email protected]
Date
2015-03-23 03:41:22 -0700 (Mon, 23 Mar 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.8.0.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.8/ChangeLog (181851 => 181852)


--- releases/WebKitGTK/webkit-2.8/ChangeLog	2015-03-23 10:05:12 UTC (rev 181851)
+++ releases/WebKitGTK/webkit-2.8/ChangeLog	2015-03-23 10:41:22 UTC (rev 181852)
@@ -1,5 +1,11 @@
 2015-03-23  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.0 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
+2015-03-23  Carlos Garcia Campos  <[email protected]>
+
         [GTK] Add a configure option to build without Redirected XComposite Window
         https://bugs.webkit.org/show_bug.cgi?id=142865
 

Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog (181851 => 181852)


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-03-23 10:05:12 UTC (rev 181851)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-03-23 10:41:22 UTC (rev 181852)
@@ -1,5 +1,11 @@
 2015-03-23  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.0 release.
+
+        * gtk/NEWS: Add release notes for 2.8.0.
+
+2015-03-23  Carlos Garcia Campos  <[email protected]>
+
         [GTK] Add a configure option to build without Redirected XComposite Window
         https://bugs.webkit.org/show_bug.cgi?id=142865
 

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


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-03-23 10:05:12 UTC (rev 181851)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-03-23 10:41:22 UTC (rev 181852)
@@ -1,4 +1,15 @@
 =================
+WebKitGTK+  2.8.0
+=================
+
+What's new in WebKitGTK+ 2.8.0?
+
+  - Fix scrollbars rendering with GTK+ 3.16.
+  - Fix a crash during a drag and drop operation started by _javascript_.
+  - Fix the build with Wayland target enabled.
+  - Properly search for Wayland dependency when enabling Wayland target.
+
+=================
 WebKitGTK+ 2.7.92
 =================
 

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


--- releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-03-23 10:05:12 UTC (rev 181851)
+++ releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-03-23 10:41:22 UTC (rev 181852)
@@ -1,15 +1,15 @@
 include(GNUInstallDirs)
 
 set(PROJECT_VERSION_MAJOR 2)
-set(PROJECT_VERSION_MINOR 7)
-set(PROJECT_VERSION_MICRO 92)
+set(PROJECT_VERSION_MINOR 8)
+set(PROJECT_VERSION_MICRO 0)
 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 2 6)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 6 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 3 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 7 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to