From a057218d6d89328c60de6d7312fa0d625a65a58f Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 9 May 2024 19:07:06 +0200 Subject: [PATCH] Add changelog for backports --- docs/devel/changelog_staging.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/devel/changelog_staging.md b/docs/devel/changelog_staging.md index e41edd85a..56cef5d3d 100644 --- a/docs/devel/changelog_staging.md +++ b/docs/devel/changelog_staging.md @@ -4,3 +4,7 @@ # Changelog for next release +*Backported bug fixes / corrections from current development branch to preferably leave v4 in a clean state.* +- Fixed blunder in `PdfImage.extract()` producing an incorrect output path for prefixes containing a dot. In the `extract-images` CLI, this caused all output images of a type to be written to the same path for a document containing a non-extension dot in the filename. +- XFA / rendering CLI: Fixed incorrect recognition of document length. `pdf.init_forms()` must be called before `len(pdf)`. +- Made `get_text_range()` allocation adapt to pdfium version, as `FPDFText_GetText()` has been reverted to UCS-2. (See v4.28 changelog for background.)