Title: [187734] trunk
Revision
187734
Author
carlo...@webkit.org
Date
2015-08-03 01:34:31 -0700 (Mon, 03 Aug 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.9.5.

Modified Paths

Diff

Modified: trunk/ChangeLog (187733 => 187734)


--- trunk/ChangeLog	2015-08-03 04:33:15 UTC (rev 187733)
+++ trunk/ChangeLog	2015-08-03 08:34:31 UTC (rev 187734)
@@ -1,3 +1,9 @@
+2015-08-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-07-31  Alex Christensen  <achristen...@webkit.org>
 
         Prepare for debug CMake builds on Windows.

Modified: trunk/Source/WebKit2/ChangeLog (187733 => 187734)


--- trunk/Source/WebKit2/ChangeLog	2015-08-03 04:33:15 UTC (rev 187733)
+++ trunk/Source/WebKit2/ChangeLog	2015-08-03 08:34:31 UTC (rev 187734)
@@ -1,3 +1,9 @@
+2015-08-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
+
+        * gtk/NEWS: Add release notes for 2.9.5.
+
 2015-07-27  Matt Rajca  <mra...@apple.com>
 
         Media Session: inform the UI process when the focused Content media element changes

Modified: trunk/Source/WebKit2/gtk/NEWS (187733 => 187734)


--- trunk/Source/WebKit2/gtk/NEWS	2015-08-03 04:33:15 UTC (rev 187733)
+++ trunk/Source/WebKit2/gtk/NEWS	2015-08-03 08:34:31 UTC (rev 187734)
@@ -1,4 +1,20 @@
 =================
+WebKitGTK+  2.9.5
+=================
+
+What's new in WebKitGTK+ 2.9.5?
+
+  - Add API to set the maximum number of web processes per WebKitWebContext.
+  - Add API to allow executing editing commands that require an argument.
+  - Prevent clipboard contents from being lost when web process finishes.
+  - Always allow font matching for strong aliases
+  - Move GStreamer missing plugins installer to the UI process.
+  - Fix empty space in popup menus when first item is selected.
+  - Fix a crash when SoupSession is destroyed in exit handler.
+  - Disable NPAPI plugins when running on Wayland.
+  - Translation updates: Swedish.
+
+=================
 WebKitGTK+  2.9.4
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (187733 => 187734)


--- trunk/Source/cmake/OptionsGTK.cmake	2015-08-03 04:33:15 UTC (rev 187733)
+++ trunk/Source/cmake/OptionsGTK.cmake	2015-08-03 08:34:31 UTC (rev 187734)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 9)
-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)
 
@@ -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 46 0 9)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 3 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 47 0 10)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 4 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to