[poppler] Changes to 'refs/tags/poppler-21.01.0'

2021-01-02 Thread GitLab Mirror
Tag 'poppler-21.01.0' created by Albert Astals Cid at 2021-01-02 17:03 + Poppler 21.01.0 Changes since poppler-20.12.1-90: --- 0 files changed --- ___ poppler mailing list poppler@lists.freedesktop.org

[poppler] CMakeLists.txt cpp/Doxyfile NEWS qt5/src qt6/src

2021-01-02 Thread GitLab Mirror
CMakeLists.txt |8 NEWS | 26 ++ cpp/Doxyfile |2 +- qt5/src/CMakeLists.txt |2 +- qt5/src/Doxyfile |2 +- qt6/src/CMakeLists.txt |2 +- 6 files changed, 34 insertions(+), 8 deletions(-) New commits:

[poppler] poppler/JBIG2Stream.cc

2021-01-02 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 67 - 1 file changed, 28 insertions(+), 39 deletions(-) New commits: commit cc947b5de9fb83d602bd62d74fd691e3581bc47a Author: Oliver Sander Date: Sat Jan 2 12:21:34 2021 +0100 JBIG2Stream: Don't allocate codeTables

[poppler] test/goostring-format-checker

2021-01-02 Thread GitLab Mirror
test/goostring-format-checker/README |2 +- test/goostring-format-checker/goostring-format-checker.cc |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 27258358cd0b82a762382b8f0aafe06abd698484 Author: Albert Astals Cid Date: Sat Jan 2

[poppler] poppler/Gfx.cc poppler/Gfx.h

2021-01-02 Thread GitLab Mirror
poppler/Gfx.cc | 31 --- poppler/Gfx.h |4 ++-- 2 files changed, 14 insertions(+), 21 deletions(-) New commits: commit 0a1174ff7043cbdc7195a5df562a96bd0033cb95 Author: Albert Astals Cid Date: Sat Jan 2 22:15:39 2021 +0100 Rework a bit the "infinite"

[poppler] poppler/Form.cc

2021-01-02 Thread GitLab Mirror
poppler/Form.cc |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit db171f489ca532e48a1c44e2e3dfb9c069754582 Author: Albert Astals Cid Date: Sat Jan 2 23:03:29 2021 +0100 Fix memory leak if saving the file fails diff --git a/poppler/Form.cc b/poppler/Form.cc

[poppler] Poppler 21.01.0 released

2021-01-02 Thread Albert Astals Cid
Available from http://poppler.freedesktop.org/poppler-21.01.0.tar.xz The tarball is signed at http://poppler.freedesktop.org/poppler-21.01.0.tar.xz.sig with my key http://hkps.pool.sks-keyservers.net/pks/lookup?op=get=0xCA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 Note: There may be an issue on

[poppler] 3 commits - .gitlab-ci.yml poppler/CurlCachedFile.cc poppler/DateInfo.cc poppler/PSOutputDev.cc utils/HtmlOutputDev.cc

2021-01-02 Thread GitLab Mirror
.gitlab-ci.yml|4 +++- poppler/CurlCachedFile.cc |6 +++--- poppler/DateInfo.cc |3 ++- poppler/PSOutputDev.cc|5 +++-- utils/HtmlOutputDev.cc|4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) New commits: commit

[poppler] poppler/Form.cc

2021-01-02 Thread GitLab Mirror
poppler/Form.cc | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) New commits: commit 43b5a94a610ce8fbb3d017bcdee85ac8f0be5ea4 Author: Albert Astals Cid Date: Sat Jan 2 23:43:58 2021 +0100 Fix potential memory leak in FormWidgetSignature::updateOffsets diff --git

[poppler] qt5/tests

2021-01-02 Thread GitLab Mirror
qt5/tests/fuzzing/qt_pdf_fuzzer.cc | 22 ++ 1 file changed, 22 insertions(+) New commits: commit bae34cd97a94ff9aa7ad9458f04e494451828b0d Author: Albert Astals Cid Date: Sun Jan 3 01:42:06 2021 +0100 fuzz the ps converter code diff --git

[poppler] poppler/Form.cc

2021-01-02 Thread GitLab Mirror
poppler/Form.cc |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 7e4ec140d1cc6bef375e38f3cf3f613dd7c88bbb Author: Albert Astals Cid Date: Sat Jan 2 23:53:32 2021 +0100 FormWidgetSignature::signDocument: Fix resource leak if something goes wrong diff

[poppler] 2 commits - poppler/Form.cc

2021-01-02 Thread GitLab Mirror
poppler/Form.cc | 48 +++- 1 file changed, 35 insertions(+), 13 deletions(-) New commits: commit 3928dde50bfd44d340ef0cb302610cbcf9bece58 Author: Albert Astals Cid Date: Sun Jan 3 00:09:22 2021 +0100 Account for fread potentially failing