Title: [172387] trunk
- Revision
- 172387
- Author
- [email protected]
- Date
- 2014-08-11 01:05:15 -0700 (Mon, 11 Aug 2014)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.5.2.
Modified Paths
Diff
Modified: trunk/ChangeLog (172386 => 172387)
--- trunk/ChangeLog 2014-08-11 07:29:34 UTC (rev 172386)
+++ trunk/ChangeLog 2014-08-11 08:05:15 UTC (rev 172387)
@@ -1,3 +1,9 @@
+2014-08-11 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2014-08-10 Carlos Garcia Campos <[email protected]>
[GTK] REGRESSION(r166239): The ld version script is not being used
Modified: trunk/Source/WebKit2/ChangeLog (172386 => 172387)
--- trunk/Source/WebKit2/ChangeLog 2014-08-11 07:29:34 UTC (rev 172386)
+++ trunk/Source/WebKit2/ChangeLog 2014-08-11 08:05:15 UTC (rev 172387)
@@ -1,3 +1,9 @@
+2014-08-11 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
+
+ * gtk/NEWS: Add release notes for 2.5.2.
+
2014-08-10 Carlos Garcia Campos <[email protected]>
[GTK] No IPC messages are sent when building WebKitGTK+ with VERSION_SCRIPT
Modified: trunk/Source/WebKit2/gtk/NEWS (172386 => 172387)
--- trunk/Source/WebKit2/gtk/NEWS 2014-08-11 07:29:34 UTC (rev 172386)
+++ trunk/Source/WebKit2/gtk/NEWS 2014-08-11 08:05:15 UTC (rev 172387)
@@ -1,4 +1,21 @@
=================
+WebKitGTK+ 2.5.2
+=================
+
+What's new in WebKitGTK+ 2.5.2?
+
+ - Make GTK+2 dependency optional.
+ - Use the ld version script for non developer builds.
+ - Add webkit_navigation_policy_decision_get_navigation_action() API
+ and deprecated the methods and properties in WebKitNavigationPolicyDecision
+ that are now redundant.
+ - Add support for user scripts to WebKitUserContentManager.
+ - Do not use GtkWindow:resize-grip-visible with recent GTK+ versions.
+ - Fix caps negotiation failure in playback pipeline in GSTreamer media backend.
+ - Rename translation domain to WebKit2GTK-4.0.
+ - Install the processes in a versioned directory.
+
+=================
WebKitGTK+ 2.5.1
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (172386 => 172387)
--- trunk/Source/cmake/OptionsGTK.cmake 2014-08-11 07:29:34 UTC (rev 172386)
+++ trunk/Source/cmake/OptionsGTK.cmake 2014-08-11 08:05:15 UTC (rev 172387)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 5)
-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)
# 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 37 0 0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 0 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 38 0 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 1 0)
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