Title: [178506] releases/WebKitGTK/webkit-2.6
- Revision
- 178506
- Author
- [email protected]
- Date
- 2015-01-15 03:43:27 -0800 (Thu, 15 Jan 2015)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.5 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: dd release notes for 2.6.5.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.6/ChangeLog (178505 => 178506)
--- releases/WebKitGTK/webkit-2.6/ChangeLog 2015-01-15 11:40:42 UTC (rev 178505)
+++ releases/WebKitGTK/webkit-2.6/ChangeLog 2015-01-15 11:43:27 UTC (rev 178506)
@@ -1,3 +1,9 @@
+2015-01-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.5 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2014-12-09 Bem Jones-Bey <[email protected]>
REGRESSION(r155906): Page content disappears on Tuaw article after loading
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (178505 => 178506)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2015-01-15 11:40:42 UTC (rev 178505)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2015-01-15 11:43:27 UTC (rev 178506)
@@ -1,3 +1,9 @@
+2015-01-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.5 release.
+
+ * gtk/NEWS: dd release notes for 2.6.5.
+
2015-01-12 Carlos Garcia Campos <[email protected]>
[GTK] Do not schedule a redraw for the redirected XComposite window when not in accelerated compositing mode
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS (178505 => 178506)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2015-01-15 11:40:42 UTC (rev 178505)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2015-01-15 11:43:27 UTC (rev 178506)
@@ -1,4 +1,27 @@
=================
+WebKitGTK+ 2.6.5
+=================
+
+What's new in WebKitGTK+ 2.6.5?
+
+ - Fix issue that caused some text to be inserted when trying to delete
+ a word from the Twitter message box.
+ - GObject DOM bindings API now correctly returns NULL intead of empty strings
+ to be able to differentiate between not present and present but empty.
+ - Do not resize the accelerating compositing window to the web size until
+ accelerated compositing mode is activated.
+ - Use latin1 instead of UTF-8 for HTTP header values.
+ - Add SCHEDULING query support to HTTP media source element.
+ - Add application/x-mpegurl and video/flv to the list of supported mimetypes.
+ - Update NavigationItemProbes inspector icon.
+ - Fix the build with recent GStreamer.
+ - Fix the build on FreeBSD.
+ - Fix build on OS X.
+ - Fix the build on powerpc 32 bits.
+ - Fixed several crashes in WebCore and _javascript_Core.
+ - Translation updates: Assamese.
+
+=================
WebKitGTK+ 2.6.4
=================
Modified: releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake (178505 => 178506)
--- releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2015-01-15 11:40:42 UTC (rev 178505)
+++ releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2015-01-15 11:43:27 UTC (rev 178506)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 6)
-set(PROJECT_VERSION_MICRO 4)
+set(PROJECT_VERSION_MICRO 5)
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 39 5 2)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 8 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 6 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 9 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