[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 13:36:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3c8481e11dc1dbcc8878618d894648abe6d4079c
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 21 13:10:32 2010 +0000

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

diff --git a/ChangeLog b/ChangeLog
index 8091d9d..8f9071b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-09-21  Xan Lopez  <xlopez at igalia.com>
 
+        Reviewed by Gustavo Noronha.
+
+        Update for 1.3.4 release.
+
+        * configure.ac:
+
+2010-09-21  Xan Lopez  <xlopez at igalia.com>
+
         Reviewed by Martin Robinson.
 
         [GTK] Configure flag for Opcode stats
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 16f4063..56eb6ae 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-21  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        Update for 1.3.4 release.
+
+        * NEWS:
+
 2010-09-17  Darin Adler  <darin at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 402c07c..8a55db3 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -4,13 +4,31 @@ WebKitGTK+ 1.3.4
 
 What's new in WebKitGTK+ 1.3.4?
 
-  - Fixes to compile with latest GTK+ changes.
   - File reader/writer APIs are now enabled.
   - The javascript JIT is now enabled by default on ARM.
   - Clipboard data is no longer lost when the process exists.
   - Image DnD support.
   - GSettings support to save/restore Web Inspector settings.
+  - Add WebSocket support, now enabled by default.
+  - Added WebKitWebView::frame-created signal, emitted when a frame
+    other than the main frame is created in a view.
+  - Added WebKitWebView::view-mode, holding information about how the
+    view is being presented. See the property documentation and
+    http://www.w3.org/TR/view-mode/ for details.
   - Fullscreen support for HTML5 media player.
+  - Identify as WebKit/Safari in Google domains when
+    enable-site-specific-quirks is activated. Otherwise we'll get a
+    degraded user experience due to their poor UA detection
+    algorihtms.
+  - Added simple media playback options in the context menu for the
+    media elements.
+  - Update (and require) to work with gobjet-introspection 0.9.5.
+  - Updated to work with GTK+ 3.x 2.90.7 when in GTK+ 3.x mode.
+  - Require libsoup 2.30.0 or newer.
+  - Make --disable-jit actually work.
+  - Add --enable-opcode-stats configure flag. When enabled, statistics
+    about opcode generation will be printed by JSC.
+  - Many a11y fixes, particularly in the AtkText interface.
   - Many other bugfixes.
 
 ================
diff --git a/configure.ac b/configure.ac
index f310a98..29ba3ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,8 +34,8 @@ AC_SUBST(WEBKIT_USER_AGENT_MINOR_VERSION)
 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=1:0:1
+dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
+LIBWEBKITGTK_VERSION=2:0:2
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list