Title: [173919] releases/WebKitGTK/webkit-2.6
Revision
173919
Author
[email protected]
Date
2014-09-24 08:10:18 -0700 (Wed, 24 Sep 2014)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.6.0.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.6/ChangeLog (173918 => 173919)


--- releases/WebKitGTK/webkit-2.6/ChangeLog	2014-09-24 13:38:58 UTC (rev 173918)
+++ releases/WebKitGTK/webkit-2.6/ChangeLog	2014-09-24 15:10:18 UTC (rev 173919)
@@ -1,3 +1,9 @@
+2014-09-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.0 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2014-09-19  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.90 release.

Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (173918 => 173919)


--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog	2014-09-24 13:38:58 UTC (rev 173918)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog	2014-09-24 15:10:18 UTC (rev 173919)
@@ -1,3 +1,9 @@
+2014-09-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.0 release.
+
+        * gtk/NEWS: Add release notes for 2.6.0.
+
 2014-09-19  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.90 release.

Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS (173918 => 173919)


--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS	2014-09-24 13:38:58 UTC (rev 173918)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS	2014-09-24 15:10:18 UTC (rev 173919)
@@ -1,4 +1,19 @@
 =================
+WebKitGTK+  2.6.0
+=================
+
+What's new in WebKitGTK+ 2.4.0?
+
+  - Make vimeo videos work again with the GStreamer media backend.
+  - Add more free icons for the web inspector.
+  - Fix a WebSocket crash when a connection is closed from server side.
+  - Fixed a memory leak in _javascript_Core.
+  - Fix the build with video support disabled.
+  - Fix CLoop on the 32-bit Big-Endians.
+  - Translation updates: Gujarati, Odia, Assamese, Tamil, Hebrew,
+    Polish, Marathi, Kannada
+
+=================
 WebKitGTK+ 2.5.90
 =================
 

Modified: releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake (173918 => 173919)


--- releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake	2014-09-24 13:38:58 UTC (rev 173918)
+++ releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake	2014-09-24 15:10:18 UTC (rev 173919)
@@ -1,15 +1,15 @@
 include(GNUInstallDirs)
 
 set(PROJECT_VERSION_MAJOR 2)
-set(PROJECT_VERSION_MINOR 5)
-set(PROJECT_VERSION_MICRO 90)
+set(PROJECT_VERSION_MINOR 6)
+set(PROJECT_VERSION_MICRO 0)
 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 0 2)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 3 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 1 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 4 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

Reply via email to