diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-13 10:18:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-13 10:18:56 +0000 |
commit | 4ea267c9914a3f74c7badbf98d8d2a4b70636051 (patch) | |
tree | be01ddb05fea761072e6b1ef210ffbb831cb7845 /print/poppler-includes | |
parent | c7a027417d6c56b0c05f55acdd48d8febd5b1f42 (diff) | |
download | pkgsrc-4ea267c9914a3f74c7badbf98d8d2a4b70636051.tar.gz |
Update to 0.10.3:
Release 0.10.3
core:
* Fix a crash on documents with malformed outline. Bug #19024
* Fix leak on AnnotScreen destructor. Bug #19095
* Fix wrong PS generation when a large image is in Patterns. Bug #18908
* Remove BaseFile.h it was never used. Bug #19298
* Improve document saving
* Fix PS generation of PDF with malformed font Length2 definition
* Fix a leak while parsing annotations
* Fix rendering of some checkboxes
Qt4:
* Fix positioning of Form rects on PDF with cropbox
* Fix positioning of Annotation rects on PDF with cropbox. Bug #18558.
* Small documentation improvements
* Make Document::fonts() work when called more than once. Bug #19405
build system:
* CMake: look harder for openjpeg
* CMake: update the poppler core headers installation
* Autotools: do not install Function.cc as it's not a header
Qt:
* Fix deserialization of links right coordinate
Diffstat (limited to 'print/poppler-includes')
-rw-r--r-- | print/poppler-includes/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-includes/PLIST b/print/poppler-includes/PLIST index 200f451040e..1e17d11a644 100644 --- a/print/poppler-includes/PLIST +++ b/print/poppler-includes/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/20 14:32:19 dillo Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/01/13 10:18:56 wiz Exp $ include/poppler/Annot.h include/poppler/Array.h -include/poppler/BaseFile.h include/poppler/BuiltinFont.h include/poppler/BuiltinFontTables.h include/poppler/CMap.h @@ -93,3 +92,4 @@ include/poppler/splash/SplashXPath.h include/poppler/splash/SplashXPathScanner.h @dirrm include/poppler/splash @dirrm include/poppler/goo +@comment in poppler: @dirrm include/poppler |