[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.2.2-27-g91dab87

Gustavo Noronha Silva gns at gnome.org
Thu Jul 15 21:13:40 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3055ea9f7f56ebdc393f0856711b0d4c138320f7
Author: Gustavo Noronha Silva <gns at gnome.org>
Date:   Thu Jul 15 17:46:15 2010 -0300

    Preparing the 1.2.3 release

diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 05c2405..9af13e0 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,24 @@
 ================
+WebKitGTK+ 1.2.3
+================
+
+What's new in WebKitGTK+ 1.2.3?
+
+  - New stable release, API and ABI compatible with previous 1.2.x
+    versions;
+  - Includes a fix to build WebKit with ICU 4.4.1
+  - The patches to fix the following CVEs are included, thanks to the
+    work done by Michael Gilbert <michael.s.gilbert at gmail.com> for the
+    Debian security team:
+
+      CVE-2010-1386 CVE-2010-1392 CVE-2010-1405 CVE-2010-1407
+      CVE-2010-1416 CVE-2010-1417 CVE-2010-1665 CVE-2010-1418
+      CVE-2010-1421 CVE-2010-1422 CVE-2010-1501 CVE-2010-1767
+      CVE-2010-1664 CVE-2010-1758 CVE-2010-1759 CVE-2010-1760
+      CVE-2010-1761 CVE-2010-1762 CVE-2010-1770 CVE-2010-1771
+      CVE-2010-1772 CVE-2010-1773 CVE-2010-1774
+
+================
 WebKitGTK+ 1.2.2
 ================
 
diff --git a/configure.ac b/configure.ac
index 6e94d79..60a3c47 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], [2])
-m4_define([webkit_micro_version], [2])
+m4_define([webkit_micro_version], [3])
 
 # 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=19:4:17
+LIBWEBKITGTK_VERSION=19:5:17
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list