[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kov at webkit.org kov at webkit.org
Wed Dec 22 12:51:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1547de1beffdb7e673e04ede99e9eaa579928901
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 31 19:39:24 2010 +0000

    2010-08-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
    
            Reviewed by Martin Robinson.
    
            Preparations for the 1.3.4 release. Bump webkit version to 543.7,
            as well.
    
            * configure.ac:
    
    WebKit/gtk
    
    2010-08-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
    
            Reviewed by Martin Robinson.
    
            Preparations for the 1.3.4 release.
    
            * NEWS:
            * docs/webkitgtk-docs.sgml:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66522 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index b3c97ea..06d4b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Reviewed by Martin Robinson.
+
+        Preparations for the 1.3.4 release. Bump webkit version to 543.7,
+        as well.
+
+        * configure.ac:
+
 2010-08-30  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
 
         Reviewed by Adam Barth.
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 0d1b55a..45755fb 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,5 +1,14 @@
 2010-08-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
+        Reviewed by Martin Robinson.
+
+        Preparations for the 1.3.4 release.
+
+        * NEWS:
+        * docs/webkitgtk-docs.sgml:
+
+2010-08-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
         Unreviewed. Minor documentation typo fix.
 
         * webkit/webkitwebview.cpp:
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index b99e2a1..402c07c 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,19 @@
 ================
+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.
+  - Fullscreen support for HTML5 media player.
+  - Many other bugfixes.
+
+================
 WebKitGTK+ 1.3.3
 ================
 
diff --git a/WebKit/gtk/docs/webkitgtk-docs.sgml b/WebKit/gtk/docs/webkitgtk-docs.sgml
index c6539af..0852c7d 100644
--- a/WebKit/gtk/docs/webkitgtk-docs.sgml
+++ b/WebKit/gtk/docs/webkitgtk-docs.sgml
@@ -114,4 +114,13 @@
   <index id="index-1.3.1" role="1.3.1">
     <title>Index of new symbols in 1.3.1</title>
   </index>
+  <index id="index-1.3.2" role="1.3.2">
+    <title>Index of new symbols in 1.3.2</title>
+  </index>
+  <index id="index-1.3.3" role="1.3.3">
+    <title>Index of new symbols in 1.3.3</title>
+  </index>
+  <index id="index-1.3.4" role="1.3.4">
+    <title>Index of new symbols in 1.3.4</title>
+  </index>
 </book>
diff --git a/configure.ac b/configure.ac
index bc30d54..64908a2 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], [3])
+m4_define([webkit_micro_version], [4])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
 #
 # Sourced from WebCore/Configurations/Version.xcconfig
-m4_define([webkit_user_agent_major_version], [531])
-m4_define([webkit_user_agent_minor_version], [2])
+m4_define([webkit_user_agent_major_version], [534])
+m4_define([webkit_user_agent_minor_version], [7])
 
 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
@@ -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=0:1:0
+LIBWEBKITGTK_VERSION=1:0:1
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list