[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

xan at webkit.org xan at webkit.org
Fri Feb 26 22:27:15 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit a2ab71f99d7b9712475d2a50953a050d614064a9
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 22 19:07:29 2010 +0000

    2010-02-22  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            Bump library versioning for 1.1.22 release.
    
            * configure.ac:
    
    WebKit/gtk:
    
    2010-02-22  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            Update for release.
    
            * NEWS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55092 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 2f6597b..f58d151 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-22  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        Bump library versioning for 1.1.22 release.
+
+        * configure.ac:
+
 2010-02-22  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index d2a6d7b..a4aa231 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-22  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        Update for release.
+
+        * NEWS:
+
 2010-02-22  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
         Reviewed by Xan Lopez.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 4e5bc2c..6e0309b 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,24 @@
 =================
+WebKitGTK+ 1.1.22
+=================
+
+What's new in WebKitGTK+ 1.1.22?
+
+  - Preliminary support for Java plugins. Basic functionality is
+    there, but there are still a few rough edges. Also newly
+    introduced is a new WebKitWebSetting, 'enable-java-applet', which
+    controls whether WebKit will recognize the non-standard <applet>
+    tag.
+  - Add WebKitWebSettings::auto-resize-window; when enabled, WebKit
+    will act upon the DOM methods that change the size and/or position
+    of the window containing a WebView (window.{moveTo, resizeTo,
+    moveBy, resizeBy}).
+  - Add WebKitWebSettings::enable-file-access-from-file-uris; when
+    enabled, each file:// URI will be assigned its own security
+    domain.
+  - Lots of bugfixes, especially in the PageCache support.
+
+=================
 WebKitGTK+ 1.1.21
 =================
 
diff --git a/configure.ac b/configure.ac
index fece05e..898e5db 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=17:1:15
+LIBWEBKITGTK_VERSION=18:0:16
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list