[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

xan at webkit.org xan at webkit.org
Thu Apr 8 00:54:30 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit cda0290685747ddf9d8c27f532c1cc328374d45b
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 5 15:53:07 2010 +0000

    2010-01-05  Xan Lopez  <xlopez at igalia.com>
    
            Bump for 1.1.18 release.
    
            * configure.ac:
    
    WebKit/gtk:
    
    2010-01-05  Xan Lopez  <xlopez at igalia.com>
    
            Update for 1.1.18 release.
    
            * NEWS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index aab4d0c..dd62727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-05  Xan Lopez  <xlopez at igalia.com>
+
+        Bump for 1.1.18 release.
+
+        * configure.ac:
+
 2010-01-04  Gustavo Noronha Silva  <gns at gnome.org>
 
         Fix JSCore-1.0.gir path to fix make distcheck.
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 796ba8f..402fb81 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-05  Xan Lopez  <xlopez at igalia.com>
+
+        Update for 1.1.18 release.
+
+        * NEWS:
+
 2010-01-04  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index f40390e..3ca1d12 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,38 @@
 =================
+WebKitGTK+ 1.1.18
+=================
+
+What's new in WebKitGTK+ 1.1.18?
+
+  - Add methods to set and get a cache model in WebKitGTK+. We offer
+    two possibilites: document viewer (no caches are used) and browser
+    (similar to the previous defaults).
+  - Add WebKitWebSettings::enable-page-cache. Controls whether the
+    Page Cache is enabled or not. For details about what the page
+    cache is and does see
+    http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
+    The page cache is disabled by default, since the gtk+ port still
+    presents some small bugs when it's enabled.
+  - Add WebKitWebSettings::enable-site-specific-quirks. Controls
+    whether a series of page-specific workarounds are used by WebKit.
+  - Use Content-Encoding support available in libsoup 2.28.2 and
+    newer.
+  - Add WebKitWebSettings::enable-default-context-menu. Controls
+    whether webkitgtk+ will show a default context menu on right click
+    in the view. Note that even with the property set to FALSE right
+    clicks can be handled by the page, either by actions or by
+    ad-hoc in-page context menus.
+  - Make the WebKitWebView::icon-loaded signal carry a string with the
+    favicon's URI. This is an API break, but the signal already had a
+    broken signature and was useless anyway, so it's extremely
+    unlikely that anybody was using it. Also, add the 'icon-uri'
+    property to the view, holding the URI for its current favicon.
+  - Respect Content-Disposition header in downloads (fixes downloads
+    in gmail).
+  - Various accessibility improvements.
+  - Many bugfixes.
+
+=================
 WebKitGTK+ 1.1.17
 =================
 
diff --git a/configure.ac b/configure.ac
index 0fc904f..a42a111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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#Libtool-versioning
-LIBWEBKITGTK_VERSION=15:0:13
+LIBWEBKITGTK_VERSION=16:0:14
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list