Accepting request 1116823 from home:polslinux:branches:Publishing

- Update to 1.23.4:
  * Fix bug causing a crash when cleaning up Android draw device upon destroy.
  * Fix bug where bitmaps were reused after being recycled in Android.
  * Add fixed padding to ink annotation to avoid unselectable bboxes for tiny strokes.
  * Add API for checking if an annotation has a Rect property.
  * Fix bug where cycles in structure trees caused eternal loops.
  * Fix bug where colorspaces were not retained for in-linee images during filtering.
  * Change default to use CropBox rather than MediaBox.

OBS-URL: https://build.opensuse.org/request/show/1116823
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=116
This commit is contained in:
Martin Pluskal
2023-10-11 09:33:20 +00:00
committed by Git OBS Bridge
parent 00794dc038
commit 4c87da6748
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 11 08:05:24 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.23.4:
* Fix bug causing a crash when cleaning up Android draw device upon destroy.
* Fix bug where bitmaps were reused after being recycled in Android.
* Add fixed padding to ink annotation to avoid unselectable bboxes for tiny strokes.
* Add API for checking if an annotation has a Rect property.
* Fix bug where cycles in structure trees caused eternal loops.
* Fix bug where colorspaces were not retained for in-linee images during filtering.
* Change default to use CropBox rather than MediaBox.
-------------------------------------------------------------------
Wed Sep 20 05:56:12 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>