Title: [195813] releases/WebKitGTK/webkit-2.10
Revision
195813
Author
[email protected]
Date
2016-01-29 09:24:05 -0800 (Fri, 29 Jan 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.10.7

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.10/ChangeLog (195812 => 195813)


--- releases/WebKitGTK/webkit-2.10/ChangeLog	2016-01-29 16:53:29 UTC (rev 195812)
+++ releases/WebKitGTK/webkit-2.10/ChangeLog	2016-01-29 17:24:05 UTC (rev 195813)
@@ -1,3 +1,9 @@
+2016-01-29  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.7 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-01-27  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.6 release.

Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog (195812 => 195813)


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2016-01-29 16:53:29 UTC (rev 195812)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2016-01-29 17:24:05 UTC (rev 195813)
@@ -1,3 +1,9 @@
+2016-01-29  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.7 release.
+
+        * gtk/NEWS: Add release notes for 2.10.7
+
 2016-01-29  Mario Sanchez Prada  <[email protected]>
 
         [GTK] WebProcess crashes when quickly attempting many DnD operations

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


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2016-01-29 16:53:29 UTC (rev 195812)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2016-01-29 17:24:05 UTC (rev 195813)
@@ -1,4 +1,12 @@
 =================
+WebKitGTK+ 2.10.7
+=================
+
+What's new in WebKitGTK+ 2.10.6?
+
+  - Fix the build with GTK+ < 3.16.
+
+=================
 WebKitGTK+ 2.10.6
 =================
 

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


--- releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2016-01-29 16:53:29 UTC (rev 195812)
+++ releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2016-01-29 17:24:05 UTC (rev 195813)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 10)
-set(PROJECT_VERSION_MICRO 6)
+set(PROJECT_VERSION_MICRO 7)
 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 9 11)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 14 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 10 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 15 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to