Change logs for webkit source package in Lucid

  • webkit (1.2.7-0ubuntu0.10.04.1) lucid-security; urgency=low
    
      * SECURITY UPDATE: New upstream release to fix multiple security issues
        (LP: #814464)
        - CVE-2010-2901, CVE-2010-3812, CVE-2010-3813, CVE-2010-4040
        - CVE-2010-4197, CVE-2010-4198, CVE-2010-4199, CVE-2010-4204
        - CVE-2010-4206, CVE-2010-4492, CVE-2010-4493, CVE-2010-4577
        - CVE-2010-4578, CVE-2011-0482, CVE-2011-0778
      * Add patches from Debian for the following CVEs; Thanks to Michael Gilbert
        - CVE-2010-1824, CVE-2010-2646, CVE-2010-2651, CVE-2010-2900
        - CVE-2010-3120, CVE-2010-3254, CVE-2010-4042
      * Add patches from Debian to fix broken functionality and a crash; Thanks to
        Gustavo Noronha Silva
        - add debian/patches/07-fix-bad-merge-that-broke-gifs.patch
        - add debian/patches/08-fix-crash-for-big-shadowed-areas.patch
     -- Micah Gersten <email address hidden>   Fri, 22 Jul 2011 03:00:58 -0500
  • webkit (1.2.5-0ubuntu0.10.04.1) lucid-security; urgency=low
    
      * SECURITY UPDATE: Rebuilt new stable release 1.2.5 for lucid to fix
        multiple security issues. (LP: #660075)
         - CVE-2010-1386, CVE-2010-1392, CVE-2010-1405, CVE-2010-1407
         - CVE-2010-1412, CVE-2010-1416, CVE-2010-1417, CVE-2010-1418
         - CVE-2010-1419, CVE-2010-1421, CVE-2010-1422, CVE-2010-1501
         - CVE-2010-1664, CVE-2010-1665, CVE-2010-1758, CVE-2010-1759
         - CVE-2010-1760, CVE-2010-1761, CVE-2010-1762, CVE-2010-1767
         - CVE-2010-1770, CVE-2010-1771, CVE-2010-1772, CVE-2010-1773
         - CVE-2010-1774, CVE-2010-1780, CVE-2010-1781, CVE-2010-1782
         - CVE-2010-1783, CVE-2010-1784, CVE-2010-1785, CVE-2010-1786
         - CVE-2010-1787, CVE-2010-1788, CVE-2010-1790, CVE-2010-1792
         - CVE-2010-1793, CVE-2010-1807, CVE-2010-1812, CVE-2010-1814
         - CVE-2010-1815, CVE-2010-2264, CVE-2010-2647, CVE-2010-2648
         - CVE-2010-3113, CVE-2010-3114, CVE-2010-3115, CVE-2010-3116
         - CVE-2010-3248, CVE-2010-3257, CVE-2010-3259
      * debian/patches/ubuntu-gir-version.patch: removed for lucid
      * debian/control: add gir-repository-dev back to build-depends for lucid
     -- Marc Deslauriers <email address hidden>   Wed, 13 Oct 2010 13:39:02 -0400
  • webkit (1.2.0-1) unstable; urgency=low
    
      * New upstream release - this is the first release in the 1.2 stable
        branch
     -- Sebastien Bacher <email address hidden>   Thu,  08 Apr 2010 22:40:12 +0100
  • webkit (1.1.90-1) unstable; urgency=low
    
      * New upstream release
      - This marks the preparation for the 1.2 stable branch
      * debian/copyright:
      - updated with changes since 1.1.22
      * debian/libwebkit-1.0-2.symbols:
      - added new API introduced in 1.1.23
     -- Sebastien Bacher <email address hidden>   Fri,  19 Mar 2010 17:59:51 +0000
  • webkit (1.1.22-1) unstable; urgency=low
    
      * New upstream release
      - Fixes crash with unknown content types in data:// URIs
        (Closes: #563695)
      - Sends Accept header for sub resources, which makes a few sites become
        happy again (Closes: #563736)
      * debian/copyright:
      - updated with changes since 1.1.21
      * debian/control:
      - replace gobject-introspection-repository, to avoid failures on upgrade
        (Closes: #563312)
     -- Sebastien Bacher <email address hidden>   Mon,  01 Mar 2010 14:28:56 +0000
  • webkit (1.1.21-2) unstable; urgency=low
    
      * debian/control:
      - Build-Depend on soup 2.29.90; WebKitGTK+'s configure system checks for
        this version to enable cookie policy-related features, and we want
        those on for sure
      * Import patch from upstream to fix crash when returning to a cached page
        which has data: uris, and is in the page cache (Closes: #569950)
     -- Sebastien Bacher <email address hidden>   Tue,  16 Feb 2010 11:47:09 +0000
  • webkit (1.1.21-1) unstable; urgency=low
    
      * New upstream release
      - imported a number of fixes to the scrolling code that made navigating
        the history crashy with page cache enabled (Closes: #569072)
      * debian/copyright:
      - updated with changes since 1.1.20.
      * debian/libwebkit-1.0-2.symbols:
      - added a symbol that was added in 1.1.21.
     -- Sebastien Bacher <email address hidden>   Thu,  11 Feb 2010 10:18:40 +0000
  • webkit (1.1.20-1) unstable; urgency=low
    
      * New upstream release
      * debian/copyright:
      - Updated with changes since 1.1.19.
     -- Sebastien Bacher <email address hidden>   Fri,  05 Feb 2010 18:38:50 +0000
  • webkit (1.1.19-1) unstable; urgency=low
    
      * New upstream release
      - Fixes crashes related to clearing the clipboard, which many users were
        experiencing (Closes: #565166)
    
    webkit (1.1.18-2) unstable; urgency=low
    
      * debian/control:
      - build-depend on gobject-introspection >= 0.6.2, following what the
        configure script does (Closes: #564453)
     -- Sebastien Bacher <email address hidden>   Tue,  26 Jan 2010 19:57:17 +0000
  • webkit (1.1.18-1) unstable; urgency=low
    
      * New upstream release
      - adds basic Content-Encoding support, thanks to soup
        (Closes: #529271)
      - fixes over-advertising content types as supported by
        the media player (Closes: #559420)
      * debian/control:
      - updated libsoup build requirement (>= 2.28.2)
      * debian/libwebkit-1.0-2.symbols:
      - updated with new symbols
      * debian/copyright:
      - updated information since 1.1.17
      * Imported patch from https://bugs.webkit.org/show_bug.cgi?id=30623
      - I am shipping this patch because I believe it is correct, it is the
        way to go, it fixes a race, and it needs testing.
    
    webkit (1.1.17-2) unstable; urgency=low
    
      * debian/control:
      - bump Standards-Version to 3.8.3
      * debian/debian/gir1.0-webkit-1.0.install, debian/control,
        debian/rules, debian/libwebkit-dev.install:
      - add gir1.0-webkit-1.0 package, and enable introspection support
      - make libwebkit-dev Replace gir-repository-dev
     -- Sebastien Bacher <email address hidden>   Thu,  07 Jan 2010 18:05:06 +0000
  • webkit (1.1.17-1) unstable; urgency=low
    
      * New upstream release
      * debian/copyright:
      - updated with changes since 1.1.16
      * debian/libwebkit-1.0-2.symbols:
      - updated
     -- Sebastien Bacher <email address hidden>   Thu,  03 Dec 2009 22:23:35 +0000
  • webkit (1.1.16-3) unstable; urgency=low
    
      * Fix building on kfresbsd-amd64 (Closes: #554718)
        - Patch by Petr Salinger <email address hidden>
      * Fix tightened dependency
      * debian/rules:
      - remove rpath from GtkLauncher and DumpRenderTree
      * debian/control:
      - depend on chrpath for change above
    
    webkit (1.1.16-2) unstable; urgency=low
    
      * debian/control:
      - tighten libwebkit-dev dependency on the library
        (Closes: #554014)
    
    webkit (1.1.16-1) unstable; urgency=low
    
      * New upstream release
      * debian/copyright:
      - updated with the copyright changes since 1.1.15
      * debian/libwebkit-1.0-2.symbols:
      - updated with new symbols
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  23 Nov 2009 18:28:16 +0000
  • webkit (1.1.15.2-1) unstable; urgency=low
    
      * New upstream (semi-stable) release
      * Fix building on IA64 (Closes: #547797)
        Thanks to Colin Watson <email address hidden>
      * Fix building on alpha (Closes: #548499)
      * Fix building on amd64 FreeBSD
    
     -- Evan Dandrea <email address hidden>   Thu,  15 Oct 2009 11:10:33 +0100