[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

xan at webkit.org xan at webkit.org
Mon Dec 27 16:31:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b850df841eca076a4eca94ce43e9de27479e51e0
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 22:22:20 2010 +0000

    2010-12-22  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            * configure.ac: bump version to 1.3.9.
    
    WebKit/gtk:
    
    2010-12-22  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            * NEWS: update for 1.3.9 release.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74505 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 9f90b0e..1b4a58d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
         Reviewed by Gustavo Noronha.
 
+        * configure.ac: bump version to 1.3.9.
+
+2010-12-22  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
         [GTK] Compilation fixes with GTK+ 2.91.7
         https://bugs.webkit.org/show_bug.cgi?id=51487
 
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 1393c2a..59f09af 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-22  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        * NEWS: update for 1.3.9 release.
+
 2010-12-20  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
         Reviewed by Xan Lopez.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 5b60b27..0c744a5 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,12 @@
 ================
+WebKitGTK+ 1.3.9
+================
+
+What's new in WebKitGTK+ 1.3.9?
+
+  - Compilation fixes for the final GTK+ 2.91.7 release.
+
+================
 WebKitGTK+ 1.3.8
 ================
 
diff --git a/configure.ac b/configure.ac
index 81d0b67..9a45d0c 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], [8])
+m4_define([webkit_micro_version], [9])
 
 # 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=5:0:5
+LIBWEBKITGTK_VERSION=5:1: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