Title: [160759] trunk
Revision
160759
Author
[email protected]
Date
2013-12-18 04:27:43 -0800 (Wed, 18 Dec 2013)

Log Message

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

.:

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

Source/WebKit/gtk:

* NEWS: Added release notes for 2.3.3.

Modified Paths

Diff

Modified: trunk/ChangeLog (160758 => 160759)


--- trunk/ChangeLog	2013-12-18 12:24:46 UTC (rev 160758)
+++ trunk/ChangeLog	2013-12-18 12:27:43 UTC (rev 160759)
@@ -1,3 +1,9 @@
+2013-12-18  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
+
+        * Source/autotools/Versions.m4: Bump version numbers.
+
 2013-12-12  Martin Robinson  <[email protected]>
 
         [GTK] [CMake] Build the plugin process against GTK+ 2

Modified: trunk/Source/WebKit/gtk/ChangeLog (160758 => 160759)


--- trunk/Source/WebKit/gtk/ChangeLog	2013-12-18 12:24:46 UTC (rev 160758)
+++ trunk/Source/WebKit/gtk/ChangeLog	2013-12-18 12:27:43 UTC (rev 160759)
@@ -1,3 +1,9 @@
+2013-12-18  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
+
+        * NEWS: Added release notes for 2.3.3.
+
 2013-12-11  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Push More Inspector Required Classes Down into _javascript_Core

Modified: trunk/Source/WebKit/gtk/NEWS (160758 => 160759)


--- trunk/Source/WebKit/gtk/NEWS	2013-12-18 12:24:46 UTC (rev 160758)
+++ trunk/Source/WebKit/gtk/NEWS	2013-12-18 12:27:43 UTC (rev 160759)
@@ -1,4 +1,37 @@
 =================
+WebKitGTK+  2.3.3
+=================
+
+What's new in WebKitGTK+ 2.3.3?
+
+  - Initial Network Process support disabled by default.
+  - CSS regions are now enabled by default.
+  - Support right-side attachment of the inspector in WebKit2.
+  - Add spatial navigation setting to WebKit2 GTK+ API.
+  - Add media source setting to both WebKit1 and WebKit2.
+  - Support custom types for drag and drop data.
+  - Avoid extra copy when drawing images in cairo backend.
+  - Fix scrolling in combo boxes when the dropdown menu is larger than
+    the screen.
+  - Render AC layers also when using GTK+ 2 in WebKit1.
+  - Fix return value of webkit_web_view_get_view_source_mode() in
+    WebKit1.
+  - Emit stream-start, caps and segment events in webkitwebaudiosrc
+    element.
+  - Fix seeking on media content provided by servers not supporting
+    range requests.
+  - Fix a crash when using media source in GStreamer media backend.
+  - Fix an X11 error when the backing store surface is destroyed.
+  - Expose splitter elements with ATK_ROLE_SEPARATOR to accessibility.
+  - Expose accessibility objects WAI-ARIA landmark roles.
+  - Expose accessibility objects with ATK_ROLE_ARTICLE.
+  - Expose accessibility objects with ATK_ROLE_CHECK_MENU_ITEM.
+  - Remove support for GStreamer 0.10.
+  - Memory leak due to incorrect use of gst_tag_list_merge in
+    TextCombinerGStreamer.
+  - Translation updates: Brazilian Portuguese.
+
+=================
 WebKitGTK+  2.3.2
 =================
 

Modified: trunk/Source/autotools/Versions.m4 (160758 => 160759)


--- trunk/Source/autotools/Versions.m4	2013-12-18 12:24:46 UTC (rev 160758)
+++ trunk/Source/autotools/Versions.m4	2013-12-18 12:27:43 UTC (rev 160759)
@@ -1,19 +1,19 @@
 m4_define([webkit_major_version], [2])
 m4_define([webkit_minor_version], [3])
-m4_define([webkit_micro_version], [2])
+m4_define([webkit_micro_version], [3])
 
 # 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], [538])
-m4_define([webkit_user_agent_minor_version], [7])
+m4_define([webkit_user_agent_minor_version], [10])
 
 # 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], [21:0:21])
-m4_define([libjavascriptcoregtk_version], [16:1:16])
-m4_define([libwebkit2gtk_version], [31:0:6])
+m4_define([libwebkitgtk_version], [22:0:22])
+m4_define([libjavascriptcoregtk_version], [16:2:16])
+m4_define([libwebkit2gtk_version], [32:0:7])
 
 m4_define([gtk2_required_version], [2.24.10])
 m4_define([gtk3_required_version], [3.6.0])
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to