Title: [121152] trunk
- Revision
- 121152
- Author
- [email protected]
- Date
- 2012-06-25 06:38:19 -0700 (Mon, 25 Jun 2012)
Log Message
Unreviewed. Update NEWS and configure.ac for 1.9.4 release
.:
* configure.ac: Bump version number.
Source/WebKit/gtk:
* NEWS: Added release notes for 1.9.4.
Modified Paths
Diff
Modified: trunk/ChangeLog (121151 => 121152)
--- trunk/ChangeLog 2012-06-25 13:16:24 UTC (rev 121151)
+++ trunk/ChangeLog 2012-06-25 13:38:19 UTC (rev 121152)
@@ -1,3 +1,9 @@
+2012-06-25 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update NEWS and configure.ac for 1.9.4 release
+
+ * configure.ac: Bump version number.
+
2012-06-22 Joshua Netterfield <[email protected]>
[BlackBerry] Sanitize GLSL code using ANGLE.
Modified: trunk/Source/WebKit/gtk/ChangeLog (121151 => 121152)
--- trunk/Source/WebKit/gtk/ChangeLog 2012-06-25 13:16:24 UTC (rev 121151)
+++ trunk/Source/WebKit/gtk/ChangeLog 2012-06-25 13:38:19 UTC (rev 121152)
@@ -1,3 +1,9 @@
+2012-06-25 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update NEWS and configure.ac for 1.9.4 release
+
+ * NEWS: Added release notes for 1.9.4.
+
2012-06-23 Sheriff Bot <[email protected]>
Unreviewed, rolling out r121058.
Modified: trunk/Source/WebKit/gtk/NEWS (121151 => 121152)
--- trunk/Source/WebKit/gtk/NEWS 2012-06-25 13:16:24 UTC (rev 121151)
+++ trunk/Source/WebKit/gtk/NEWS 2012-06-25 13:38:19 UTC (rev 121152)
@@ -1,4 +1,28 @@
=================
+WebKitGTK+ 1.9.4
+=================
+
+What's new in WebKitGTK+ 1.9.4?
+
+ - Add an accelerated compositing implementation for WebKit2.
+ - Add API to register custom URI schemes to WebKit2 GTK+ API.
+ - Add support for window.showModalDialog in WebKit2 GTK+ API.
+ - Add webkit_download_get_received_data_length to WebKit2 GTK+ API.
+ - Add ContextMenu API to WebKit2 GTK+.
+ - Add Geolocation permission requests API to WebKit2 GTK.
+ - Add API to get the library version to WebKit2 GTK+.
+ - Add WebKitWebView::run-file-chooser signal to WebKit1 API.
+ - Port the video sink to GStreamer 0.11 API.
+ - Add TextureMapper ImageBuffer support as a fallback from the
+ hardware accelerated path
+ - Add input methods submenu item to the default context menu for
+ editable content.
+ - Unmark highlighted text matches when find operation finishes.
+ - Honor the device scale factor property when drawing.
+ - Prevent setting or editing httpOnly cookies from _javascript_.
+ - Fix several memory leaks.
+
+=================
WebKitGTK+ 1.9.3
=================
Modified: trunk/configure.ac (121151 => 121152)
--- trunk/configure.ac 2012-06-25 13:16:24 UTC (rev 121151)
+++ trunk/configure.ac 2012-06-25 13:38:19 UTC (rev 121152)
@@ -2,7 +2,7 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [9])
-m4_define([webkit_micro_version], [3])
+m4_define([webkit_micro_version], [4])
# This is the version we'll be using as part of our User-Agent string
# e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -35,13 +35,13 @@
dnl # Libtool library version, not to confuse with API version
dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-LIBWEBKITGTK_VERSION=13:2:13
+LIBWEBKITGTK_VERSION=14:0:14
AC_SUBST([LIBWEBKITGTK_VERSION])
-LIBJAVASCRIPTCOREGTK_VERSION=13:2:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:3:13
AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
-LIBWEBKIT2GTK_VERSION=14:0:14
+LIBWEBKIT2GTK_VERSION=15:0:15
AC_SUBST([LIBWEBKIT2GTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes