Revisions of qpdf

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 619138 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 36)
- Update to version 8.1.0
  Usability improvements:
  * When splitting files, qpdf detects fonts and images that the
    document metadata claims are referenced from a page but are
    not actually referenced and omits them from the output file.
  * When merging multiple PDF files, qpdf no longer leaves all
    the files open.
  * The --rotate option's syntax has been extended to make the
    page range optional. If you specify --rotate=angle without
    specifying a page range, the rotation will be applied to
    all pages.
  * When merging multiple files, the --verbose option now prints
    information about each file as it operates on that file.
  * When the --progress option is specified, qpdf will print a
    running indicator of its best guess at how far through the
    writing process it is. 
  Bug fixes:
  
  * Properly decrypt files that use revision 3 of the standard
    security handler but use 40 bit keys 
    (even though revision 3 supports 128-bit keys).
  * Limit depth of nested data structures to prevent crashes
    from certain types of malformed (malicious) PDFs.
  * In “newline before endstream” mode, insert the required
    extra newline before the endstream at the end of object streams.
  Please see included ChangeLog for complete changelog including
  API changes.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 583769 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 35)
- Update to version 8.0.2
  * Proper handling of pages with no content
  * Better handling of files with loops following cross reference
    tables

- Update to version 8.0.1
  * Handle zlib streams with data checksum errors
  * In the command line tool, allow specification of page numbers
    counting from the end in page ranges.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 580506 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 34)
- Update to version 8.0.0
  * QPDFObjectHandle::getUTF8Val now properly treats non-Unicode
    strings as encoded with PDF Doc Encoding.
  * Add the option --coalesce-contents can be used to combine
    content streams of a page whose contents are an array of
    streams into a single stream.
  * Add function qpdf_check_pdf to the C API. This function does
    basic checking that is a subset of what qpdf --check performs.
  * Major enhancements to the lexical layer of qpdf. For a complete
    list of enhancements, please refer to the ChangeLog file.
  * New API for working with PDF content streams at a lexical level.
    The new class QPDFObjectHandle::TokenFilter allows the developer
    to provide token handlers.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 572535 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 33)
- Update to version 7.1.1
  * Fix one linearization bug affecting files whose first /ID
    component is not 16 bytes long
  * Fix some build issues
- Add signature and keyring
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 527520 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 31)
- Update to version 7.0.0
  * License is now Apache-2.0
  * Add new libjpeg8-devel dependency
  * Improve the error message that is issued when QPDFWriter
	encounters a stream that can't be decoded. In particular, mention
	that the stream will be copied without filtering to avoid data
	loss.
  * Add new methods to the C API to correspond to new additions to
	QPDFWriter:
	- qpdf_set_compress_streams
	- qpdf_set_decode_level
	- qpdf_set_preserve_unreferenced_objects
	- qpdf_set_newline_before_endstream
  * Add support for writing PCLm files
  * QPDF now supports reading and writing streams encoded with
    JPEG or RunLength encoding. Library API enhancements and
    command-line options have been added to control this
    behavior. See command-line options --compress-streams
    and --decode-level and methods QPDFWriter::setCompressStreams
    and QPDFWriter::setDecodeLevel.
  * Page rotation is now supported and accessible from both the
    library and the command line.
  * Fixes CVE-2017-12595 bsc#1055960, CVE-2017-9208 bsc#1040311
    CVE-2017-9209 bsc#1040312, CVE-2017-9210 bsc#1040313,
    CVE-2017-11627 bsc#1050577, CVE-2017-11626 bsc#1050578,
    CVE-2017-11625 bsc#1050579, CVE-2017-11624 bsc#1050581
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 343515 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 30)
- Update to version 6.0.0
  * Bump shared library version since 5.2.0 broke ABI.

- Update to version 5.2.0
  * Support for deterministic /IDs for non-encrypted files. This is
    off by default.
  * Handle more invalid xref tables
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 308619 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 29)
- Update to version 5.1.3
  * Handle object streams with more than 255 objects
  * Security fixes courtesy of Google Security Team
  * Properly handle pages that have no content
  * Robustness fixes for invalid PDF files
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 28)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 236946 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 27)
- Update to version 5.1.2
  * Please see the included ChangeLog file
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 215559 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 26)
Provide the license source file Artistic-2.0 in the binary RPM (forwarded request 215486 from jsmeix)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 214178 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 25)
- Update to version 5.1.1
  * Fixes https://github.com/qpdf/qpdf/issues/28
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 211438 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 24)
- Update to version 5.1.0
  * Add ability to provide your own source of random numbers
    at runtime
  * More handling of damaged PDF files
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 204265 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 23)
- Update to version 5.0.1
  * Some security fixes, courtesy of Redhat
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 22)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182762 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 21)
- Update to 5.0.0
  * Same as 4.2.0 but shared lib version bumped due to ABI changes
- Apply shared library packaging policy
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182475 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 20)
- Update to version 4.2.0
  * Fixes bug that would result in the loss of compressible objects
    whose generation numbers were greater than 0 when generating
    object streams.
  * Added better API calls for handling object ID and generation
    together as a QPDFObjGen.
  * Added --show-npages option to the qpdf command-line tool.
  * Several small enhancements to make qpdf able to handle a wider
    range of broken input files.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 164008 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 19)
- Update to version 4.1.0
  * New API calls for parsing PDF content streams
  * qpdf --check now parses all pages' content streams in addition
    to doing other checks.
  * Overridden compressed objects are properly handled.
- Drop qpdf-ppc64.patch: merged upstream
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 18)
Split 12.3 from Factory
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 146937 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 17)
- Detect binary attachments better (qpdf-ppc64.patch)
  This fix eliminates a false test failure on some platforms and makes
  the binary test work properly whether characters with the high bit
  set, when treated as integers, are negative or not.
- pass --enable-show-failed-test-output to configure, to see 
  detailed failure reason in build log. (forwarded request 146935 from k0da)
Displaying revisions 41 - 60 of 76
openSUSE Build Service is sponsored by