[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

xan at webkit.org xan at webkit.org
Thu Oct 29 20:52:02 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 2868ad6a49a2d2e42fdeda86f249a1eb80dd6153
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 26 13:25:11 2009 +0000

    2009-10-26  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            Update for 1.1.16 release.
    
            * configure.ac:
    
    WebKit/gtk:
    
    2009-10-26  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            Update for 1.1.16 release.
    
            * NEWS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50059 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index fe6e80a..41efe57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-26  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        Update for 1.1.16 release.
+
+        * configure.ac:
+
 2009-10-24  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
 
         Reviewed by Holger Freyther.
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 64097c6..0d24484 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-26  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        Update for 1.1.16 release.
+
+        * NEWS:
+
 2009-10-22  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by NOBODY (build fix).
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 8d0803c..b901f4b 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,28 @@
 =================
+WebKitGTK+ 1.1.16
+=================
+
+What's new in WebKitGTK+ 1.1.16?
+
+  - Add optional support to generate the gobject-introspection
+    gir/typelib files. Enable with --enable-introspection, it's off by
+    default.
+  - Add a new load status value, WEBKIT_LOAD_FAILED, emitted when
+    there's an error during the load process. This is the natural
+    companion to WEBKIT_LOAD_FINISHED, which is only emitted when the
+    load finished succesfuly.
+  - Ensure that keyboard events filtered by GtkIMContext still create
+    the proper DOM events.
+  - Many a11y improvements: caret browsing fixes, expose heading
+    levels, more accessible roles supported, more work in correctly
+    showing the element's ancestry list, improved support for lists,
+    etc.
+  - Many improvements to our media support.
+  - Add a new setting to control DOM pastes
+    (document.execCommand("Paste"))
+  - Many, many bugfixes all over the place.
+
+=================
 WebKitGTK+ 1.1.15
 =================
 
diff --git a/configure.ac b/configure.ac
index 1073324..b4230fb 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], [1])
-m4_define([webkit_micro_version], [15])
+m4_define([webkit_micro_version], [16])
 
 # 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#Libtool-versioning
-LIBWEBKITGTK_VERSION=13:0:11
+LIBWEBKITGTK_VERSION=14:0:12
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list