From: xan@webkit.org Date: Mon, 28 Jun 2010 20:01:11 +0000 (+0000) Subject: 2010-06-28 Xan Lopez X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=ebc52990e7111713beb30768d66d979a37b97248 2010-06-28 Xan Lopez Reviewed by Gustavo Noronha. Bump version to 1.3.2. * configure.ac: WebKit/gtk: 2010-06-28 Xan Lopez Reviewed by Gustavo Noronha. Update for 1.3.2. * NEWS: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62027 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/ChangeLog b/ChangeLog index 4f4f63c..0594042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2010-06-28 Xan Lopez + Reviewed by Gustavo Noronha. + + Bump version to 1.3.2. + + * configure.ac: + +2010-06-28 Xan Lopez + Rubber-stamped by Gustavo Noronha. Bump gobject-introspection required version to 0.6.15, since we diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog index 96af8ca..e935f84 100644 --- a/WebKit/gtk/ChangeLog +++ b/WebKit/gtk/ChangeLog @@ -2,6 +2,14 @@ Reviewed by Gustavo Noronha. + Update for 1.3.2. + + * NEWS: + +2010-06-28 Xan Lopez + + Reviewed by Gustavo Noronha. + [GTK] Does not compile with -DGSEAL_ENABLE https://bugs.webkit.org/show_bug.cgi?id=37851 diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS index fc87b35..eb6d8cc 100644 --- a/WebKit/gtk/NEWS +++ b/WebKit/gtk/NEWS @@ -1,4 +1,31 @@ ================ +WebKitGTK+ 1.3.2 +================ + +What's new in WebKitGTK+ 1.3.2? + +*** This release is an ABI break *** + +The library has been renamed to libwebkitgtk, so you'll need to +recompile your applications when upgrading to 1.3.2. + + - Add support for GTK+ 3.x. A new configure flag, --with-gtk, has + been added, which allows to control which GTK+ version you want to + build against. The default value is '2.0', for GTK+ 2.x + support. With '3.0' the library will be compiled against GTK+ 3.x + (2.90.4 or newer required). In the 3.x mode the .pc file has been + renamed from webkit-X.X.pc to webkitgtk-X.X.pc, so you'll need to + update your autotools setup accordingly. + - Many fixes for the DOM bindings, including support to dispatch + events to any Node through webkit_event_target_dispatch_event. + - Added a 'inner-node' property to WebKitHitTestResult, carrying the + DOM node where the hit test happened. + - Many DnD fixes, including a fix for the infamous hang-of-death + while dragging the mouse. + - Support for . + - Many other bugfixes. + +================ WebKitGTK+ 1.3.1 ================ diff --git a/configure.ac b/configure.ac index f2f0dcc..525db16 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59) m4_define([webkit_major_version], [1]) m4_define([webkit_minor_version], [3]) -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) ...