Accepting request 724116 from home:xha:branches:Publishing

Update to upstream version 1.16.1
removal of meanwhile upstream merged patches

OBS-URL: https://build.opensuse.org/request/show/724116
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=84
This commit is contained in:
Tomáš Chvátal
2019-08-16 14:46:32 +00:00
committed by Git OBS Bridge
parent 9f9d7930d9
commit 50fd3500c5
11 changed files with 60 additions and 444 deletions

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Wed Aug 14 23:38:39 UTC 2019 - Xaver Hellauer <xaver@hellauer.bayern>
- Update to version 1.16.1
* Changes in version 1.16.1:
* Bugfixes
* Changes in version 1.16.0:
* api: Major overhaul of color management architecture.
* api: Improved functions to verify/sign PDF documents.
* api: Number tree accessor function pdf_lookup_number.
* api: Parse and handle more options for PWG output.
* api: Removed obsolete gproof document type.
* api: User callbacks for warning and error messages.
* epub: Changed default page size to A5.
* epub: Draw embedded SVG documents in EPUB/XHTML.
* epub: New Noto fonts covering more unicode scripts.
* epub: Support small-caps font-variant.
* pdf: Add Redact annotation type and function to apply redactions.
* pdf: Add/remove/change encryption and password when saving PDF files.
* pdf: Improvements to text handling in PDF filter processor.
* pdf: MP and DP operators now call begin/end_layer device methods.
* pdf: New and improved progressive loading.
* svg: Draw external images in SVG documents.
* mutool show: Add 'form' selector to list PDF form fields.
* mutool sign: Sign PDF documents from the command line.
* mutool sign: Verify signatures in PDF documents from the command line.
* viewer: Option to save a script of user actions for replay with mutool run.
* viewer: Runtime toggle for ICC and spot rendering.
* viewer: Tooltip when hovering over a link in mupdf-gl.
* Changes in version 1.15.0:
* WebAssembly build target and examples.
* Improved forms API in both C and Java bindings.
* Improved forms JavaScript support.
* Create appearance streams for more form field types.
* Fixed many bugs in ICC color management.
* Fixed many memory leaks in error cleanup.
* Fixed bugs in pdfwrite output.
* Improved text extraction from LaTeX documents with math symbols.
* Improved trace device formatting.
* Support CBZ and CBT files larger than 2Gb.
* Show table of contents for FB2 and XHTML documents.
* Show embedded raster images in SVG and XHTML documents.
* Show FB2 cover page.
* Add option to save PDF files without encryption.
* Add inhibit-spaces option to stext device to turn off missing space detection.
* Simplified fz_try/fz_always/fz_catch macros.
* mupdf-gl improvements:
* Automatically open annotation editor when selecting an annotation.
* Full page color tinting option in mupdf-gl.
* Show/hide table of contents sections.
* Trigger a reload with sighup.
* Toggle spot color mode with 'e'.
-------------------------------------------------------------------
Thu Mar 14 21:30:03 UTC 2019 - Yunhe Guo <i@guoyunhe.me>