Title: [164213] releases/WebKitGTK/webkit-2.4
Revision
164213
Author
[email protected]
Date
2014-02-17 02:54:24 -0800 (Mon, 17 Feb 2014)

Log Message

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

.:

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

Source/WebKit/gtk:

* NEWS: Added release notes for 2.3.90.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/ChangeLog (164212 => 164213)


--- releases/WebKitGTK/webkit-2.4/ChangeLog	2014-02-17 10:51:53 UTC (rev 164212)
+++ releases/WebKitGTK/webkit-2.4/ChangeLog	2014-02-17 10:54:24 UTC (rev 164213)
@@ -1,3 +1,9 @@
+2014-02-17  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.3.90 release.
+
+        * Source/autotools/Versions.m4: Bump version numbers.
+
 2014-02-12  Ryan Lortie  <[email protected]>
 
         'ar T' is not portable and breaks the build on FreeBSD

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit/gtk/ChangeLog (164212 => 164213)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit/gtk/ChangeLog	2014-02-17 10:51:53 UTC (rev 164212)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit/gtk/ChangeLog	2014-02-17 10:54:24 UTC (rev 164213)
@@ -1,3 +1,9 @@
+2014-02-17  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.3.90 release.
+
+        * NEWS: Added release notes for 2.3.90.
+
 2014-02-10  Carlos Garcia Campos  <[email protected]>
 
         [GLIB] Add GUniqueOutPtr and use it instead of GOwnPtr

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit/gtk/NEWS (164212 => 164213)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit/gtk/NEWS	2014-02-17 10:51:53 UTC (rev 164212)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit/gtk/NEWS	2014-02-17 10:54:24 UTC (rev 164213)
@@ -1,4 +1,20 @@
 =================
+WebKitGTK+ 2.3.90
+=================
+
+What's new in WebKitGTK+ 2.3.90?
+
+  - Add initial touch support to WebKit2.
+  - Add API to create a WebKitWebView related to another one to share
+    the same Web Process.
+  - Create the inspector view using the same web process as the
+    inspected page.
+  - Fix wrong mix of fcntl commands and flags in WebKit2.
+  - Fix marshaller used in WebKitWebPage::document-loaded signal.
+  - Fix a crash in GStreamer media backend when playback rate is too high.
+  - Fix the build on FreeBSD.
+
+=================
 WebKitGTK+  2.3.5
 =================
 

Modified: releases/WebKitGTK/webkit-2.4/Source/autotools/Versions.m4 (164212 => 164213)


--- releases/WebKitGTK/webkit-2.4/Source/autotools/Versions.m4	2014-02-17 10:51:53 UTC (rev 164212)
+++ releases/WebKitGTK/webkit-2.4/Source/autotools/Versions.m4	2014-02-17 10:54:24 UTC (rev 164213)
@@ -1,6 +1,6 @@
 m4_define([webkit_major_version], [2])
 m4_define([webkit_minor_version], [3])
-m4_define([webkit_micro_version], [5])
+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) ...
@@ -11,9 +11,9 @@
 
 # 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], [22:2:22])
-m4_define([libjavascriptcoregtk_version], [16:4:16])
-m4_define([libwebkit2gtk_version], [34:0:9])
+m4_define([libwebkitgtk_version], [22:3:22])
+m4_define([libjavascriptcoregtk_version], [16:5:16])
+m4_define([libwebkit2gtk_version], [35:0:10])
 
 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