summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/ChangeLog')
-rw-r--r--Build/source/libs/poppler/poppler-src/ChangeLog285
1 files changed, 285 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-src/ChangeLog b/Build/source/libs/poppler/poppler-src/ChangeLog
index 8b64962a4f5..e87511f5223 100644
--- a/Build/source/libs/poppler/poppler-src/ChangeLog
+++ b/Build/source/libs/poppler/poppler-src/ChangeLog
@@ -1,3 +1,288 @@
+commit dfbb98327cbbc173a63f5db36b6606a93e5166aa
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Jun 17 00:04:25 2016 +0200
+
+ Poppler 0.45
+
+ CMakeLists.txt | 4 ++--
+ NEWS | 19 +++++++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ poppler/Makefile.am | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 7 files changed, 26 insertions(+), 7 deletions(-)
+
+commit 3829958339b332d7ddf005d5ab98dd0ad3c8b3c6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Jun 16 23:58:07 2016 +0200
+
+ Add (C)
+
+ poppler/DateInfo.cc | 1 +
+ poppler/DateInfo.h | 1 +
+ poppler/Form.cc | 2 +-
+ utils/pdfinfo.cc | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+commit 4c7e057b0315ed37bd47e304ca191191244b2963
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Jun 17 00:11:50 2016 +0200
+
+ dist glibc.h
+
+ we don't install it, but we need it for building
+
+ goo/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5ee67050c400daa7bc0b0a4f5dddf21be18be124
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Tue Jun 14 07:32:35 2016 +0930
+
+ Fix windows compile
+
+ utils/pdfinfo.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit df0779031d6ae0180024f92602bc2a680cf73dd5
+Author: Jakub Kucharski <jakubkucharski97@gmail.com>
+Date: Thu May 19 16:11:04 2016 +0200
+
+ cpp: switched from detail::convert_date() to core's dateStringToTime()
+
+ cpp/poppler-document.cpp | 4 +++-
+ cpp/poppler-embedded-file.cpp | 6 ++++--
+ cpp/poppler-global.cpp | 6 +++++-
+ cpp/poppler-private.cpp | 25 +------------------------
+ cpp/poppler-private.h | 3 +--
+ 5 files changed, 14 insertions(+), 30 deletions(-)
+
+commit ff24d677c6078c3dfb54c35541369d908314bcdb
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Feb 24 20:57:37 2016 +1030
+
+ pdfinfo: add -isodates for printing dates in ISO-8601 format
+
+ utils/pdfinfo.1 | 3 +++
+ utils/pdfinfo.cc | 36 +++++++++++++++++++++++++++++++++++-
+ 2 files changed, 38 insertions(+), 1 deletion(-)
+
+commit dd08f24f5e52c56546dfda70be483dc29e03c2e6
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Feb 24 21:10:08 2016 +1030
+
+ pdfinfo: convert dates to local time zone
+
+ utils/pdfinfo.cc | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit e4690ee1be027dd7028e86ea6732a3f4f2680ef7
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Tue Feb 23 21:01:49 2016 +1030
+
+ glib: return date in UTC instead of local time
+
+ Bug 94173
+
+ ConfigureChecks.cmake | 1 +
+ config.h.cmake | 3 +++
+ configure.ac | 1 +
+ glib/poppler-date.cc | 33 +++++++-------------------------
+ goo/glibc.cc | 24 ++++++++++++++++++++++++
+ goo/glibc.h | 4 ++++
+ poppler/DateInfo.cc | 52
+ +++++++++++++++++++++++++++++----------------------
+ poppler/DateInfo.h | 6 +++++-
+ poppler/Form.cc | 2 +-
+ 9 files changed, 76 insertions(+), 50 deletions(-)
+
+commit 7936af2eeb8f84993acabd1b306da50d49256b31
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Tue Feb 23 20:52:30 2016 +1030
+
+ Emulate some non portable glibc functions when not available
+
+ CMakeLists.txt | 1 +
+ cpp/tests/poppler-dump.cpp | 5 +----
+ glib/demo/utils.c | 6 ------
+ goo/Makefile.am | 3 ++-
+ goo/glibc.cc | 34 ++++++++++++++++++++++++++++++++++
+ goo/glibc.h | 33 +++++++++++++++++++++++++++++++++
+ poppler/DateInfo.cc | 7 ++-----
+ 7 files changed, 73 insertions(+), 16 deletions(-)
+
+commit 4d799cdf9b9039b003de7d3baf05d858bc507a5a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Jun 2 00:22:05 2016 +0200
+
+ pdfinfo: Fix another leak
+
+ Again not crucial in pdfinfo itself but nice to be clean so that if it
+ the leak check fails is because the core is doing something bad
+
+ utils/JSInfo.cc | 13 ++++++++-----
+ utils/JSInfo.h | 3 ++-
+ 2 files changed, 10 insertions(+), 6 deletions(-)
+
+commit 4daee8a8ce40aeb658964a5902ae104549f7af75
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 1 18:37:57 2016 +0200
+
+ Fix memory leak when failing to parse thumbs or actions
+
+ poppler/Page.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit bc6eb28776feaa302ad93e315798cad02c1e2a54
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 1 18:36:17 2016 +0200
+
+ pdfinto: Fix memory leak
+
+ It's not very critial that pdfinfo does not leak, but it's nice
+ to have no leaks so one can run ASAN over a file and see if something
+ is wrong or not
+
+ utils/pdfinfo.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 66617b256acfcd98f727bf11b7d7e92bcbd16de0
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 1 18:35:50 2016 +0200
+
+ Point ucs4 to null when len is 0
+
+ Makes it easier for the caller than can always just free the passed
+ pointer
+
+ poppler/UTF.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 0d70a57c7ad8a53e2462560a47b6ea5eba73d6c5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 1 18:34:32 2016 +0200
+
+ Add docu to the get*Action methods
+
+ Since unfortunately their behaviour is different in what you have
+ to do with the pointer given
+
+ poppler/Annot.h | 12 ++++++------
+ poppler/Form.h | 6 +++---
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 3db727f9546779a8896fc30a6669751d726ab86c
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 1 18:32:45 2016 +0200
+
+ Fix memory leak in RichMedia parsing
+
+ poppler/Annot.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8ace48fb07b81cab6ae68dc23d173e7441ad6d2e
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 29 11:45:55 2016 +0200
+
+ SplashOutputDev: Fix iccTransform + splashModeXBGR8
+
+ poppler/SplashOutputDev.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 46039c2ef5b666d5ee85e7f6fc6a74a5a9e69526
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 27 11:06:01 2016 +0200
+
+ Add braces to make it more clear to which if the else applies
+
+ poppler/UnicodeTypeTable.cc | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit 2d72a8bfc87c9bdcea6b617ebd4b3a3684e174e8
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu May 26 17:59:21 2016 +0200
+
+ Initialize nConfigurations and nAssets
+
+ poppler/Annot.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 4e49b3af7d6f731b9da20a9d6e5aa54578f08d3f
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu May 26 17:34:56 2016 +0200
+
+ Fix memory leak on error on JBIG2Stream::readHalftoneRegionSeg
+
+ poppler/JBIG2Stream.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 5f51939eea5b98dcef115d18baec3179701d0292
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue May 24 23:34:48 2016 +0200
+
+ Fix stack overflow
+
+ Bug #96027
+
+ poppler/Stream.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c820826377d79438ecaf90e9b2106a8451585add
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue May 24 00:00:57 2016 +0200
+
+ Fix (C) year
+
+ utils/HtmlOutputDev.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9ce8dd7fbd132b5f423dc3bf10fa87b973390d0b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon May 23 23:59:40 2016 +0200
+
+ Fix stack overflow on broken file
+
+ Bug #95567
+
+ poppler/Stream.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 37fb37e368c659832fc1a1dfd499c42340b62f38
+Author: Vincent Le Garrec <legarrec.vincent@gmail.com>
+Date: Mon May 23 23:18:40 2016 +0200
+
+ pdftohtml: Fix crash on broken file
+
+ Bug #95563
+
+ utils/HtmlOutputDev.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 1d0251c8ab48e2e1a4873d84b4bc573b3ae2a98d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat May 21 20:02:26 2016 +0200
+
+ Fix memory leak in Splash::gouraudTriangleShadedFill
+
+ splash/Splash.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit eb20f8cc2c0dea281ae44336a8fac8cc86a99895
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat May 21 19:19:43 2016 +0200
+
+ 0.44
+
+ CMakeLists.txt | 4 ++--
+ NEWS | 16 ++++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ poppler/Makefile.am | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 7 files changed, 23 insertions(+), 7 deletions(-)
+
commit 58f56a7af99b477f39e57aed74443b6851afe15f
Author: Thomas Freitag <Thomas.Freitag@alfa.de>
Date: Sat May 21 18:25:22 2016 +0200