Title: [156034] releases/WebKitGTK/webkit-2.2
Revision
156034
Author
carlo...@webkit.org
Date
2013-09-18 02:34:41 -0700 (Wed, 18 Sep 2013)

Log Message

Unreviewed. Update NEWS and Versions.m4 for 2.1.92 release.

.:

* Source/autotools/Versions.m4: Bump version numbers.

Source/WebKit/gtk:

* NEWS: Add release notes.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.2/ChangeLog (156033 => 156034)


--- releases/WebKitGTK/webkit-2.2/ChangeLog	2013-09-18 08:28:59 UTC (rev 156033)
+++ releases/WebKitGTK/webkit-2.2/ChangeLog	2013-09-18 09:34:41 UTC (rev 156034)
@@ -1,3 +1,9 @@
+2013-09-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.1.92 release.
+
+        * Source/autotools/Versions.m4: Bump version numbers.
+
 2013-09-13  Gustavo Noronha Silva  <gustavo.noro...@collabora.com>
 
         [GTK] Move to the new web inspector

Modified: releases/WebKitGTK/webkit-2.2/Source/WebKit/gtk/ChangeLog (156033 => 156034)


--- releases/WebKitGTK/webkit-2.2/Source/WebKit/gtk/ChangeLog	2013-09-18 08:28:59 UTC (rev 156033)
+++ releases/WebKitGTK/webkit-2.2/Source/WebKit/gtk/ChangeLog	2013-09-18 09:34:41 UTC (rev 156034)
@@ -1,3 +1,9 @@
+2013-09-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.1.92 release.
+
+        * NEWS: Add release notes.
+
 2013-09-13  Gustavo Noronha Silva  <gustavo.noro...@collabora.com>
 
         [GTK] Move to the new web inspector

Modified: releases/WebKitGTK/webkit-2.2/Source/WebKit/gtk/NEWS (156033 => 156034)


--- releases/WebKitGTK/webkit-2.2/Source/WebKit/gtk/NEWS	2013-09-18 08:28:59 UTC (rev 156033)
+++ releases/WebKitGTK/webkit-2.2/Source/WebKit/gtk/NEWS	2013-09-18 09:34:41 UTC (rev 156034)
@@ -1,4 +1,32 @@
 =================
+WebKitGTK+ 2.1.92
+=================
+
+What's new in WebKitGTK+ 2.1.92?
+
+  - Switch to the new Web Inspector.
+  - Reimplement several accessibility methods to not require Gail and
+    Pango.
+  - Allow to run in a Wayland environment even when WebKitGTK+ has
+    been built with accelerated compositing support enabled, falling
+    back to software rendering in such case since accelerated
+    compositing is not supported yet under Wayland.
+  - Enable the Wayland target by default if the GTK+ Wayland
+    dependency is available.
+  - Fix web inspector rendering when docked in a page that uses
+    accelerated compositing.
+  - Do not try to parse incomplete HTTP requests in the web inspector.
+  - Use WEBKIT_TYPE_DOWNLOAD instead of G_TYPE_OBJECT for the argument
+    of the WebKitWebView::download-requested signal in WebKit1.
+  - Add allow-none introspection annotation to parameters that can
+    be NULL in GObject DOM bindings.
+  - Honor the --disable-gtk-doc configure option.
+  - Fix the build on directories containing spaces.
+  - Allow to build when the build directory is in a different
+    partition.
+  - Translation updates: Polish, Brazilian Portuguese, Spanish, Galician
+
+=================
 WebKitGTK+ 2.1.91
 =================
 

Modified: releases/WebKitGTK/webkit-2.2/Source/autotools/Versions.m4 (156033 => 156034)


--- releases/WebKitGTK/webkit-2.2/Source/autotools/Versions.m4	2013-09-18 08:28:59 UTC (rev 156033)
+++ releases/WebKitGTK/webkit-2.2/Source/autotools/Versions.m4	2013-09-18 09:34:41 UTC (rev 156034)
@@ -1,6 +1,6 @@
 m4_define([webkit_major_version], [2])
 m4_define([webkit_minor_version], [1])
-m4_define([webkit_micro_version], [91])
+m4_define([webkit_micro_version], [92])
 
 # This is the version we'll be using as part of our User-Agent string,
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -11,13 +11,13 @@
 
 # Libtool library version, not to confuse with API version.
 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-m4_define([libwebkitgtk_version], [19:6:19])
-m4_define([libjavascriptcoregtk_version], [15:3:15])
-m4_define([libwebkit2gtk_version], [29:0:4])
+m4_define([libwebkitgtk_version], [19:7:19])
+m4_define([libjavascriptcoregtk_version], [15:4:15])
+m4_define([libwebkit2gtk_version], [29:1:4])
 
 m4_define([gtk2_required_version], [2.24.10])
 m4_define([gtk3_required_version], [3.6.0])
-+m4_define([gtk3_wayland_required_version], [3.9.14])
+m4_define([gtk3_wayland_required_version], [3.9.14])
 
 m4_define([atspi2_required_version], [2.5.3])
 m4_define([cairo_required_version], [1.10])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to