Title: [158189] trunk
- Revision
- 158189
- Author
- [email protected]
- Date
- 2013-10-29 03:12:32 -0700 (Tue, 29 Oct 2013)
Log Message
Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
.:
* Source/autotools/Versions.m4: Bump version numbers.
Source/WebKit/gtk:
* NEWS: Added release notes for 2.3.1.
Modified Paths
Diff
Modified: trunk/ChangeLog (158188 => 158189)
--- trunk/ChangeLog 2013-10-29 09:56:36 UTC (rev 158188)
+++ trunk/ChangeLog 2013-10-29 10:12:32 UTC (rev 158189)
@@ -1,3 +1,9 @@
+2013-10-29 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
+
+ * Source/autotools/Versions.m4: Bump version numbers.
+
2013-10-24 Ryuan Choi <[email protected]>
[EFL] Build break with latest EFL 1.8 libraries.
Modified: trunk/Source/WebKit/gtk/ChangeLog (158188 => 158189)
--- trunk/Source/WebKit/gtk/ChangeLog 2013-10-29 09:56:36 UTC (rev 158188)
+++ trunk/Source/WebKit/gtk/ChangeLog 2013-10-29 10:12:32 UTC (rev 158189)
@@ -1,3 +1,9 @@
+2013-10-29 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
+
+ * NEWS: Added release notes for 2.3.1.
+
2013-10-28 Bastien Nocera <[email protected]>
Name all the GLib timeout sources
Modified: trunk/Source/WebKit/gtk/NEWS (158188 => 158189)
--- trunk/Source/WebKit/gtk/NEWS 2013-10-29 09:56:36 UTC (rev 158188)
+++ trunk/Source/WebKit/gtk/NEWS 2013-10-29 10:12:32 UTC (rev 158189)
@@ -1,4 +1,27 @@
=================
+WebKitGTK+ 2.3.1
+=================
+
+What's new in WebKitGTK+ 2.3.1?
+
+ - Add WebKit2 API for TLS errors.
+ - Make EventTarget interface introspectable in GObject DOM bindings.
+ - Expose WheelEvent in the GObject DOM bindings API.
+ - Generate API documentation for GObject DOM bindings.
+ - Respect image orientation by default.
+ - Enable text edition undo/redo operations support in WebKit2.
+ - Add suppport for blob URLs to GStreamer media backend.
+ - Add support for subtitles.
+ - Allow running the web process with an arbitrary prefix command in
+ debug builds.
+ - Expose image links properly to accessibility.
+ - Expose title and alternative text for links in image maps to
+ accessibility.
+ - Cancel the current active WebKitAuthenticationRequest on load
+ fail.
+ - Fix several memory leaks.
+
+=================
WebKitGTK+ 2.1.4
=================
Modified: trunk/Source/autotools/Versions.m4 (158188 => 158189)
--- trunk/Source/autotools/Versions.m4 2013-10-29 09:56:36 UTC (rev 158188)
+++ trunk/Source/autotools/Versions.m4 2013-10-29 10:12:32 UTC (rev 158189)
@@ -1,19 +1,19 @@
m4_define([webkit_major_version], [2])
m4_define([webkit_minor_version], [3])
-m4_define([webkit_micro_version], [0])
+m4_define([webkit_micro_version], [1])
# 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], [1])
+m4_define([webkit_user_agent_minor_version], [4])
# 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:3:19])
-m4_define([libjavascriptcoregtk_version], [15:0:15])
-m4_define([libwebkit2gtk_version], [27:0:2])
+m4_define([libwebkitgtk_version], [20:0:20])
+m4_define([libjavascriptcoregtk_version], [16:0:16])
+m4_define([libwebkit2gtk_version], [30:0:5])
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