Title: [184902] trunk
Revision
184902
Author
[email protected]
Date
2015-05-27 02:50:44 -0700 (Wed, 27 May 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.9.2.

Modified Paths

Diff

Modified: trunk/ChangeLog (184901 => 184902)


--- trunk/ChangeLog	2015-05-27 08:37:20 UTC (rev 184901)
+++ trunk/ChangeLog	2015-05-27 09:50:44 UTC (rev 184902)
@@ -1,3 +1,9 @@
+2015-05-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-05-25  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Export DatabaseProcessMainUnix symbol.

Modified: trunk/Source/WebKit2/ChangeLog (184901 => 184902)


--- trunk/Source/WebKit2/ChangeLog	2015-05-27 08:37:20 UTC (rev 184901)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-27 09:50:44 UTC (rev 184902)
@@ -1,5 +1,11 @@
 2015-05-27  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
+
+        * gtk/NEWS: Add release notes for 2.9.2.
+
+2015-05-27  Carlos Garcia Campos  <[email protected]>
+
         [SOUP] Network Cache: Handle the case when we fail to create the IO stream
         https://bugs.webkit.org/show_bug.cgi?id=145406
 

Modified: trunk/Source/WebKit2/gtk/NEWS (184901 => 184902)


--- trunk/Source/WebKit2/gtk/NEWS	2015-05-27 08:37:20 UTC (rev 184901)
+++ trunk/Source/WebKit2/gtk/NEWS	2015-05-27 09:50:44 UTC (rev 184902)
@@ -1,4 +1,25 @@
 =================
+WebKitGTK+  2.9.2
+=================
+
+What's new in WebKitGTK+ 2.9.2?
+
+  - Add IndexedDB support using a dedicated database process.
+  - Add construct property to WebKitWebContext to set the IndexedDB database directory.
+  - Add allow-file-access-from-file-urls to WebKitSettings.
+  - Improve network process disk cache performance by mapping cached resources in the
+    web process instead of sending the resources data via IPC.
+  - Prevent WorkQueue objects from being leaked and ensure its worker thread always exits.
+  - webkit_dom_html_element_get_children() has been deprecated in favor of
+    webkit_dom_element_get_children() to match the DOM spec.
+  - ARIA menu items no longer have anonymous block children.
+  - Map pre element to ATK_ROLE_SECTION instead of ATK_ROLE_PANEL.
+  - Always include rows in the tree of accessible tables.
+  - Fix the build with Netscape plugins disabled.
+  - Fix XPixmaps leaked by GLContext when using EGL on X11.
+  - Translation updates: Catalan.
+
+=================
 WebKitGTK+  2.9.1
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (184901 => 184902)


--- trunk/Source/cmake/OptionsGTK.cmake	2015-05-27 08:37:20 UTC (rev 184901)
+++ trunk/Source/cmake/OptionsGTK.cmake	2015-05-27 09:50:44 UTC (rev 184902)
@@ -3,7 +3,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 9)
-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)
 
@@ -16,8 +16,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 44 0 7)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 0 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 45 0 8)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 1 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