[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 15:34:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2c8b9e232c6435228f86c2d3826e0b1d7f9b5608
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 15:50:27 2010 +0000

    2010-11-08  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            Update version numbers for release.
    
            * configure.ac:
    
    WebKit/gtk:
    
    2010-11-08  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * NEWS: update for release.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71524 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index a5e2350..3c7d099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-08  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        Update version numbers for release.
+
+        * configure.ac:
+
 2010-11-04  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
 
         Reviewed by Adam Barth.
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 9765c39..56d66a3 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-08  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * NEWS: update for release.
+
 2010-11-08  Csaba Osztrogonac  <ossy at webkit.org>
 
         Unreviewed, rolling out r71466.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index ed4cd81..ead8923 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,13 @@
 ================
+WebKitGTK+ 1.3.6
+================
+
+What's new in WebKitGTK+ 1.3.6?
+
+  - Update to compile with GTK+ 3.x 2.91.4.
+  - Many, many other bugfixes.
+
+================
 WebKitGTK+ 1.3.5
 ================
 
diff --git a/configure.ac b/configure.ac
index 67bab9f..5ee1c1c 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], [3])
-m4_define([webkit_micro_version], [5])
+m4_define([webkit_micro_version], [6])
 
 # 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
-LIBWEBKITGTK_VERSION=3:0:3
+LIBWEBKITGTK_VERSION=3:1:3
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list