Title: [126467] releases/WebKitGTK/webkit-1.10
Revision
126467
Author
[email protected]
Date
2012-08-23 12:43:32 -0700 (Thu, 23 Aug 2012)

Log Message

Unreviewed. Update NEWS and configure.ac for 1.9.90 release

Modified Paths


Diff

Modified: releases/WebKitGTK/webkit-1.10/ChangeLog (126466 => 126467)


--- releases/WebKitGTK/webkit-1.10/ChangeLog	2012-08-23 19:20:49 UTC (rev 126466)
+++ releases/WebKitGTK/webkit-1.10/ChangeLog	2012-08-23 19:43:32 UTC (rev 126467)
@@ -1,5 +1,11 @@
 2012-08-23  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update NEWS and configure.ac for 1.9.90 release
+
+        * configure.ac: Bump version numbers.
+
+2012-08-23  Carlos Garcia Campos  <[email protected]>
+
         REGRESSION(r126306): it broke the plugin process
         https://bugs.webkit.org/show_bug.cgi?id=94797
 

Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog (126466 => 126467)


--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog	2012-08-23 19:20:49 UTC (rev 126466)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog	2012-08-23 19:43:32 UTC (rev 126467)
@@ -1,5 +1,11 @@
 2012-08-23  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update NEWS and configure.ac for 1.9.90 release
+
+        * NEWS: Added release notes for 1.9.90.
+
+2012-08-23  Carlos Garcia Campos  <[email protected]>
+
         REGRESSION(r126306): it broke the plugin process
         https://bugs.webkit.org/show_bug.cgi?id=94797
 

Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS (126466 => 126467)


--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS	2012-08-23 19:20:49 UTC (rev 126466)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS	2012-08-23 19:43:32 UTC (rev 126467)
@@ -1,4 +1,33 @@
 =================
+WebKitGTK+ 1.9.90
+=================
+
+What's new in WebKitGTK+ 1.9.90?
+
+  - Make WebKitWebView work again inside a GtkOverlay by not using a
+    native window for Accelerated Compositing implementation.
+  - Fix several API breaks in DOM bindings introduced in 1.9.6.
+  - Change spellchecker languages API in WebKit2 to use a GStrv for
+    the list of languages to make the API more consistent and
+    convenient to use.
+  - Add destroy notify parameter to
+    webkit_web_context_register_uri_scheme in WebKit2 GTK+ API.
+  - Replace webkit_web_view_replace_content with
+    webkit_web_view_load_alternate_html in WebKit2 GTK+ API.
+  - Rename WebKitWebView "print-requested" signal to "print" in
+    WebKit2 GTK+ API for consistenty.
+  - Add API to set preferred languages to WebKit2 GTK+.
+  - Add webkit_uri_response_get_suggested_filename to WebKit2 GTK+
+    API.
+  - Add API to save a web page in MHTML format to WebKit2 GTK+.
+  - Implement smart separators for context menu in WebKit2 GTK+.
+  - Fix invalid UTF-8 data passed to the spellchecker.
+  - Fix caret-moved events not emitted for certain content.
+  - Expose ROLE_TOGGLE_BUTTON instead of ROLE_PUSH_BUTTON when
+    aria-pressed is present.
+  - Fix several memory leaks.
+
+=================
 WebKitGTK+ 1.9.6
 =================
 

Modified: releases/WebKitGTK/webkit-1.10/configure.ac (126466 => 126467)


--- releases/WebKitGTK/webkit-1.10/configure.ac	2012-08-23 19:20:49 UTC (rev 126466)
+++ releases/WebKitGTK/webkit-1.10/configure.ac	2012-08-23 19:43:32 UTC (rev 126467)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [9])
-m4_define([webkit_micro_version], [6])
+m4_define([webkit_micro_version], [90])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
 #
 # Sourced from Source/WebCore/Configurations/Version.xcconfig
 m4_define([webkit_user_agent_major_version], [537])
-m4_define([webkit_user_agent_minor_version], [4])
+m4_define([webkit_user_agent_minor_version], [6])
 
 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
@@ -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=16:0:16
+LIBWEBKITGTK_VERSION=17:0:17
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
-LIBJAVASCRIPTCOREGTK_VERSION=13:5:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:6:13
 AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
 
-LIBWEBKIT2GTK_VERSION=17:0:17
+LIBWEBKIT2GTK_VERSION=18:0:0
 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/webkit-changes

Reply via email to