Change logs for webkit source package in Quantal

  • webkit (1.10.2-0ubuntu0.12.10.1) quantal-security; urgency=low
    
      * New upstream stable release
        - see LP: #1089754 for USN information
      * Drop patch included in new upstream version
        - drop debian/patches/03_a11y_infinite_recursion.patch
        - update debian/patches/series
    
      * Changes backported from raring to support this new version; Thanks
        to Iain Lane for the changes in raring
        + Remove make versioned BD as the library has now been split up which means
          that we don't produce archives over 4G any more.
        + Fix symbol files
        + Explicitly BD on libxcomposite-dev and libxdamage-dev. These were pulled
          in implicitly before, but the build system checks for them directly.
     -- Micah Gersten <email address hidden>   Wed, 12 Dec 2012 21:54:24 -0600
  • webkit (1.10.0-0ubuntu1.1) quantal-proposed; urgency=low
    
      * Disable JIT (--disable-jit) on armel/armhf, as there is a segfault in this
        code on pages that use javascript (the Ubuntu slideshow for example). (LP:
        #1066046)
     -- Iain Lane <email address hidden>   Tue, 30 Oct 2012 13:28:53 +0000
  • webkit (1.10.0-0ubuntu1) quantal-proposed; urgency=low
    
      [ Sebastian Bacher ]
      * New upstream version (lp: #1011473)
      * debian/control:
        - build-depends on libgudev-1.0-dev and ruby1.9.1
        - updated libsoup requirement
      * debian/libwebkit*.symbols:
        - updated for the new version
    
      [ Iain Lane ]
      * Replace -g with -gstabs to try and make archives under 4gb
      * Update symbols files to include new C++ symbols
      * debian/rules
        - Pass -Wl,--reduce-memory-overheads again, for arm.
        - Disable the webkit2 build explicitly (the default changed, this is the
          same as we had before).
      * Version make BD so that we get a version with fixed argument length
        limitations.
      * debian/patches/03_a11y_infinite_recursion.patch: Add new upstream patch
        (r129246) to fix an infinite recursion error in
        WebCore::AXObjectCache::getOrCreate.
     -- Iain Lane <email address hidden>   Tue, 02 Oct 2012 11:29:09 +0100
  • webkit (1.9.2-1ubuntu4) quantal-proposed; urgency=low
    
      * fix LP: #1028486 - libwebkitgtk-3.0-0 recommending universe codecs;
        revert the last change and switch the Recommends on gst codecs to a
        Suggests as this is a more upstreamable diff; Since this library can be
        used for anything from simple HTML rendering to a full fledged browser
        engine, we don't want to pull in all of the gst codecs at this level
        - update debian/control
     -- Micah Gersten <email address hidden>   Tue, 24 Jul 2012 10:03:22 -0500
  • webkit (1.9.2-1ubuntu3) quantal-proposed; urgency=low
    
      * debian/control: don't recommends universe gstreamer codecs
     -- Sebastien Bacher <email address hidden>   Fri, 20 Jul 2012 18:35:43 +0200
  • webkit (1.9.2-1ubuntu2) quantal; urgency=low
    
      * debian/rules: use -Wl,--reduce-memory-overheads as well to see if it
        helps armel to build without hitting the buildds inactivity timeouts.
     -- Sebastien Bacher <email address hidden>   Thu, 19 Jul 2012 16:44:13 +0200
  • webkit (1.9.2-1ubuntu1) quantal-proposed; urgency=low
    
      * New upstream version (lp: #1011473)
      * symbols:
        - updated to fix some mismatches
    
    webkit (1.9.2-1) experimental; urgency=low
    
      * New development release
      * debian/patches/10_kfreebsd_support.patch:
      - removed; applied upstream
      * debian/rules:
      - disable AR_FLAGS space optimization for now, since linking two libtool
        convenience libraries seems to break that
      * debian/*.symbols:
      - updated with symbols of the new version
    
    webkit (1.8.1-2) unstable; urgency=low
    
      [ Michael Biebl ]
      * debian/rules:
      - Use set -e in for loops to fail early
      - Standardize on $(shell ) for shell invocation and only add
        -Wl,--no-keep-memory for 32 bits architectures
      - Disable debugging symbols completely for architectures for
        which we were using -gstabs before, since they keep hitting
        memory limits on the buildds
    
      [ Jeremy Bicha ]
      * debian/rules:
      - Remove duplicate LDFLAGS when running configure
      * debian/watch:
      - Look for tar.xz files from now on
    
    webkit (1.8.1-1) unstable; urgency=low
    
      * New upstream release
      * debian/patches/10_kfreebsd_support.patch:
      - Patch by Steven Chamberlain <email address hidden> to fix the
        build for kFreeBSD (Closes: #669308)
    
    webkit (1.8.0-2) unstable; urgency=low
    
      * Upload to unstable
    
    webkit (1.8.0-1) experimental; urgency=low
    
      * New stable release
      * debian/control:
      - move libwebkit-dev to oldlibs
      * debian/*.symbols:
      - updated with symbols additions
    
    webkit (1.7.92-1) experimental; urgency=low
    
      * New development release
      * debian/control:
      - wrapped Build-Dependencies
      * debian/rules:
      - pass --no-keep-memory to the linker, to make build less likely
        to fail with an OOM
      * debian/*.symbols:
      - updated with new symbols
    
    webkit (1.7.91-1) experimental; urgency=low
    
      * New development release
      * debian/patches/05_sparc-needs-alignment.patch:
      - removed; applied upstream
      * debian/libwebkitgtk*.symbols:
      - added DRT optional symbols that are different on i386/powerpc
      * debian/control:
      - replace dh_clean -k call with dh_prep
      - bump Build-Depends on debhelper, for dh_prep
      - bump Dependency on libsoup to for the -dev packages to match the
        Build-Dependency
      - Recommend gstreamer packages required to play most formats
        with <video> and <audio>
      * debian/rules:
      - disable parallel builds to work-around the racy problems
        we have seen in the wild
    
    webkit (1.7.90+svn20120304-1) experimental; urgency=low
    
      * New development release
      * debian/patches/01_double-conversion.patch,
        debian/patches/03_fix-documentation-build.patch,
        debian/patches/04_hurd-fix.patch:
      - removed; applied upstream
      * debian/*.symbols:
      - updated
      * Merged changes done in 1.6.3-2
      * debian/control:
      - Put all gir1.2-* packages into the introspection section.
    
    webkit (1.7.5-1) experimental; urgency=low
    
      * New development release
      * debian/patches/03_fix-documentation-build.patch:
      - refreshed, with changes from upstream
      * debian/patches/04_hurd-fix.patch:
      - refreshed;
      * Merged changes done in 1.6.3-1
      * debian/*.symbols:
      - updated symbols file with ABI changes
    
    webkit (1.7.4-1) experimental; urgency=low
    
      * New development release
      * debian/patches/01_double-conversion.patch:
      - refreshed; partially applied upstream
      * debian/patches/03_freebsd-fix.patch,
        debian/patches/04_pkgconfig-fix.patch:
      - removed; applied upstream
      * debian/patches/03_fix-documentation-build.patch:
      - added; fix building docs for the GTK+ 2 library
      * debian/control:
      - update build-dependency for libsoup2.4-dev to 2.37.4
      - add libgl1-mesa-dev as a B-D, since we now build with
        WebGL enabled by default
      * debian/rules:
      - adapted doc installation to the new system
      * debian/*.install:
      - include directory got renamed webkit->webkitgtk
      * debian/libwebkit*.symbols:
      - updated
    
    webkit (1.6.3-2) unstable; urgency=low
    
      * debian/patches/05_sparc-needs-alignment.patch:
      - patch by Jurij Smakov <email address hidden> to fix JSC for SPARC
        (Closes: #651934)
    
    webkit (1.6.3-1) unstable; urgency=low
    
      * debian/patches/04_pkgconfig-fix.patch:
      - removed; applied in this upstream version
      * debian/rules:
      - move -Wl,--no-relax to LD_FLAGS, when building on alpha, and add
        LDFLAGS as a parameter (part of #648761)
      * debian/patches/01_double-conversion.patch:
      - add CPU(ALPHA) to the list of cpus that pass the test
        (Closes: #648761)
      * debian/patches/04_hurd-fix.patch:
      - patch by Pino Toscano <email address hidden> to fix FTBFS on Hurd
        (Closes: #649192)
      * debian/rules:
      - accepted patch by Moritz Muehlenhoff <email address hidden> to use
        dpkg-buildflags for cflags/cppflags/ldflags (Closes: #659391)
      * debian/control:
      - add Conflicts and Replaces combo on libjavascriptcoregtk-1.0-dev also
        for libwebkit-dev << 1.5.0 (Closes: #657408)
    
    webkit (1.6.3-1) unstable; urgency=low
    
      * debian/patches/04_pkgconfig-fix.patch:
      - removed; applied in this upstream version
      * debian/rules:
      - move -Wl,--no-relax to LD_FLAGS, when building on alpha, and add
        LDFLAGS as a parameter (part of #648761)
      * debian/patches/01_double-conversion.patch:
      - add CPU(ALPHA) to the list of cpus that pass the test
        (Closes: #648761)
      * debian/patches/04_hurd-fix.patch:
      - patch by Pino Toscano <email address hidden> to fix FTBFS on Hurd
        (Closes: #649192)
      * debian/rules:
      - accepted patch by Moritz Muehlenhoff <email address hidden> to use
        dpkg-buildflags for cflags/cppflags/ldflags (Closes: #659391)
      * debian/control:
      - add Conflicts and Replaces combo on libjavascriptcoregtk-1.0-dev also
        for libwebkit-dev << 1.5.0 (Closes: #657408)
     -- Sebastien Bacher <email address hidden>   Wed, 18 Jul 2012 10:39:05 +0200
  • webkit (1.8.0-0ubuntu2) precise; urgency=low
    
      * debian/libwebkitgtk-1.0-0.symbols:
      * debian/libwebkitgtk-3.0-0.symbols:
        - Update symbols
     -- Robert Ancell <email address hidden>   Fri, 30 Mar 2012 10:31:41 +1100