From 2d20381556606031f6fa26eb5e4607f9177b7042621b7dd1bd60942008d100bd Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Wed, 3 Oct 2018 00:46:03 +0000 Subject: [PATCH 1/4] Accepting request 639514 from home:namtrac:branches:X11:common:Factory - Update to version 0.69.0: + core: - Add annotation font color - Splash: Some speed improvements - PSOutputDev: add native support for type 7 shadings when using level 3 - Add support for PDF subtype property - Link: Fix memory leak regarding next actions - Fix handling of Signature Info Location and Reason - Fix errors in computation of type3 glyphs transformation matrix - Reimplement Dict class in a more modern way - Fix security issues found by oss-fuzz - Fix memory issues in GfxImageColorMap copy ctor - Don't abort if the SampleFunction has too many samples. Issue glfdo#poppler/poppler#634 - Document the OutputDev::clip and OutputDev::oeClip methods - Fix macOS compilation due to boolean define in jpeglib - Split GDir and GDirEntry out of gfile.h. Issue glfdo#poppler/poppler#370 + qt5: - Add annotation font color + utils: - pdfinfo: Show PDF subtype - pdftotext: Fix only outputs first page content with -bbox-layout option. Issue glfdo#poppler/poppler#88 - pdftotext: Fix memory leak in printLine + build system - Require C++14 OBS-URL: https://build.opensuse.org/request/show/639514 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/poppler?expand=0&rev=238 --- poppler-0.68.0.tar.xz | 3 --- poppler-0.69.0.tar.xz | 3 +++ poppler-qt5.changes | 33 +++++++++++++++++++++++++++++++++ poppler-qt5.spec | 6 +++--- poppler.changes | 33 +++++++++++++++++++++++++++++++++ poppler.spec | 6 +++--- 6 files changed, 75 insertions(+), 9 deletions(-) delete mode 100644 poppler-0.68.0.tar.xz create mode 100644 poppler-0.69.0.tar.xz diff --git a/poppler-0.68.0.tar.xz b/poppler-0.68.0.tar.xz deleted file mode 100644 index 16a96c0..0000000 --- a/poppler-0.68.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f90d04f0fb8df6923ecb0f106ae866cf9f8761bb537ddac64dfb5322763d0e58 -size 1461052 diff --git a/poppler-0.69.0.tar.xz b/poppler-0.69.0.tar.xz new file mode 100644 index 0000000..0d87349 --- /dev/null +++ b/poppler-0.69.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637ff943f805f304ff1da77ba2e7f1cbd675f474941fd8ae1e0fc01a5b45a3f9 +size 1472276 diff --git a/poppler-qt5.changes b/poppler-qt5.changes index 1bbadbf..81f7d66 100644 --- a/poppler-qt5.changes +++ b/poppler-qt5.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Oct 1 14:00:21 UTC 2018 - Ismail Dönmez + +- Update to version 0.69.0: + + core: + - Add annotation font color + - Splash: Some speed improvements + - PSOutputDev: add native support for type 7 shadings when + using level 3 + - Add support for PDF subtype property + - Link: Fix memory leak regarding next actions + - Fix handling of Signature Info Location and Reason + - Fix errors in computation of type3 glyphs transformation + matrix + - Reimplement Dict class in a more modern way + - Fix security issues found by oss-fuzz + - Fix memory issues in GfxImageColorMap copy ctor + - Don't abort if the SampleFunction has too many samples. + Issue glfdo#poppler/poppler#634 + - Document the OutputDev::clip and OutputDev::oeClip methods + - Fix macOS compilation due to boolean define in jpeglib + - Split GDir and GDirEntry out of gfile.h. + Issue glfdo#poppler/poppler#370 + + qt5: + - Add annotation font color + + utils: + - pdfinfo: Show PDF subtype + - pdftotext: Fix only outputs first page content with + -bbox-layout option. Issue glfdo#poppler/poppler#88 + - pdftotext: Fix memory leak in printLine + + build system + - Require C++14 + ------------------------------------------------------------------- Thu Aug 23 13:27:13 UTC 2018 - bjorn.lie@gmail.com diff --git a/poppler-qt5.spec b/poppler-qt5.spec index a467aed..b256b80 100644 --- a/poppler-qt5.spec +++ b/poppler-qt5.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,11 +20,11 @@ Name: poppler-qt5 %define _name poppler -Version: 0.68.0 +Version: 0.69.0 Release: 0 # Actual version of poppler-data: %define poppler_data_version 0.4.9 -%define poppler_sover 79 +%define poppler_sover 80 %define poppler_cpp_sover 0 %define poppler_glib_sover 8 %define poppler_qt5_sover 1 diff --git a/poppler.changes b/poppler.changes index 1bbadbf..81f7d66 100644 --- a/poppler.changes +++ b/poppler.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Oct 1 14:00:21 UTC 2018 - Ismail Dönmez + +- Update to version 0.69.0: + + core: + - Add annotation font color + - Splash: Some speed improvements + - PSOutputDev: add native support for type 7 shadings when + using level 3 + - Add support for PDF subtype property + - Link: Fix memory leak regarding next actions + - Fix handling of Signature Info Location and Reason + - Fix errors in computation of type3 glyphs transformation + matrix + - Reimplement Dict class in a more modern way + - Fix security issues found by oss-fuzz + - Fix memory issues in GfxImageColorMap copy ctor + - Don't abort if the SampleFunction has too many samples. + Issue glfdo#poppler/poppler#634 + - Document the OutputDev::clip and OutputDev::oeClip methods + - Fix macOS compilation due to boolean define in jpeglib + - Split GDir and GDirEntry out of gfile.h. + Issue glfdo#poppler/poppler#370 + + qt5: + - Add annotation font color + + utils: + - pdfinfo: Show PDF subtype + - pdftotext: Fix only outputs first page content with + -bbox-layout option. Issue glfdo#poppler/poppler#88 + - pdftotext: Fix memory leak in printLine + + build system + - Require C++14 + ------------------------------------------------------------------- Thu Aug 23 13:27:13 UTC 2018 - bjorn.lie@gmail.com diff --git a/poppler.spec b/poppler.spec index 77a9662..ededae3 100644 --- a/poppler.spec +++ b/poppler.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,11 +20,11 @@ Name: poppler %define _name poppler -Version: 0.68.0 +Version: 0.69.0 Release: 0 # Actual version of poppler-data: %define poppler_data_version 0.4.9 -%define poppler_sover 79 +%define poppler_sover 80 %define poppler_cpp_sover 0 %define poppler_glib_sover 8 %define poppler_qt5_sover 1 From 883a8881de38c1ac26c3b617c375e9f51c2b5125ef68018ddda5a42e5ed9f03b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 6 Nov 2018 20:12:58 +0000 Subject: [PATCH 2/4] Accepting request 646117 from home:iznogood:branches:X11:common:Factory New stable release OBS-URL: https://build.opensuse.org/request/show/646117 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/poppler?expand=0&rev=239 --- poppler-0.69.0.tar.xz | 3 --- poppler-0.71.0.tar.xz | 3 +++ poppler-qt5.changes | 42 ++++++++++++++++++++++++++++++++++++++++++ poppler-qt5.spec | 4 ++-- poppler.changes | 42 ++++++++++++++++++++++++++++++++++++++++++ poppler.spec | 4 ++-- 6 files changed, 91 insertions(+), 7 deletions(-) delete mode 100644 poppler-0.69.0.tar.xz create mode 100644 poppler-0.71.0.tar.xz diff --git a/poppler-0.69.0.tar.xz b/poppler-0.69.0.tar.xz deleted file mode 100644 index 0d87349..0000000 --- a/poppler-0.69.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:637ff943f805f304ff1da77ba2e7f1cbd675f474941fd8ae1e0fc01a5b45a3f9 -size 1472276 diff --git a/poppler-0.71.0.tar.xz b/poppler-0.71.0.tar.xz new file mode 100644 index 0000000..e01609d --- /dev/null +++ b/poppler-0.71.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badbecd2dddf63352fd85ec08a9c2ed122fdadacf2a34fcb4cc227c4d01f2cf9 +size 1480852 diff --git a/poppler-qt5.changes b/poppler-qt5.changes index 81f7d66..cddf740 100644 --- a/poppler-qt5.changes +++ b/poppler-qt5.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Fri Nov 2 19:39:16 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 0.71.0: + + core: + - Replace the implementation of GooString by std::string but + keep the exact interface intact. + - Replace GBool, gTrue, and gFalse by bool, true, false, resp. + - Splash: Fix crash if document is malformed (too wide). + + qt5: + - Fix crash when adding Highlight Annotations. + - Default to hidden symbols. + - Fix two leaks in a test. + + glib: + - demo: Fix build on Windows. + - demo: Align property labels to top of cell. + + cpp: Fix typos in documentation. + + build system: + - Enable searching for GTK on Windows + - Remove unused files + - Add fuzzer target from oss-fuzz project +- Changes from version 0.70.1: + + glib: Install missing file. +- Changes from version 0.70.0: + + core: + - FreeText annotations: default to font from default appearance + string. + - Splash: Speed improvements. + - Fix security issues found by oss-fuzz. + - Improve page lable parsing. + - Use std some std classes instead of self grown ones. + - Various internal improvements. + + glib: + - Fix crash on missing embedded file. + - Add support for PDF subtype property. + - Only export symbols in the public API. + + qt5: + - Add Page::index() method. + - Improve method to get the page from a label string. + + utils: pdftohtml: Improve font handling. +- Bump poppler_sover following upstream changes. + ------------------------------------------------------------------- Mon Oct 1 14:00:21 UTC 2018 - Ismail Dönmez diff --git a/poppler-qt5.spec b/poppler-qt5.spec index b256b80..8d1b089 100644 --- a/poppler-qt5.spec +++ b/poppler-qt5.spec @@ -20,11 +20,11 @@ Name: poppler-qt5 %define _name poppler -Version: 0.69.0 +Version: 0.71.0 Release: 0 # Actual version of poppler-data: %define poppler_data_version 0.4.9 -%define poppler_sover 80 +%define poppler_sover 82 %define poppler_cpp_sover 0 %define poppler_glib_sover 8 %define poppler_qt5_sover 1 diff --git a/poppler.changes b/poppler.changes index 81f7d66..cddf740 100644 --- a/poppler.changes +++ b/poppler.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Fri Nov 2 19:39:16 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 0.71.0: + + core: + - Replace the implementation of GooString by std::string but + keep the exact interface intact. + - Replace GBool, gTrue, and gFalse by bool, true, false, resp. + - Splash: Fix crash if document is malformed (too wide). + + qt5: + - Fix crash when adding Highlight Annotations. + - Default to hidden symbols. + - Fix two leaks in a test. + + glib: + - demo: Fix build on Windows. + - demo: Align property labels to top of cell. + + cpp: Fix typos in documentation. + + build system: + - Enable searching for GTK on Windows + - Remove unused files + - Add fuzzer target from oss-fuzz project +- Changes from version 0.70.1: + + glib: Install missing file. +- Changes from version 0.70.0: + + core: + - FreeText annotations: default to font from default appearance + string. + - Splash: Speed improvements. + - Fix security issues found by oss-fuzz. + - Improve page lable parsing. + - Use std some std classes instead of self grown ones. + - Various internal improvements. + + glib: + - Fix crash on missing embedded file. + - Add support for PDF subtype property. + - Only export symbols in the public API. + + qt5: + - Add Page::index() method. + - Improve method to get the page from a label string. + + utils: pdftohtml: Improve font handling. +- Bump poppler_sover following upstream changes. + ------------------------------------------------------------------- Mon Oct 1 14:00:21 UTC 2018 - Ismail Dönmez diff --git a/poppler.spec b/poppler.spec index ededae3..6116273 100644 --- a/poppler.spec +++ b/poppler.spec @@ -20,11 +20,11 @@ Name: poppler %define _name poppler -Version: 0.69.0 +Version: 0.71.0 Release: 0 # Actual version of poppler-data: %define poppler_data_version 0.4.9 -%define poppler_sover 80 +%define poppler_sover 82 %define poppler_cpp_sover 0 %define poppler_glib_sover 8 %define poppler_qt5_sover 1 From 8dee209f170f1758578d1888a295838c18c927fb1eacafad708c3b1d4cb9b8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 12 Dec 2018 18:08:48 +0000 Subject: [PATCH 3/4] Accepting request 657662 from home:alarrosa:branches:X11:common:Factory - Update to version 0.72.0: + core: - Fix checkbox lacking AP not being able to change state. - Draw line annotation endings (arrow, circle, ...) - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS memory on cairo >= 1.5.10 - Be more stubborn looking for a nssdb. - GooString::fromInt: Repair the return value. - Minor performance improvements - Avoid cycles in PDF parsing - Stream::makeFilter: Fix memory leak - Fix various issues with malformed files - Rename GooString::getCString to GooString::c_str - Regenerate UnicodeDecompTables.h from python 3.7.1 + utils: - pdfdetach: Check for valid embedded file before trying to save it. - pdfdetach: Check for valid file name of embedded file before using it to determine save path. - Fix typos in utils. + glib: - Fix missing PopplerAttachment destructor call - Support getting form widget additional actions. - docs: Small improvements + qt5: - Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS - Bump poppler_sover following upstream changes. - Update to version 0.72.0: + core: - Fix checkbox lacking AP not being able to change state. OBS-URL: https://build.opensuse.org/request/show/657662 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/poppler?expand=0&rev=240 --- poppler-0.71.0.tar.xz | 3 --- poppler-0.72.0.tar.xz | 3 +++ poppler-qt5.changes | 33 +++++++++++++++++++++++++++++++++ poppler-qt5.spec | 4 ++-- poppler.changes | 33 +++++++++++++++++++++++++++++++++ poppler.spec | 4 ++-- 6 files changed, 73 insertions(+), 7 deletions(-) delete mode 100644 poppler-0.71.0.tar.xz create mode 100644 poppler-0.72.0.tar.xz diff --git a/poppler-0.71.0.tar.xz b/poppler-0.71.0.tar.xz deleted file mode 100644 index e01609d..0000000 --- a/poppler-0.71.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:badbecd2dddf63352fd85ec08a9c2ed122fdadacf2a34fcb4cc227c4d01f2cf9 -size 1480852 diff --git a/poppler-0.72.0.tar.xz b/poppler-0.72.0.tar.xz new file mode 100644 index 0000000..c084bae --- /dev/null +++ b/poppler-0.72.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1747eb8f26e9e753c4001ed951db2896edc1021b6d0f547a0bd2a27c30ada51 +size 1492912 diff --git a/poppler-qt5.changes b/poppler-qt5.changes index cddf740..f4f6f39 100644 --- a/poppler-qt5.changes +++ b/poppler-qt5.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Dec 12 12:14:07 UTC 2018 - alarrosa@suse.com + +- Update to version 0.72.0: + + core: + - Fix checkbox lacking AP not being able to change state. + - Draw line annotation endings (arrow, circle, ...) + - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS memory + on cairo >= 1.5.10 + - Be more stubborn looking for a nssdb. + - GooString::fromInt: Repair the return value. + - Minor performance improvements + - Avoid cycles in PDF parsing + - Stream::makeFilter: Fix memory leak + - Fix various issues with malformed files + - Rename GooString::getCString to GooString::c_str + - Regenerate UnicodeDecompTables.h from python 3.7.1 + + + utils: + - pdfdetach: Check for valid embedded file before trying to save it. + - pdfdetach: Check for valid file name of embedded file before using it + to determine save path. + - Fix typos in utils. + + + glib: + - Fix missing PopplerAttachment destructor call + - Support getting form widget additional actions. + - docs: Small improvements + + + qt5: + - Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS +- Bump poppler_sover following upstream changes. + ------------------------------------------------------------------- Fri Nov 2 19:39:16 UTC 2018 - bjorn.lie@gmail.com diff --git a/poppler-qt5.spec b/poppler-qt5.spec index 8d1b089..9d5dd5e 100644 --- a/poppler-qt5.spec +++ b/poppler-qt5.spec @@ -20,11 +20,11 @@ Name: poppler-qt5 %define _name poppler -Version: 0.71.0 +Version: 0.72.0 Release: 0 # Actual version of poppler-data: %define poppler_data_version 0.4.9 -%define poppler_sover 82 +%define poppler_sover 83 %define poppler_cpp_sover 0 %define poppler_glib_sover 8 %define poppler_qt5_sover 1 diff --git a/poppler.changes b/poppler.changes index cddf740..f4f6f39 100644 --- a/poppler.changes +++ b/poppler.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Dec 12 12:14:07 UTC 2018 - alarrosa@suse.com + +- Update to version 0.72.0: + + core: + - Fix checkbox lacking AP not being able to change state. + - Draw line annotation endings (arrow, circle, ...) + - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS memory + on cairo >= 1.5.10 + - Be more stubborn looking for a nssdb. + - GooString::fromInt: Repair the return value. + - Minor performance improvements + - Avoid cycles in PDF parsing + - Stream::makeFilter: Fix memory leak + - Fix various issues with malformed files + - Rename GooString::getCString to GooString::c_str + - Regenerate UnicodeDecompTables.h from python 3.7.1 + + + utils: + - pdfdetach: Check for valid embedded file before trying to save it. + - pdfdetach: Check for valid file name of embedded file before using it + to determine save path. + - Fix typos in utils. + + + glib: + - Fix missing PopplerAttachment destructor call + - Support getting form widget additional actions. + - docs: Small improvements + + + qt5: + - Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS +- Bump poppler_sover following upstream changes. + ------------------------------------------------------------------- Fri Nov 2 19:39:16 UTC 2018 - bjorn.lie@gmail.com diff --git a/poppler.spec b/poppler.spec index 6116273..def1be3 100644 --- a/poppler.spec +++ b/poppler.spec @@ -20,11 +20,11 @@ Name: poppler %define _name poppler -Version: 0.71.0 +Version: 0.72.0 Release: 0 # Actual version of poppler-data: %define poppler_data_version 0.4.9 -%define poppler_sover 82 +%define poppler_sover 83 %define poppler_cpp_sover 0 %define poppler_glib_sover 8 %define poppler_qt5_sover 1 From 9ce524dda0c620811989a27e5d404f0dd5f491c43a6f4f5dfe092259efe2ad52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 12 Dec 2018 18:11:41 +0000 Subject: [PATCH 4/4] Tweak OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/poppler?expand=0&rev=241 --- poppler-qt5.changes | 35 ++++++++++++++++------------------- poppler.changes | 35 ++++++++++++++++------------------- 2 files changed, 32 insertions(+), 38 deletions(-) diff --git a/poppler-qt5.changes b/poppler-qt5.changes index f4f6f39..de39c0e 100644 --- a/poppler-qt5.changes +++ b/poppler-qt5.changes @@ -4,31 +4,28 @@ Wed Dec 12 12:14:07 UTC 2018 - alarrosa@suse.com - Update to version 0.72.0: + core: - Fix checkbox lacking AP not being able to change state. - - Draw line annotation endings (arrow, circle, ...) - - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS memory - on cairo >= 1.5.10 + - Draw line annotation endings (arrow, circle, ...). + - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS + memory on cairo >= 1.5.10. - Be more stubborn looking for a nssdb. - GooString::fromInt: Repair the return value. - - Minor performance improvements - - Avoid cycles in PDF parsing - - Stream::makeFilter: Fix memory leak - - Fix various issues with malformed files - - Rename GooString::getCString to GooString::c_str - - Regenerate UnicodeDecompTables.h from python 3.7.1 - + - Minor performance improvements. + - Avoid cycles in PDF parsing. + - Stream::makeFilter: Fix memory leak. + - Fix various issues with malformed files. + - Rename GooString::getCString to GooString::c_str. + - Regenerate UnicodeDecompTables.h from python 3.7.1. + utils: - - pdfdetach: Check for valid embedded file before trying to save it. - - pdfdetach: Check for valid file name of embedded file before using it - to determine save path. + - pdfdetach: Check for valid embedded file before trying to + save it. + - pdfdetach: Check for valid file name of embedded file before + using it to determine save path. - Fix typos in utils. - + glib: - - Fix missing PopplerAttachment destructor call + - Fix missing PopplerAttachment destructor call. - Support getting form widget additional actions. - - docs: Small improvements - - + qt5: - - Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS + - docs: Small improvements. + + qt5: Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS. - Bump poppler_sover following upstream changes. ------------------------------------------------------------------- diff --git a/poppler.changes b/poppler.changes index f4f6f39..de39c0e 100644 --- a/poppler.changes +++ b/poppler.changes @@ -4,31 +4,28 @@ Wed Dec 12 12:14:07 UTC 2018 - alarrosa@suse.com - Update to version 0.72.0: + core: - Fix checkbox lacking AP not being able to change state. - - Draw line annotation endings (arrow, circle, ...) - - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS memory - on cairo >= 1.5.10 + - Draw line annotation endings (arrow, circle, ...). + - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS + memory on cairo >= 1.5.10. - Be more stubborn looking for a nssdb. - GooString::fromInt: Repair the return value. - - Minor performance improvements - - Avoid cycles in PDF parsing - - Stream::makeFilter: Fix memory leak - - Fix various issues with malformed files - - Rename GooString::getCString to GooString::c_str - - Regenerate UnicodeDecompTables.h from python 3.7.1 - + - Minor performance improvements. + - Avoid cycles in PDF parsing. + - Stream::makeFilter: Fix memory leak. + - Fix various issues with malformed files. + - Rename GooString::getCString to GooString::c_str. + - Regenerate UnicodeDecompTables.h from python 3.7.1. + utils: - - pdfdetach: Check for valid embedded file before trying to save it. - - pdfdetach: Check for valid file name of embedded file before using it - to determine save path. + - pdfdetach: Check for valid embedded file before trying to + save it. + - pdfdetach: Check for valid file name of embedded file before + using it to determine save path. - Fix typos in utils. - + glib: - - Fix missing PopplerAttachment destructor call + - Fix missing PopplerAttachment destructor call. - Support getting form widget additional actions. - - docs: Small improvements - - + qt5: - - Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS + - docs: Small improvements. + + qt5: Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS. - Bump poppler_sover following upstream changes. -------------------------------------------------------------------