Title: [139466] trunk
Revision
139466
Author
[email protected]
Date
2013-01-11 11:14:25 -0800 (Fri, 11 Jan 2013)

Log Message

Unreviewed. Update NEWS and configure.ac for 1.11.4 release

.:

* configure.ac: Bump version numbers.

Source/WebKit/gtk:

* NEWS: Added release notes for 1.11.4.

Modified Paths

Diff

Modified: trunk/ChangeLog (139465 => 139466)


--- trunk/ChangeLog	2013-01-11 19:11:12 UTC (rev 139465)
+++ trunk/ChangeLog	2013-01-11 19:14:25 UTC (rev 139466)
@@ -1,3 +1,9 @@
+2013-01-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and configure.ac for 1.11.4 release
+
+        * configure.ac: Bump version numbers.
+
 2013-01-10  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Add API to set the web extensions directory to WebKit2 GTK+

Modified: trunk/Source/WebKit/gtk/ChangeLog (139465 => 139466)


--- trunk/Source/WebKit/gtk/ChangeLog	2013-01-11 19:11:12 UTC (rev 139465)
+++ trunk/Source/WebKit/gtk/ChangeLog	2013-01-11 19:14:25 UTC (rev 139466)
@@ -1,3 +1,9 @@
+2013-01-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and configure.ac for 1.11.4 release
+
+        * NEWS: Added release notes for 1.11.4.
+
 2013-01-08  Mark Lam  <[email protected]>
 
         Removed the need for the ProposedDatabase mechanism.

Modified: trunk/Source/WebKit/gtk/NEWS (139465 => 139466)


--- trunk/Source/WebKit/gtk/NEWS	2013-01-11 19:11:12 UTC (rev 139465)
+++ trunk/Source/WebKit/gtk/NEWS	2013-01-11 19:14:25 UTC (rev 139466)
@@ -1,4 +1,36 @@
 =================
+WebKitGTK+ 1.11.4
+=================
+
+What's new in WebKitGTK+ 1.11.4?
+
+  - Add support for loading web process extensions to WebKit2 GTK+.
+  - Embed the HTTP authentication dialog into the WebView in WebKit2.
+  - Add support for IME Composition to WebKit2.
+  - Add API to notify about display/execution of insecure content to
+    WebKit2 GTK+ API.
+  - Add GTK+ API to set a WebKitWebView in view source mode to WebKit2.
+  - Add API to set a TLS errors policy to WebKit2 GTK+ API.
+  - Add WEBKIT_HIT_TEST_RESULT_CONTEXT_SCROLLBAR to WebKit2 GTK+ API.
+  - Add support for remote Web Inspector to WebKit2.
+  - Complete the documentation od sections in WebKit2 GTK+ API.
+  - Fix cookies and custom URI requests when the web process is
+    re-launched after a crash.
+  - Fix a crash in WebKit2 when running inside Xvfb.
+  - Fix a crash in WebKit2 when the WebView is resized with the
+    inspector attached.
+  - Use Harfbuzz instead of Pango in GTK+ port.
+  - Add support for WebP image.
+  - Port WebAudio backend to GStreamer 1.0 API.
+  - Fix the buffering ranges reported with GStreamer 1.0.
+  - Implement multipart/x-mixed-replace in the soup network backend.
+  - Fix invalid entries for plugins in navigator.plugins.
+  - Add implementation for AccessibilityUIElementGtk::isSelectable()
+    and AccessibilityUIElementGtk::isMultiSelectable().
+  - Expose ARIA roles for tab, tabpanel and tablist.
+  - Fixed several memory leaks.
+
+=================
 WebKitGTK+ 1.11.2
 =================
 

Modified: trunk/configure.ac (139465 => 139466)


--- trunk/configure.ac	2013-01-11 19:11:12 UTC (rev 139465)
+++ trunk/configure.ac	2013-01-11 19:14:25 UTC (rev 139466)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [11])
-m4_define([webkit_micro_version], [2])
+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) ...
 #
 # Sourced from Source/WebCore/Configurations/Version.xcconfig
 m4_define([webkit_user_agent_major_version], [537])
-m4_define([webkit_user_agent_minor_version], [20])
+m4_define([webkit_user_agent_minor_version], [26])
 
 AC_INIT([WebKitGTK],[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=17:1:17
+LIBWEBKITGTK_VERSION=18:0:18
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
-LIBJAVASCRIPTCOREGTK_VERSION=13:7:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:8:13
 AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
 
-LIBWEBKIT2GTK_VERSION=19:0:19
+LIBWEBKIT2GTK_VERSION=20:0:20
 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