[ubuntu/quantal] ghostscript 9.06~dfsg-0ubuntu1 (Accepted)
Till Kamppeter
till.kamppeter at gmail.com
Wed Aug 8 15:50:29 UTC 2012
ghostscript (9.06~dfsg-0ubuntu1) quantal; urgency=low
* New upstream release
- Ghostscript 9.06 final release
- PDF/A-2 - pdfwrite now supports the creation of PDF/A-2 files. The
'PDFA' command line switch can now take a numeric parameter:
0 = not PDF/A compliant
1 = PDF/A-1b compliant
2 = PDF/A-2b compliant
Simply specifying "-dPDFA" continues to have the old behaviour of
creating PDF/A-1b files. For PDF/A-2 the command line should include
"-dPDFA=2".
- pdfwrite "Server mode" - pdfwrite can now be run in "server mode" which
allows the device to be closed without closing the interpreter. This
means it is no longer necessary to terminate GS before starting a new
PDF conversion. This leads on to:
- pdfwrite now supports the "%d" format in the OutputFile switch. If this
is set then pdfwrite will output each page of input to an individual
file.
- ps2write - recent exposure to a range of PostScript devices has thrown
up some interesting deficiencies in those devices. ps2write now emits
PostScript in slightly different ways in order to produce output on a
wider variety of devices. In some cases this also results in improved
print times but it is still important to set the resolution
appropriately for the output device, especially if the input contains
transparency.
- Ghostscript can now use output intents defined in PDFs by using the
"-dUsePDFX3Profile" command line option. See ICC Color Parameters for
details.
- tiffsep/tiffsep1: support for large numbers of separations improved.
The previous implementation of those devices utilised a "compressed
color encoding" to represent the tints for all the plates in one 64 bit
value. As the number of plates increased, fewer bits were available for
the tint for each plate, ultimately resulting in an "unencodable pixels"
error. These revisions remove the reliance on the compressed color
encoding, thus ensuring that we have a consistent color bit depth,
regardless of the number of plates, and ensuring the "unencodable
pixels" error will never occur.
- Also as a result of these changes, there are substantial performance
improvements in jobs with separations and transparency.
- tiffsep, psdcmyk and psdrgb now support the "downscaler" functionality.
This brings the "tiffscaled" style functionality to the DeviceN output
devices, so jobs can be rendered internally in contone and at a high
resolution, and the output optionally downsampled by a level specified
by "-dDownScaleFactor=n", and also optionally error diffused to 1bpp
output.
- clist storage, for rendering pages in bands, is now a run-time option:
-sBandListStorage={file|memory}.
- Plus the usual round of bug fixes, compatibility changes, and
incremental improvements.
- Using built-in libopenjpeg with security fixes for CVE-2009-5030,
CVE-2012-1499, and CVE-2012-3358.
* debian/rules: Updated DEB_UPSTREAM_TARBALL_MD5
* debian/symbols.common: Updated for new upstream source. Applied patch
which dpkg-gensymbols generated for debian/libgs9.symbols to this file.
Date: Wed, 08 Aug 2012 17:02:27 +0200
Changed-By: Till Kamppeter <till.kamppeter at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/ghostscript/9.06~dfsg-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 08 Aug 2012 17:02:27 +0200
Source: ghostscript
Binary: ghostscript ghostscript-cups ghostscript-x ghostscript-doc libgs9 libgs9-common libgs-dev ghostscript-dbg
Architecture: source
Version: 9.06~dfsg-0ubuntu1
Distribution: quantal
Urgency: low
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-cups - interpreter for the PostScript language and for PDF - CUPS filter
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.06~dfsg-0ubuntu1) quantal; urgency=low
.
* New upstream release
- Ghostscript 9.06 final release
- PDF/A-2 - pdfwrite now supports the creation of PDF/A-2 files. The
'PDFA' command line switch can now take a numeric parameter:
0 = not PDF/A compliant
1 = PDF/A-1b compliant
2 = PDF/A-2b compliant
Simply specifying "-dPDFA" continues to have the old behaviour of
creating PDF/A-1b files. For PDF/A-2 the command line should include
"-dPDFA=2".
- pdfwrite "Server mode" - pdfwrite can now be run in "server mode" which
allows the device to be closed without closing the interpreter. This
means it is no longer necessary to terminate GS before starting a new
PDF conversion. This leads on to:
- pdfwrite now supports the "%d" format in the OutputFile switch. If this
is set then pdfwrite will output each page of input to an individual
file.
- ps2write - recent exposure to a range of PostScript devices has thrown
up some interesting deficiencies in those devices. ps2write now emits
PostScript in slightly different ways in order to produce output on a
wider variety of devices. In some cases this also results in improved
print times but it is still important to set the resolution
appropriately for the output device, especially if the input contains
transparency.
- Ghostscript can now use output intents defined in PDFs by using the
"-dUsePDFX3Profile" command line option. See ICC Color Parameters for
details.
- tiffsep/tiffsep1: support for large numbers of separations improved.
The previous implementation of those devices utilised a "compressed
color encoding" to represent the tints for all the plates in one 64 bit
value. As the number of plates increased, fewer bits were available for
the tint for each plate, ultimately resulting in an "unencodable pixels"
error. These revisions remove the reliance on the compressed color
encoding, thus ensuring that we have a consistent color bit depth,
regardless of the number of plates, and ensuring the "unencodable
pixels" error will never occur.
- Also as a result of these changes, there are substantial performance
improvements in jobs with separations and transparency.
- tiffsep, psdcmyk and psdrgb now support the "downscaler" functionality.
This brings the "tiffscaled" style functionality to the DeviceN output
devices, so jobs can be rendered internally in contone and at a high
resolution, and the output optionally downsampled by a level specified
by "-dDownScaleFactor=n", and also optionally error diffused to 1bpp
output.
- clist storage, for rendering pages in bands, is now a run-time option:
-sBandListStorage={file|memory}.
- Plus the usual round of bug fixes, compatibility changes, and
incremental improvements.
- Using built-in libopenjpeg with security fixes for CVE-2009-5030,
CVE-2012-1499, and CVE-2012-3358.
* debian/rules: Updated DEB_UPSTREAM_TARBALL_MD5
* debian/symbols.common: Updated for new upstream source. Applied patch
which dpkg-gensymbols generated for debian/libgs9.symbols to this file.
Checksums-Sha1:
aa84901e6da9bf132d6b9a8a97bf80b3c0df7b64 2241 ghostscript_9.06~dfsg-0ubuntu1.dsc
fb9cf4a4b3d36c21e0d39effd580871ac392f80e 16376091 ghostscript_9.06~dfsg.orig.tar.bz2
e866bb3667dc4b7cf05cb45f5f96b9d235ffb9c5 124644 ghostscript_9.06~dfsg-0ubuntu1.debian.tar.gz
Checksums-Sha256:
ac8e4e650ba22c6f5a6a1022879a8bd8cb0ca610df254fa815b0b6bc80548724 2241 ghostscript_9.06~dfsg-0ubuntu1.dsc
4bed33b047d8feb0236205ab5fd5fbabeec661d95ffcfb87620237cd620203e7 16376091 ghostscript_9.06~dfsg.orig.tar.bz2
8f5c9c9672e4edf1e9342e81ee06e4083cff5b887a2b51dab686496f6d66112b 124644 ghostscript_9.06~dfsg-0ubuntu1.debian.tar.gz
Files:
62265b921f19620b50afa100d91729d5 2241 text optional ghostscript_9.06~dfsg-0ubuntu1.dsc
cd3f4265ac84c73bdb458e5fd5d5580d 16376091 text optional ghostscript_9.06~dfsg.orig.tar.bz2
a4bd079a66d7cb622c21bec935429599 124644 text optional ghostscript_9.06~dfsg-0ubuntu1.debian.tar.gz
Original-Maintainer: Debian Printing Team <debian-printing at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAlAiig0ACgkQTuVatl/cKEnafgCggj27jiyTpF6RVUOa2NQhaltt
6yUAn2i1q2gg7FoXj7c/hlZ8AcPbP2cc
=3A/C
-----END PGP SIGNATURE-----
More information about the Quantal-changes
mailing list