[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

kov at webkit.org kov at webkit.org
Thu Feb 4 21:37:20 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b9e2b0f9217fe3d0c46492394a557d793fcbc933
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 2 23:37:50 2010 +0000

    2010-02-02  Gustavo Noronha Silva  <gns at gnome.org>
    
            Reviewed by Xan Lopez.
    
    	Bump version, and adjust library versioning for 1.1.20.
    
            * configure.ac:
    
    WebKit/gtk
    
    2010-02-02  Gustavo Noronha Silva  <gns at gnome.org>
    
            Reviewed by Xan Lopez.
    
            Changes in 1.1.20, and documentation control files update.
    
            * NEWS:
            * docs/webkitgtk-docs.sgml:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54260 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 358e597..5cc6c04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-02  Gustavo Noronha Silva  <gns at gnome.org>
+
+        Reviewed by Xan Lopez.
+
+        Bump version, and adjust library versioning for 1.1.20.
+
+        * configure.ac:
+
 2010-01-29  Jeremy Orlow  <jorlow at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index ba3893c..92de7e4 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-02  Gustavo Noronha Silva  <gns at gnome.org>
+
+        Reviewed by Xan Lopez.
+
+        Changes in 1.1.20, and documentation control files update.
+
+        * NEWS:
+        * docs/webkitgtk-docs.sgml:
+
 2010-02-02  Martin Robinson  <martin.james.robinson at gmail.com>
 
         Reviewed by Gustavo Noronha Silva.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 18b5e3c..807fca4 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,18 @@
 =================
+WebKitGTK+ 1.1.20
+=================
+
+What's new in WebKitGTK+ 1.1.20?
+
+  - Fixes to the HTML5 Media Player infrastructure to satisfy sites
+    that require cookies, and Referer to be sent; this makes
+    WebKitGTK+ able to support the new HTML5 support added to Youtube,
+    and Vimeo, for instance.
+  - Windowless plugin support is finally here, making it possible to
+    get plugins to behave on various web pages.
+  - The usual stream of fixes, and improvements
+
+=================
 WebKitGTK+ 1.1.19
 =================
 
diff --git a/WebKit/gtk/docs/webkitgtk-docs.sgml b/WebKit/gtk/docs/webkitgtk-docs.sgml
index d61a4fd..77f3482 100644
--- a/WebKit/gtk/docs/webkitgtk-docs.sgml
+++ b/WebKit/gtk/docs/webkitgtk-docs.sgml
@@ -100,4 +100,7 @@
   <index id="index-1.1.18" role="1.1.18">
     <title>Index of new symbols in 1.1.18</title>
   </index>
+  <index id="index-1.1.20" role="1.1.20">
+    <title>Index of new symbols in 1.1.20</title>
+  </index>
 </book>
diff --git a/configure.ac b/configure.ac
index 3ca4743..082486b 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], [19])
+m4_define([webkit_micro_version], [20])
 
 # 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=16:1:14
+LIBWEBKITGTK_VERSION=17:0:15
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list