Title: [187151] trunk
Revision
187151
Author
carlo...@webkit.org
Date
2015-07-22 00:10:04 -0700 (Wed, 22 Jul 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.9.4.

Modified Paths

Diff

Modified: trunk/ChangeLog (187150 => 187151)


--- trunk/ChangeLog	2015-07-22 06:53:31 UTC (rev 187150)
+++ trunk/ChangeLog	2015-07-22 07:10:04 UTC (rev 187151)
@@ -1,3 +1,9 @@
+2015-07-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-07-20  Alex Christensen  <achristen...@webkit.org>
 
         Resurrect CMake build on Windows.

Modified: trunk/Source/WebKit2/ChangeLog (187150 => 187151)


--- trunk/Source/WebKit2/ChangeLog	2015-07-22 06:53:31 UTC (rev 187150)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-22 07:10:04 UTC (rev 187151)
@@ -1,3 +1,9 @@
+2015-07-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
+
+        * gtk/NEWS: Add release notes for 2.9.4.
+
 2015-07-21  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: [Mac] "Open Image In New Window" context menu item does nothing on an image

Modified: trunk/Source/WebKit2/gtk/NEWS (187150 => 187151)


--- trunk/Source/WebKit2/gtk/NEWS	2015-07-22 06:53:31 UTC (rev 187150)
+++ trunk/Source/WebKit2/gtk/NEWS	2015-07-22 07:10:04 UTC (rev 187151)
@@ -1,4 +1,26 @@
 =================
+WebKitGTK+  2.9.4
+=================
+
+What's new in WebKitGTK+ 2.9.4?
+
+  - Fix the window size reported when the web view isn't realized yet. This fixes
+    the layout of some websites when opening new tabs in the browser and anchor links
+    when opened in new tabs too.
+  - Add API to be notified about editor state changes.
+  - Add selection-changed signal to the Web Extensions API.
+  - Add initial WebKitWebsiteDataManager API for process configuration options.
+  - Make WebSQL work by using a default quota instead of always failing in openDatabase
+    with DOM Exception 18.
+  - Correctly restore accelerated compositing after a WebProcess crash.
+  - Only enable the input methods filter when there's an editable element focused.
+  - Fix a crash on memory allocation using bmalloc on 32bit systems.
+  - Allow to build with X11 and Wayland targets at the same time.
+  - Fix a crash when spell checker returns no guesses.
+  - Update and optimize some of the web inspector icons.
+  - Translation updates: Swedish.
+
+=================
 WebKitGTK+  2.9.3
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (187150 => 187151)


--- trunk/Source/cmake/OptionsGTK.cmake	2015-07-22 06:53:31 UTC (rev 187150)
+++ trunk/Source/cmake/OptionsGTK.cmake	2015-07-22 07:10:04 UTC (rev 187151)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 9)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 4)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -15,8 +15,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 45 1 8)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 2 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 46 0 9)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 3 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.
@@ -219,7 +219,7 @@
 add_definitions(-DBUILDING_GTK__=1)
 add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
 add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
-add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION=601)
+add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION=602)
 add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION=1)
 add_definitions(-DWEBKITGTK_API_VERSION_STRING="${WEBKITGTK_API_VERSION}")
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to