Title: [103048] trunk
Revision
103048
Author
carlo...@webkit.org
Date
2011-12-16 02:16:54 -0800 (Fri, 16 Dec 2011)

Log Message

[GTK] Update NEWS and configure.ac for 1.7.3 release
https://bugs.webkit.org/show_bug.cgi?id=74699

Reviewed by Philippe Normand.

.:

* configure.ac: Bumped version number.

Source/WebKit/gtk:

* NEWS: Added release notes for 1.7.3.

Modified Paths

Diff

Modified: trunk/ChangeLog (103047 => 103048)


--- trunk/ChangeLog	2011-12-16 10:05:08 UTC (rev 103047)
+++ trunk/ChangeLog	2011-12-16 10:16:54 UTC (rev 103048)
@@ -1,3 +1,12 @@
+2011-12-16  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Update NEWS and configure.ac for 1.7.3 release
+        https://bugs.webkit.org/show_bug.cgi?id=74699
+
+        Reviewed by Philippe Normand.
+
+        * configure.ac: Bumped version number.
+
 2011-12-15  Raphael Kubo da Costa  <k...@profusion.mobi>
 
         [CMake] Remove ENABLE_DATAGRID from the buildsystem.

Modified: trunk/Source/WebKit/gtk/ChangeLog (103047 => 103048)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-12-16 10:05:08 UTC (rev 103047)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-12-16 10:16:54 UTC (rev 103048)
@@ -1,3 +1,12 @@
+2011-12-16  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Update NEWS and configure.ac for 1.7.3 release
+        https://bugs.webkit.org/show_bug.cgi?id=74699
+
+        Reviewed by Philippe Normand.
+
+        * NEWS: Added release notes for 1.7.3.
+
 2011-12-14  Jing Zhao  <jingz...@chromium.org>
 
         Opening two popup menus by dispatchEvent() makes problems.

Modified: trunk/Source/WebKit/gtk/NEWS (103047 => 103048)


--- trunk/Source/WebKit/gtk/NEWS	2011-12-16 10:05:08 UTC (rev 103047)
+++ trunk/Source/WebKit/gtk/NEWS	2011-12-16 10:16:54 UTC (rev 103048)
@@ -1,4 +1,33 @@
 =================
+WebKitGTK+ 1.7.3
+=================
+
+What's new in WebKitGTK+ 1.7.3?
+
+  - WebGL is now enabled by default.
+  - Initial support for accelerated compositing has been added.
+  - Add fullscreen setting to WebKit2 GTK+ API.
+  - Fix regression of Push buttons that didn't expose their displayed
+    text/name to accessibility toolkit.
+  - Initial UI client implementation for WebKit2 GTK+ API.
+  - Implement HTML5 History APIs.
+  - Implement cookies management in WebKit2.
+  - Fix a crash when a download fails.
+  - Add support for _javascript_ dialogs in WebKit2 GTK+ API.
+  - Add 'enable-dns-prefetching' setting to WebKit2 GTK+ API.
+  - Initial support for WebAudio data playback.
+  - Add enable-webaudio setting.
+  - Links are now focused with Tab by default in WebKit2.
+  - Fix HTML5 Youtube video fullscreen button.
+  - Improve description of WebSocket errors.
+  - Add WebKitWindowProperties to WebKit2 GTK+ API.
+  - Fullscreen controller support for the new WebKit Fullscreen API.
+  - Add WebKitURIResponse to WebKit2 GTK+ API.
+  - Fix random crash in pages containing plugins.
+  - Fix loading of custom fonts in some web sites like surlybikes.com
+    or boingboing.net.
+
+=================
 WebKitGTK+ 1.7.2
 =================
 

Modified: trunk/configure.ac (103047 => 103048)


--- trunk/configure.ac	2011-12-16 10:05:08 UTC (rev 103047)
+++ trunk/configure.ac	2011-12-16 10:16:54 UTC (rev 103048)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [7])
-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], [535])
-m4_define([webkit_user_agent_minor_version], [10])
+m4_define([webkit_user_agent_minor_version], [14])
 
 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
@@ -35,7 +35,7 @@
 
 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=11:2:11
+LIBWEBKITGTK_VERSION=11:3:11
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to