[ubuntu/utopic-proposed] ghostscript 9.14~dfsg-0ubuntu1 (Accepted)

Till Kamppeter till.kamppeter at gmail.com
Fri May 2 16:32:16 UTC 2014


ghostscript (9.14~dfsg-0ubuntu1) utopic; urgency=medium

  * New upstream release
     - Ghostscript 9.14
     - pdfwrite now uses the same color management engine as Ghostscript
       rendering devices (by default LCMS2). This provides much better
       control over color conversion and color management generally, but
       will result in some small color differences when compared to the
       old system.
       It is no longer necessary to specify UseCIEColor (and we very much
       encourage you not to do this) or the ProcessColorModel if you want
       to convert a PDF file to a specific color space, simply set the
       ColorConversionStrategy appropriately.
       We do not expect any major problems to arise with this new code,
       but for the duration of this release a new switch -dPDFUseOldCMS
       is available which will restore the old color management. See:
       Color Conversion and Management
       Please note that due to constraints of the PDF/A-1 specification,
       the new color management does not yet apply when producing PDF/A
       files.
     - A new device 'eps2write' has been added which allows for the
       creation of EPS files using the ps2write device instead of the old
       (deprecated and removed) pswrite device. This produces
       considerably better quality EPS files than the old epswrite device
       which is now also deprecated and will be removed in a future
       release.
     - ps2write now has a feature to allow customisation of the output
       for specific devices. Please see PSDocOptions and PSPageOptions
       described in ps2ps2.htm Additional Distiller Params
     - Ghostscript now reduces memory usage when processing PDF files
       that use transparency and output is to display devices such as
       Windows display or x11 (i.e. devices that are strictly full
       framebuffer devices), and to high level vector devices that cannot
       reproduce the PDF transparency model, such as the ps2write device
       or pdfwrite when 'flattening' to PDF 1.3 or earlier
       (-dCompatibilityLevel=1.3). This uses banding (clist) files to
       render the transparent areas in bands to reduce memory use, and
       unlike the existing page level banding, this is hidden from the
       target device.
     - Ghostscript can now collect information for pages in temp files
       (in Ghostscript's clist format), then render and output pages for
       the job in arbitrary order, including normal, reverse, odd, even,
       or any order or subset of the pages. This is controlled with the
       --saved-page=___ option. (Note that this only applies to rendering
       devices, and not high level devices such as pdfwrite and
       ps2write.) See: Deferred Page Rendering
     - The Ghostscript device architecture has been extended so that,
       when rendering bands into multiple threads, it is now possible to
       perform post-processing in multiple threads, such as downscale,
       post-render halftoning, or compression. Previously, post
       processing was only possible in the single main thread. This can
       improve performance significantly.
     - Ghostscript has a new "pwgraster" output device for PWG Raster
       output
     - The CUPS device now has improved support for PPD-less printing
     - Plus the usual round of bug fixes, compatibility changes, and
       incremental improvements.
  * debian/patches/020140502-0ccf329-fix-fpng-device-build-handle-shared-zlib.patch:
    Fix fpng device build handle for shared zlib (Upstream bug #695113).
  * debian/patches/020130903-5ae4180-ps-interpreter-dont-interpolate-imagemask-data-for-high-level-devices.patch,
    debian/patches/020131023-ad3e3ed-handle-type-0-font-in-annotation.patch,
    debian/patches/020131127-87a7fd8-cups-pwg-raster-output-ppd-less-support.patch,
    debian/patches/020131218-5ddd13e-ps2write-dont-emit-a-page-size-change-if-the-last-request-failed.patch,
    debian/patches/020131219-d997bc4-pwgraster-output-device.patch,
    debian/patches/020140313-095ae57-ps2write-fix-missing-beginresource-comment-for-fontfile-objects.patch,
    debian/patches/020140313-5d6b18a-set-correct-portrait-landscape-orientation-on-pcl-5ce.patch,
    debian/patches/020140313-6498483-ps2write-fix-a-dsc-comment.patch,
    debian/patches/020140428-f4584b0-skip-unsupported-font-files.patch:
    Removed patches backported from upstream.
  * debian/patches/020140324-b780ff0-protection-against-pxl-segfault-with-image-data-without-colorspace-info.patch,
    debian/patches/020140331-4b44b41-pxlcolor-support-jpeg-in-output.patch,
    debian/patches/020140331-41ab485-pxl-transform-deep-images-with-icc-transform-to-emit-high-level-images.patch,
    debian/patches/1002_pxl-make-dicctransform-default.patch: Refreshed with
    quilt.
  * debian/symbols.common: Updated for new upstream source. Applied patch
    which dpkg-gensymbols generated for debian/libgs9.symbols to this file.

Date: Fri,  2 May 2014 15:48:44 +0200
Changed-By: Till Kamppeter <till.kamppeter at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/ghostscript/9.14~dfsg-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri,  2 May 2014 15:48:44 +0200
Source: ghostscript
Binary: ghostscript ghostscript-x ghostscript-doc libgs9 libgs9-common libgs-dev ghostscript-dbg
Architecture: source
Version: 9.14~dfsg-0ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Till Kamppeter <till.kamppeter at gmail.com>
Description: 
 ghostscript - interpreter for the PostScript language and for PDF
 ghostscript-dbg - interpreter for the PostScript language and for PDF - Debug symbo
 ghostscript-doc - interpreter for the PostScript language and for PDF - Documentati
 ghostscript-x - interpreter for the PostScript language and for PDF - X11 support
 libgs-dev  - interpreter for the PostScript language and for PDF - Development
 libgs9     - interpreter for the PostScript language and for PDF - Library
 libgs9-common - interpreter for the PostScript language and for PDF - common file
Changes: 
 ghostscript (9.14~dfsg-0ubuntu1) utopic; urgency=medium
 .
   * New upstream release
      - Ghostscript 9.14
      - pdfwrite now uses the same color management engine as Ghostscript
        rendering devices (by default LCMS2). This provides much better
        control over color conversion and color management generally, but
        will result in some small color differences when compared to the
        old system.
        It is no longer necessary to specify UseCIEColor (and we very much
        encourage you not to do this) or the ProcessColorModel if you want
        to convert a PDF file to a specific color space, simply set the
        ColorConversionStrategy appropriately.
        We do not expect any major problems to arise with this new code,
        but for the duration of this release a new switch -dPDFUseOldCMS
        is available which will restore the old color management. See:
        Color Conversion and Management
        Please note that due to constraints of the PDF/A-1 specification,
        the new color management does not yet apply when producing PDF/A
        files.
      - A new device 'eps2write' has been added which allows for the
        creation of EPS files using the ps2write device instead of the old
        (deprecated and removed) pswrite device. This produces
        considerably better quality EPS files than the old epswrite device
        which is now also deprecated and will be removed in a future
        release.
      - ps2write now has a feature to allow customisation of the output
        for specific devices. Please see PSDocOptions and PSPageOptions
        described in ps2ps2.htm Additional Distiller Params
      - Ghostscript now reduces memory usage when processing PDF files
        that use transparency and output is to display devices such as
        Windows display or x11 (i.e. devices that are strictly full
        framebuffer devices), and to high level vector devices that cannot
        reproduce the PDF transparency model, such as the ps2write device
        or pdfwrite when 'flattening' to PDF 1.3 or earlier
        (-dCompatibilityLevel=1.3). This uses banding (clist) files to
        render the transparent areas in bands to reduce memory use, and
        unlike the existing page level banding, this is hidden from the
        target device.
      - Ghostscript can now collect information for pages in temp files
        (in Ghostscript's clist format), then render and output pages for
        the job in arbitrary order, including normal, reverse, odd, even,
        or any order or subset of the pages. This is controlled with the
        --saved-page=___ option. (Note that this only applies to rendering
        devices, and not high level devices such as pdfwrite and
        ps2write.) See: Deferred Page Rendering
      - The Ghostscript device architecture has been extended so that,
        when rendering bands into multiple threads, it is now possible to
        perform post-processing in multiple threads, such as downscale,
        post-render halftoning, or compression. Previously, post
        processing was only possible in the single main thread. This can
        improve performance significantly.
      - Ghostscript has a new "pwgraster" output device for PWG Raster
        output
      - The CUPS device now has improved support for PPD-less printing
      - Plus the usual round of bug fixes, compatibility changes, and
        incremental improvements.
   * debian/patches/020140502-0ccf329-fix-fpng-device-build-handle-shared-zlib.patch:
     Fix fpng device build handle for shared zlib (Upstream bug #695113).
   * debian/patches/020130903-5ae4180-ps-interpreter-dont-interpolate-imagemask-data-for-high-level-devices.patch,
     debian/patches/020131023-ad3e3ed-handle-type-0-font-in-annotation.patch,
     debian/patches/020131127-87a7fd8-cups-pwg-raster-output-ppd-less-support.patch,
     debian/patches/020131218-5ddd13e-ps2write-dont-emit-a-page-size-change-if-the-last-request-failed.patch,
     debian/patches/020131219-d997bc4-pwgraster-output-device.patch,
     debian/patches/020140313-095ae57-ps2write-fix-missing-beginresource-comment-for-fontfile-objects.patch,
     debian/patches/020140313-5d6b18a-set-correct-portrait-landscape-orientation-on-pcl-5ce.patch,
     debian/patches/020140313-6498483-ps2write-fix-a-dsc-comment.patch,
     debian/patches/020140428-f4584b0-skip-unsupported-font-files.patch:
     Removed patches backported from upstream.
   * debian/patches/020140324-b780ff0-protection-against-pxl-segfault-with-image-data-without-colorspace-info.patch,
     debian/patches/020140331-4b44b41-pxlcolor-support-jpeg-in-output.patch,
     debian/patches/020140331-41ab485-pxl-transform-deep-images-with-icc-transform-to-emit-high-level-images.patch,
     debian/patches/1002_pxl-make-dicctransform-default.patch: Refreshed with
     quilt.
   * debian/symbols.common: Updated for new upstream source. Applied patch
     which dpkg-gensymbols generated for debian/libgs9.symbols to this file.
Checksums-Sha1: 
 826b8a65d8c4a9878d78e0508fe7cedc16281bb0 2233 ghostscript_9.14~dfsg-0ubuntu1.dsc
 e76906edfb1d9888755974afba60e39ecac3d073 17078876 ghostscript_9.14~dfsg.orig.tar.bz2
 1628959bc3393e701cf004c9167281b14429e790 102248 ghostscript_9.14~dfsg-0ubuntu1.debian.tar.xz
Checksums-Sha256: 
 efb3139ac7ab18b249f4ef3b197387727cfa1b084f22ce91ec44364f7e673805 2233 ghostscript_9.14~dfsg-0ubuntu1.dsc
 eb618f5f00adf4a40b3c695169888e72f495abb957f3778ad1ec1bca9a0166fb 17078876 ghostscript_9.14~dfsg.orig.tar.bz2
 c1a8650190926639498a6dd6eaf34869e95ed00cc6b8f2763aa9b14f6e0e7338 102248 ghostscript_9.14~dfsg-0ubuntu1.debian.tar.xz
Files: 
 86bfecb23c8c22ad96b117b352e3c12b 2233 text optional ghostscript_9.14~dfsg-0ubuntu1.dsc
 b535db5ae6db395434983043cbed3c79 17078876 text optional ghostscript_9.14~dfsg.orig.tar.bz2
 9aa8714ffa01695d8f6254a37a21551c 102248 text optional ghostscript_9.14~dfsg-0ubuntu1.debian.tar.xz
Original-Maintainer: Debian Printing Team <debian-printing at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlNjyDoACgkQTuVatl/cKElfRQCfZeyKMh245fu+2MDdMOrWzwPS
1RsAn0RBQ+HP+Z5At/DHZ4zVLUx5Lg6K
=kB6h
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list