[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

xan at webkit.org xan at webkit.org
Wed Dec 22 16:39:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d64803297398443ab3864e39e9e46bf45fc94b5e
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 29 22:45:57 2010 +0000

    2010-11-29  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * configure.ac: bump version for 1.3.7 release.
    
    WebKit/gtk:
    
    2010-11-29  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * NEWS: update for 1.3.7 release.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72836 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 706c2f7..f51a36e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-29  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac: bump version for 1.3.7 release.
+
 2010-11-28  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
 
         Reviewed by Antonio Gomes.
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 90aeaa4..ecdc6dd 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-29  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * NEWS: update for 1.3.7 release.
+
 2010-11-29  Carlos Garcia Campos  <cgarcia at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index ead8923..03db88b 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,21 @@
 ================
+WebKitGTK+ 1.3.7
+================
+
+What's new in WebKitGTK+ 1.3.7?
+
+  - Fix error pages template's not being filled properly.
+  - Fix context menu activation through keyboard.
+  - Add automatic garbage collection for most GObject DOM objects (all
+    those that are actually in the DOM tree). This gets rid of most of
+    the leaks when using the bindings.
+  - Add an Inspector API to inspect a DOM node.
+  - Tons of a11y bugfixes.
+  - Tons of fixes for the in-tree SoupCache, should work much better
+    now.
+  - Many other bugfixes.
+
+================
 WebKitGTK+ 1.3.6
 ================
 
diff --git a/configure.ac b/configure.ac
index cf7a67a..bb703b4 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], [6])
+m4_define([webkit_micro_version], [7])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -35,7 +35,7 @@ AC_CONFIG_SRCDIR([WebCore/config.h])
 
 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=3:1:3
+LIBWEBKITGTK_VERSION=4:0:4
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list