- Update to 1.23.6:

* Add new text file document handler.
  * Add interface for rearranging pages.
  * Fix double free bug in html parser.
  * Use CropBox as origin for fitz space in PDF documents so that page bounding box origin is at the top left.
  * Fix parsing of cmap with surrogate characters.
  * Fix bug in story handling resetting.
  * Various smaller fixes for pymupdf.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=120
This commit is contained in:
Paolo Stivanin
2023-11-28 07:06:05 +00:00
committed by Git OBS Bridge
parent 5f4748a846
commit ff4dc3cb5d
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 28 07:04:21 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.23.6:
* Add new text file document handler.
* Add interface for rearranging pages.
* Fix double free bug in html parser.
* Use CropBox as origin for fitz space in PDF documents so that page bounding box origin is at the top left.
* Fix parsing of cmap with surrogate characters.
* Fix bug in story handling resetting.
* Various smaller fixes for pymupdf.
-------------------------------------------------------------------
Wed Oct 11 08:05:24 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>