Title: [173758] releases/WebKitGTK/webkit-2.6
- Revision
- 173758
- Author
- [email protected]
- Date
- 2014-09-19 09:31:10 -0700 (Fri, 19 Sep 2014)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.90 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.5.90.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.6/ChangeLog (173757 => 173758)
--- releases/WebKitGTK/webkit-2.6/ChangeLog 2014-09-19 16:01:44 UTC (rev 173757)
+++ releases/WebKitGTK/webkit-2.6/ChangeLog 2014-09-19 16:31:10 UTC (rev 173758)
@@ -1,3 +1,9 @@
+2014-09-19 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.90 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2014-09-17 Renato Nagy <[email protected]>
[EFL][GTK] Remove WebKit1 related codes
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (173757 => 173758)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-09-19 16:01:44 UTC (rev 173757)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-09-19 16:31:10 UTC (rev 173758)
@@ -1,5 +1,11 @@
2014-09-19 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.90 release.
+
+ * gtk/NEWS: Add release notes for 2.5.90.
+
+2014-09-19 Carlos Garcia Campos <[email protected]>
+
[GTK] Missing inspector files in the tarball
https://bugs.webkit.org/show_bug.cgi?id=136952
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS (173757 => 173758)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-09-19 16:01:44 UTC (rev 173757)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-09-19 16:31:10 UTC (rev 173758)
@@ -1,4 +1,24 @@
=================
+WebKitGTK+ 2.5.90
+=================
+
+What's new in WebKitGTK+ 2.5.90?
+
+ - Use free icons for the web inspector.
+ - Change WebKitWebView::load-failed-with-tls-errors signal to pass
+ the failing URI as signal argument instead of the host.
+ - Add new API to allow overwrite existing files when downloading a file.
+ - Add webkit_uri_response_get_http_headers() API.
+ - Improve the UI of the HTTP authentication dialog.
+ - Fix a crash when navigating away from a web page containing an ogg video.
+ - Fix race condition when downloading a file due to the intermediate
+ temporary file.
+ - Fix toggle buttons rendering with recent GTK+ versions.
+ - Fix selection rendering when unfocused with recent GTK+ versions.
+ - Make the GStreamer media backend not send the transferMode HTTP header.
+ - Translation updates: Assamese
+
+=================
WebKitGTK+ 2.5.3
=================
Modified: releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake (173757 => 173758)
--- releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-09-19 16:01:44 UTC (rev 173757)
+++ releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-09-19 16:31:10 UTC (rev 173758)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 5)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 90)
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 38 1 1)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 2 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 0 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 3 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