Title: [100898] trunk
Revision
100898
Author
carlo...@webkit.org
Date
2011-11-21 04:14:09 -0800 (Mon, 21 Nov 2011)

Log Message

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

Reviewed by Xan Lopez.

.:

* configure.ac: Bumped version number.

Source/WebKit/gtk:

* NEWS: Added release notes for 1.7.2.

Modified Paths

Diff

Modified: trunk/ChangeLog (100897 => 100898)


--- trunk/ChangeLog	2011-11-21 12:02:30 UTC (rev 100897)
+++ trunk/ChangeLog	2011-11-21 12:14:09 UTC (rev 100898)
@@ -1,3 +1,12 @@
+2011-11-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Update NEWS and configure.ac for 1.7.2 release
+        https://bugs.webkit.org/show_bug.cgi?id=72868
+
+        Reviewed by Xan Lopez.
+
+        * configure.ac: Bumped version number.
+
 2011-11-19  Kevin Ollivier  <kev...@theolliviers.com>
 
         [wx] Build fix after GeneratedImage refactoring.

Modified: trunk/Source/WebKit/gtk/ChangeLog (100897 => 100898)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-11-21 12:02:30 UTC (rev 100897)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-11-21 12:14:09 UTC (rev 100898)
@@ -1,3 +1,12 @@
+2011-11-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Update NEWS and configure.ac for 1.7.2 release
+        https://bugs.webkit.org/show_bug.cgi?id=72868
+
+        Reviewed by Xan Lopez.
+
+        * NEWS: Added release notes for 1.7.2.
+
 2011-10-17  Antonio Gomes  <ago...@rim.com>
 
         Pass a Frame* parameter in EditorClient::respondToChangedSelection

Modified: trunk/Source/WebKit/gtk/NEWS (100897 => 100898)


--- trunk/Source/WebKit/gtk/NEWS	2011-11-21 12:02:30 UTC (rev 100897)
+++ trunk/Source/WebKit/gtk/NEWS	2011-11-21 12:14:09 UTC (rev 100898)
@@ -1,4 +1,39 @@
 =================
+WebKitGTK+ 1.7.2
+=================
+
+What's new in WebKitGTK+ 1.7.2?
+
+  - Fix process freeze when right-clicking on windowless Flash.
+  - Performance improvements by avoiding unnecessary clips while
+    painting.
+  - Notify errors happening on downloads not started by a web view.
+  - Allow building with GLib >= 2.31.
+  - Significant _javascript_ performance improvements on x86 and x86-64.
+  - Fix application cache directory in WebKit2.
+  - Add initial support for cookies in WebKit2.
+  - Implement support for downloads in WebKit2.
+  - Add methods to load HTML and plain text to WebKit2 GTK+ API.
+  - Add webkit_web_view_get_uri() to WebKit2 GTK+ API.
+  - Don't show items in option elements with display:none.
+  - Add webkit_web_view_load_request() to WebKit2 GTK+ API.
+  - Add support for WebAudio AudioFileReader.
+  - Port MiniBrowser to use WebKit2 GTK+ API instead of the C API.
+  - Add more settings to WebKitSettings in WebKit2 GTK+ API: Private
+    browsing, developer extras, resizable text areas, tabs to links,
+    caret mode, font settings, default charset.
+  - Fix windowless plugins drawing in WebKit2.
+  - Fix memory leak when fullscreening a video.
+  - Remove visited links from page's page group when clearing back
+    forward list.
+  - Switch to a backing store approach for painting WebKitWebView. It
+    improves scrolling performance.
+  - Add methods to get/set the settings of a web view to WebKit2 GTK+
+    API.
+  - Add webkit_settings_new_with_settings() to WebKit2 GTK+ API.
+  - Add title property to WebKitWebView in WebKit2 GTK+ API.
+
+=================
 WebKitGTK+ 1.7.1
 =================
 

Modified: trunk/configure.ac (100897 => 100898)


--- trunk/configure.ac	2011-11-21 12:02:30 UTC (rev 100897)
+++ trunk/configure.ac	2011-11-21 12:14:09 UTC (rev 100898)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [1])
+m4_define([webkit_micro_version], [2])
 
 # 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], [7])
+m4_define([webkit_user_agent_minor_version], [10])
 
 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:1:11
+LIBWEBKITGTK_VERSION=11:2: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