Title: [98500] trunk
- Revision
- 98500
- Author
- [email protected]
- Date
- 2011-10-26 10:54:00 -0700 (Wed, 26 Oct 2011)
Log Message
2011-10-26 Alejandro G. Castro <[email protected]>
[GTK] Update NEWS and configure.ac for 1.7.1 release
https://bugs.webkit.org/show_bug.cgi?id=70932
Reviewed by Martin Robinson.
* configure.ac: Bumped version number.
2011-10-26 Carlos Garcia Campos <[email protected]>
[GTK] Update NEWS and configure.ac for 1.7.1 release
https://bugs.webkit.org/show_bug.cgi?id=70932
Reviewed by Martin Robinson.
* NEWS: Added release notes.
Modified Paths
Diff
Modified: trunk/ChangeLog (98499 => 98500)
--- trunk/ChangeLog 2011-10-26 17:53:52 UTC (rev 98499)
+++ trunk/ChangeLog 2011-10-26 17:54:00 UTC (rev 98500)
@@ -1,5 +1,14 @@
2011-10-26 Alejandro G. Castro <[email protected]>
+ [GTK] Update NEWS and configure.ac for 1.7.1 release
+ https://bugs.webkit.org/show_bug.cgi?id=70932
+
+ Reviewed by Martin Robinson.
+
+ * configure.ac: Bumped version number.
+
+2011-10-26 Alejandro G. Castro <[email protected]>
+
[GTK] [WK2] Add WebKit2 distcheck support
https://bugs.webkit.org/show_bug.cgi?id=70933
Modified: trunk/Source/WebKit/gtk/ChangeLog (98499 => 98500)
--- trunk/Source/WebKit/gtk/ChangeLog 2011-10-26 17:53:52 UTC (rev 98499)
+++ trunk/Source/WebKit/gtk/ChangeLog 2011-10-26 17:54:00 UTC (rev 98500)
@@ -1,3 +1,12 @@
+2011-10-26 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Update NEWS and configure.ac for 1.7.1 release
+ https://bugs.webkit.org/show_bug.cgi?id=70932
+
+ Reviewed by Martin Robinson.
+
+ * NEWS: Added release notes.
+
2011-10-26 Alejandro G. Castro <[email protected]>
[GTK] Fix distcheck compilation
Modified: trunk/Source/WebKit/gtk/NEWS (98499 => 98500)
--- trunk/Source/WebKit/gtk/NEWS 2011-10-26 17:53:52 UTC (rev 98499)
+++ trunk/Source/WebKit/gtk/NEWS 2011-10-26 17:54:00 UTC (rev 98500)
@@ -1,4 +1,45 @@
=================
+WebKitGTK+ 1.7.1
+=================
+
+What's new in WebKitGTK+ 1.7.1?
+
+ - Fix a problem with scroll adjustments tha made scrollbars become
+ out of sync with the page contents.
+ - Show title of option control items in a tooltip.
+ - Improve scrolling performance for pages containing windowed
+ plugins.
+ - Use GtkGrid instead of GtkTable in authentication dialogs.
+ - Fix compatibility issues with DOM bindings.
+ - Fix video pause/play in fullscreen.
+ - Add support for pseudo-italics on freetype fonts when italic font
+ is requested but Fontconfig gives one that is neither oblique
+ nor italic.
+ - Fix test rendering issues due to custom fonts which use synthetic
+ oblique rendering.
+ - Support for client-based geolocation.
+ - Add support for sending encoded blob data during network requests.
+ - Use SOCK_SEQPACKET when available for sockets used to communicate
+ processes in WebKit2.
+ - Add gtk-doc support to generate WebKit2 GTK+ API documentation.
+ - Implement default error pages in WebKit2.
+ - Initial implementation of WebInspector for WebKit2.
+ - Implement drag and drop support in WebKit2.
+ - TextChecker implementation for WebKit2.
+ - Initial implementation of back forward list for WebKit2 GTK+ API.
+ - Initial implementation of view settings for WebKit2 GTK+ API.
+ - Initial implementation of loader client for WebKit2 GTK+ API.
+ - Implement cache model for WebKit2
+ - Initial implementation of web context for WebKit2 GTK+ API.
+ - Add methods to get/set a custom text enconding to WebKit2 GTK+
+ API.
+ - Add WebKitError to WebKit2 GTK+ API.
+
+This is the first release providing a minimal working WebKit2 GTK+
+API. This API is still under design and development, so use it
+carefully and take into account that it might change.
+
+=================
WebKitGTK+ 1.5.90
=================
Modified: trunk/configure.ac (98499 => 98500)
--- trunk/configure.ac 2011-10-26 17:53:52 UTC (rev 98499)
+++ trunk/configure.ac 2011-10-26 17:54:00 UTC (rev 98500)
@@ -2,14 +2,14 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [7])
-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], [535])
-m4_define([webkit_user_agent_minor_version], [4])
+m4_define([webkit_user_agent_minor_version], [7])
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:0:11
+LIBWEBKITGTK_VERSION=11:1:11
AC_SUBST([LIBWEBKITGTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes