Title: [191108] releases/WebKitGTK/webkit-2.10
Revision
191108
Author
carlo...@webkit.org
Date
2015-10-15 03:19:04 -0700 (Thu, 15 Oct 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.10.2

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.10/ChangeLog (191107 => 191108)


--- releases/WebKitGTK/webkit-2.10/ChangeLog	2015-10-15 09:17:29 UTC (rev 191107)
+++ releases/WebKitGTK/webkit-2.10/ChangeLog	2015-10-15 10:19:04 UTC (rev 191108)
@@ -1,3 +1,9 @@
+2015-10-15  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.2 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-10-14  Tomas Popela  <tpop...@redhat.com>
 
         [GTK][EFL] Fix build with cmake 3.4

Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog (191107 => 191108)


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2015-10-15 09:17:29 UTC (rev 191107)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2015-10-15 10:19:04 UTC (rev 191108)
@@ -1,5 +1,11 @@
 2015-10-15  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.2 release.
+
+        * gtk/NEWS: Add release notes for 2.10.2
+
+2015-10-15  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed. Fix wrong #ifdef added in r190615.
 
         This disabled accelerated compositing unconditionally.

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


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2015-10-15 09:17:29 UTC (rev 191107)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2015-10-15 10:19:04 UTC (rev 191108)
@@ -1,4 +1,13 @@
 =================
+WebKitGTK+ 2.10.2
+=================
+
+What's new in WebKitGTK+ 2.10.2?
+
+  - Fix a regression introduced in 2.10.1 that disabled accelerated compositing.
+  - Fix build with cmake 3.4.
+
+=================
 WebKitGTK+ 2.10.1
 =================
 

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


--- releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2015-10-15 09:17:29 UTC (rev 191107)
+++ releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2015-10-15 10:19:04 UTC (rev 191108)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 10)
-set(PROJECT_VERSION_MICRO 1)
+set(PROJECT_VERSION_MICRO 2)
 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 4 11)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 9 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 5 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 10 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