diff options
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/NEWS')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Build/source/libs/poppler/poppler-src/NEWS b/Build/source/libs/poppler/poppler-src/NEWS index bc92685f668..9139ff610cb 100644 --- a/Build/source/libs/poppler/poppler-src/NEWS +++ b/Build/source/libs/poppler/poppler-src/NEWS @@ -1,3 +1,17 @@ +Release 0.51.0 + core: + * Check for error from NSS in SignatureHandler construct. Bug #99363 + * Add Form[Field|Widget]::setPartialName + * Fix memory leak in PDFDoc::markAnnotations + + qt5: + * Implement digital signature support. Bug #94378 + * Add Poppler::FormField::setName + * Fix segfault/assert if LinkDestination is constructed with invalid input string. Bug #99357 + + utils: + * pdfunite: add fields to AcroForm dict. Bug #99141 + Release 0.50.0 core: * PSOutputDev: Fix PS conversion for some files. Bug #63963 @@ -22,7 +36,6 @@ Release 0.50.0 glib: * Use g_slice_new0 for PopplerActionLayer. Bug #98786 - Release 0.49.0 core: * Merge type3 glyph handling from xpdf 3.04. Bug #96667 |