[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

alex at webkit.org alex at webkit.org
Mon Feb 21 00:40:49 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 5e8960ff0d59256c96a3f0b822416e8bb2579ff9
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 2 21:49:53 2011 +0000

    2011-02-02  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Martin Robinson.
    
            Update the NEWS file in preparation for the 1.3.11 release.
    
            * NEWS: Update the NEWS.
    
    2011-02-02  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Martin Robinson.
    
            Bump the WebKitGTK+ versions in preparation for development release.
    
            * configure.ac: Bump the library, libtool and user agent version.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77414 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index f421134..d027d3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-02-02  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        Bump the WebKitGTK+ versions in preparation for development release.
+
+        * configure.ac: Bump the library, libtool and user agent version.
+
 2011-02-02  Steve Lacey  <sjl at chromium.org>
 
         Reviewed by Eric Carlson.
diff --git a/Source/WebKit/gtk/ChangeLog b/Source/WebKit/gtk/ChangeLog
index d32ca2d..4f46ae6 100644
--- a/Source/WebKit/gtk/ChangeLog
+++ b/Source/WebKit/gtk/ChangeLog
@@ -1,3 +1,11 @@
+2011-02-02  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        Update the NEWS file in preparation for the 1.3.11 release.
+
+        * NEWS: Update the NEWS.
+
 2011-02-02  Dan Winship  <danw at gnome.org>
 
         Reviewed by Martin Robinson.
diff --git a/Source/WebKit/gtk/NEWS b/Source/WebKit/gtk/NEWS
index cf77371..8d6e88e 100644
--- a/Source/WebKit/gtk/NEWS
+++ b/Source/WebKit/gtk/NEWS
@@ -1,4 +1,17 @@
 =================
+WebKitGTK+ 1.3.11
+=================
+
+What's new in WebKitGTK+ 1.3.11?
+
+  - Add a beginDragWithFiles implementation for the GTK+ event sender.
+  - ResourceHandleSoup do not wait for streams to close to issue
+    didFinishLoading.
+  - Move the request/cache code to libsoup.
+  - A11y bugfixes.
+  - Many other bugfixes.
+
+=================
 WebKitGTK+ 1.3.10
 =================
 
diff --git a/configure.ac b/configure.ac
index 591d8c3..18f52a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,14 +2,14 @@ AC_PREREQ(2.59)
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [3])
-m4_define([webkit_micro_version], [10])
+m4_define([webkit_micro_version], [11])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
 #
 # Sourced from Source/WebCore/Configurations/Version.xcconfig
 m4_define([webkit_user_agent_major_version], [534])
-m4_define([webkit_user_agent_minor_version], [16])
+m4_define([webkit_user_agent_minor_version], [17])
 
 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
@@ -35,7 +35,7 @@ AC_CONFIG_SRCDIR([Source/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=5:2:5
+LIBWEBKITGTK_VERSION=5:3:5
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list