Title: [106793] trunk
- Revision
- 106793
- Author
- carlo...@webkit.org
- Date
- 2012-02-06 02:26:05 -0800 (Mon, 06 Feb 2012)
Log Message
[GTK] Update NEWS and configure.ac for 1.7.5 release
https://bugs.webkit.org/show_bug.cgi?id=77859
Reviewed by Philippe Normand.
.:
* configure.ac: Bumped version number.
Source/WebKit/gtk:
* NEWS: Added release notes for 1.7.5.
Modified Paths
Diff
Modified: trunk/ChangeLog (106792 => 106793)
--- trunk/ChangeLog 2012-02-06 10:18:57 UTC (rev 106792)
+++ trunk/ChangeLog 2012-02-06 10:26:05 UTC (rev 106793)
@@ -1,3 +1,12 @@
+2012-02-06 Carlos Garcia Campos <cgar...@igalia.com>
+
+ [GTK] Update NEWS and configure.ac for 1.7.5 release
+ https://bugs.webkit.org/show_bug.cgi?id=77859
+
+ Reviewed by Philippe Normand.
+
+ * configure.ac: Bumped version number.
+
2012-02-05 ChangSeok Oh <shivami...@gmail.com>
[EFL] Enable WebGL with glx backend
Modified: trunk/Source/WebKit/gtk/ChangeLog (106792 => 106793)
--- trunk/Source/WebKit/gtk/ChangeLog 2012-02-06 10:18:57 UTC (rev 106792)
+++ trunk/Source/WebKit/gtk/ChangeLog 2012-02-06 10:26:05 UTC (rev 106793)
@@ -1,5 +1,14 @@
2012-02-06 Carlos Garcia Campos <cgar...@igalia.com>
+ [GTK] Update NEWS and configure.ac for 1.7.5 release
+ https://bugs.webkit.org/show_bug.cgi?id=77859
+
+ Reviewed by Philippe Normand.
+
+ * NEWS: Added release notes for 1.7.5.
+
+2012-02-06 Carlos Garcia Campos <cgar...@igalia.com>
+
[GTK] Fix several gtkdoc-fixxref warnings
https://bugs.webkit.org/show_bug.cgi?id=77613
Modified: trunk/Source/WebKit/gtk/NEWS (106792 => 106793)
--- trunk/Source/WebKit/gtk/NEWS 2012-02-06 10:18:57 UTC (rev 106792)
+++ trunk/Source/WebKit/gtk/NEWS 2012-02-06 10:26:05 UTC (rev 106793)
@@ -1,4 +1,34 @@
=================
+WebKitGTK+ 1.7.5
+=================
+
+What's new in WebKitGTK+ 1.7.5?
+
+ - Add new signals to track resources loading.
+ - Add --no-timeout command line option to DumpRenderTree.
+ - Expose accessibility hierarchy in WebKit2 to ATK/AT-SPI based ATs.
+ - Allow to build using extra jhbuild modulesets.
+ - Fix emission of ATK text-caret-moved and text-selection-changed
+ events.
+ - Update primary clipboard with the current selection in X11
+ platforms in WebKit2.
+ - Implement the policy client in WebKit2 GTK+ API.
+ - Add basic printing support to WebKit2.
+ - Do not add unnecessary blanks at the end of a line of text to fix.
+ the line returned by atk_text_get_text_at_offset().
+ - Make sure input text field is repainted when value is changed.
+ - Add print-backgrounds setting to WebKit2 GTK+ API.
+ - Respect the has-backward-stepper and has-forward-stepper
+ properties when drawing scrollbars.
+ - WebKit-3.0.gir now includes information about C includes or
+ exported packages.
+ - WebKit1 API documentation was not generated when building with
+ gtk-2.0.
+ - Make WebKitWebView work inside a GtkOffscreenWindow.
+ - Implement DownloadClient and add downloads API to WebKit2 GTK+
+ API.
+
+=================
WebKitGTK+ 1.7.4
=================
Modified: trunk/configure.ac (106792 => 106793)
--- trunk/configure.ac 2012-02-06 10:18:57 UTC (rev 106792)
+++ trunk/configure.ac 2012-02-06 10:26:05 UTC (rev 106793)
@@ -2,14 +2,14 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [4])
+m4_define([webkit_micro_version], [5])
# 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], [18])
+m4_define([webkit_user_agent_minor_version], [20])
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:4:11
+LIBWEBKITGTK_VERSION=12:0:12
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