diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-24 23:28:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-24 23:28:53 +0000 |
commit | 03927847e898e22d51c911bd428f403e2b7279c7 (patch) | |
tree | 9011801369d4715c16f826e10c0df8df05d0d916 /print/poppler-qt4/PLIST | |
parent | a5f9f89569170f10caeac40d50b51fe04ef36a31 (diff) | |
download | pkgsrc-03927847e898e22d51c911bd428f403e2b7279c7.tar.gz |
Update to 0.10.0:
Release 0.10.0
core:
* Fix crashes on PDF using Stitching or Axial Shading painting
* Fix rendering of PDF with Type1 fonts that have more than
one encoding definition per line
* Do not try to save documents that have Encryption as we
do not support that and the user ended with a broken file
* Fix crash on files with OptionalContentGroup but no Name
Qt4:
* Fix the area of the links to be correctly reported on rotated documents
misc:
* Mingw+Msys should work
Release 0.9.3 (0.10 RC 2)
core:
* Fix rendering regression on some embedded fonts
* Fix rendering regression of some special fonts
* Fix crash on documents with bogus jpeg data
Qt4:
* The printing flag defaults to true on PSConverter
* Documentation improvement
utils:
* Fix regression that made HmtlOutputDev ignore jpeg images
misc:
* Improve compilation on mingw
Release 0.9.2 (0.10 RC 1)
core:
* Fix conversion to PS some files (bug #17645)
* Small Form fixes
* Small JS fixes
* Improve memory usage of the cairo renderer
utils:
* Fix mismatched free/delete in pdftohtml
* Fix memory leak in pdftohtml
* Fix crash in pdftohtml
glib:
* Fix a crash in forms demo
misc:
* Compile with -pedantic
Release 0.9.1 (0.10 Beta 2)
Core:
* Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523)
* Improve parsing of broken files (bug #17568)
glib frontend:
* Minor improvements to the demo application
utils:
* pdftohtml: Generate the outline file in the same place
of the other generated files (bug #17504)
Release 0.9.0 (0.10 Beta 1)
Core:
* Initial JavaScript support
* Annotation improvements
* Improvements in the Arthur based renderer
* Improvements in the Cairo based renderer
* Added a JPEG2000 decoder based on OpenJPEG
* Small fixes in ActualText implementation
* Fix jpeg rendering when not using the libjpeg based decoder
* Movie fixes
* Do not get out of memory on documents that specify huge fonts
* Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries
* Forms improvements
Qt4 frontend:
* Annotation improvements
* Forms improvements
* Add the possibility of extracting embedded fonts
* Initial Movie support
* Documentation improvements
* Small improvements in the PS exporter
glib frontend:
* Annotation improvements
* Attachment fixes
utils:
* updated man pages
* Added -listenc to pdfinfo and pdftotext
Diffstat (limited to 'print/poppler-qt4/PLIST')
-rw-r--r-- | print/poppler-qt4/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/poppler-qt4/PLIST b/print/poppler-qt4/PLIST index ffd397df3bb..b85b0bb3469 100644 --- a/print/poppler-qt4/PLIST +++ b/print/poppler-qt4/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2008/04/15 19:57:00 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/10/24 23:28:53 wiz Exp $ include/poppler/qt4/poppler-annotation.h include/poppler/qt4/poppler-export.h include/poppler/qt4/poppler-form.h include/poppler/qt4/poppler-link.h include/poppler/qt4/poppler-optcontent.h +include/poppler/qt4/poppler-page-transition-private.h include/poppler/qt4/poppler-page-transition.h include/poppler/qt4/poppler-qt4.h lib/libpoppler-qt4.la |