File poppler.changes of Package poppler
-------------------------------------------------------------------
Mon Nov 24 17:10:17 CET 2008 - sbrabec@suse.cz
- Updated to version 0.10.1:
* Improvements in Optional Content support
* Small fixes in ActualText and Form support
* Fixed memory leaks and crashes
* Invalid rendering fixes
* Do not try to save documents that have Encryption
* Fix rendering regression on some fonts
* Documentation improvements
* Improve memory usage of the cairo renderer
* Initial JavaScript support
* Added a JPEG2000 decoder
* Emulate Adobe Reader behaviour on documents with duplicate keys
in Dictionaries
* Annotation improvements
* Add the possibility of extracting embedded fonts
* Added -listenc to pdfinfo and pdftotext
-------------------------------------------------------------------
Fri Sep 12 01:35:43 CDT 2008 - maw@suse.de
- Update to version 0.8.7:
+ Call error() when font loading fails
+ Be less strict parsing TTF tables (bfo#16940)
+ Fix crash due to uninitialized variable
+ Fix regression in Form rendering
+ Fix memory leak in the cairo backend
+ Qt 4 frontend:
* Make the paper color setting working as it should
* Make sure to use the correct page width/height for form
widgets coordinates.
-------------------------------------------------------------------
Thu Aug 14 17:40:18 CEST 2008 - sbrabec@suse.cz
- Updated to version 0.8.5:
* Use a single global FT_Library in CairoOutputDev.
* Do not limit CharCodeToUnicodeString to 8 characters
* crash, bug and leak fixes
* pdftohtml improvements
-------------------------------------------------------------------
Thu Jul 31 13:20:29 CEST 2008 - dmueller@suse.de
- don't do poppler-devel rename for older distros
-------------------------------------------------------------------
Wed Jul 2 02:58:14 CEST 2008 - maw@suse.de
- Add poppler-pagewidgets-null.patch (bnc#404955 and
CVE-2008-2950).
-------------------------------------------------------------------
Wed Jun 4 12:36:05 CEST 2008 - sbrabec@suse.cz
- Updated to version 0.8.2:
* Add missing return in Object.h (fixes regression in 0.8.1)
- Backported annotation crash fixes from upstream (bnc#396634).
-------------------------------------------------------------------
Mon May 19 19:38:15 CEST 2008 - maw@suse.de
- Provide pdftools_any in the -tools subpackage (bnc#378434).
-------------------------------------------------------------------
Mon May 12 10:42:05 CEST 2008 - sbrabec@suse.cz
- Check for optional content before using it (bnc#389090,
fdo#15899).
-------------------------------------------------------------------
Tue Apr 29 11:50:34 CEST 2008 - sbrabec@suse.cz
- Updated to version 0.8.1:
* Do not call FT_Done_Face on a live cairo_font_face_t as it
might cause crashes
* Do not take into account Colorspace resource subdictionary for
image XObjects
* Downsample 16 bit per component images to 8 bit per component
so they render
* Link to pthread when the system needs it
-------------------------------------------------------------------
Sat Apr 19 09:42:23 CEST 2008 - schwab@suse.de
- Work around broken qt check.
-------------------------------------------------------------------
Fri Apr 11 11:05:06 CEST 2008 - dmueller@suse.de
- remove obsoletes for older distros - it is just asking
for trouble for buildservice users
-------------------------------------------------------------------
Thu Apr 3 12:19:46 CEST 2008 - sbrabec@suse.cz
- Updated to version 0.8.0:
* Public api changes
* Many bug fixes
* Better error handling
* Check the document stream is seekable when opening it
* Improve font matching not forcing default values onto
Fontconfig
* Add preliminary annotations support in the glib frontend
* Initial Movie support in the core
* Make GDK dependency optional in glib bindings
* Really distribute CMake files as optional build tool
* Initial Optional Content support in core and in the Qt4
frontend
* Saving support
* Partial annotation support
* Forms improvements
* Add support for ActualText entries
* Display characters outside of unicode BMP with TT font
* CJK rendering fixes
* Implement Adobe Glyph Naming convention for fonts
* CMake as optional build tool
* Better font scaling for non embedded fonts
* Preserve PDF page labels when we output as postscript
-------------------------------------------------------------------
Thu Jan 31 22:24:29 CET 2008 - maw@suse.de
- Update to version 0.6.4:
Qt4 frontend:
* Fix crash on links that point to a non existant page
* Make Document::renderHints return the correct render hints
* Fix infinite loop when parsing LineAnnotation
core:
* Fix crash in the Splash renderer when T3 fonts are badly defined
* Draw underlined Links correctly
utils:
* Fix two use after free bugs in HtmlOutputDev.cc
build system:
* Fix build on mingw32
tests:
* Distribute the glade file of pdf-inspector.
-------------------------------------------------------------------
Fri Jan 25 11:16:33 CST 2008 - maw@suse.de
- Update to version 0.6.3:
+ core:
* Fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393
* Fix a crash on documents with wrong CCITTFaxStream
* Fix a crash in the Cairo renderer with invalid embedded fonts
* Fix a crash with invalid TrueType fonts
* Check if font is inside the clip area before rendering
it to a temporary bitmap in the Splash renderer. Fixes crashes
on incorrect documents
* Do not use exit(1) on DCTStream errors
* Detect form fields at any depth level
* Do not generate appearance stream for radio buttons that are
not active
* mingw fixes
* Fix crash in extra debug code
+ glib frontend:
* Make sure passwords are passed correctly to poppler core
+ Qt frontend:
* Improved documentation
* Fix crash on documents that specify an empty date
+ Misc build improvements
- Remove xpdf2-CVE-2007-4352.diff, xpdf2-CVE-2007-5392.diff,
and xpdf2-CVE-2007-5393.diff, all of which have been upstreamed.
-------------------------------------------------------------------
Fri Jan 25 10:04:39 CET 2008 - stbinner@suse.de
- fix build on 10.2
-------------------------------------------------------------------
Mon Nov 5 18:14:47 CET 2007 - maw@suse.de
- Add xpdf2-CVE-2007-4352.diff, xpdf2-CVE-2007-5392.diff,
and xpdf2-CVE-2007-5393.diff (#335637, CVE-2007-4352,
CVE-2007-5392, and CVE-2007-5393).
-------------------------------------------------------------------
Wed Oct 31 12:38:48 CET 2007 - sbrabec@suse.cz
- Provide and obsolete poppler-doc (#338021).
-------------------------------------------------------------------
Tue Oct 23 11:53:02 CEST 2007 - sbrabec@suse.cz
- Use split-provides. Obsoleting something another package provides
creates a conflict between them.
-------------------------------------------------------------------
Tue Oct 23 02:53:12 CEST 2007 - jpr@suse.de
- Updated to version 0.6.1:
* Fix printing with different x and y scale
* Fix crash when Form Fields array contains references to non
existent objects
* Fix crash in CairoOutputDev::drawMaskedImage()
* Fix embedded file description not working on some cases
* Fix printing issue with qt4
* Avoid double free with qt4
* Fix memory leak when dealing with embedded files in qt4
* Fix build with --disable-cairo-output for glib
* Do not return unknown field type for signature form fields for
glib
* Support automake-1.10
* More compatible sh code in qt.m4
* Fix build on Sun Studio compiler
- For libpoppler-qt3-devel, libpoppler-qt4-devel and
libpoppler-glib-devel require libpoppler-devel not poppler-devel since
for obsoletion reasons that is provided by those packages (#335567)
-Add gnome-common to the build requires to remove configure errors
-------------------------------------------------------------------
Thu Oct 11 18:40:37 CEST 2007 - sbrabec@suse.cz
- Use less strict dependencies for shared libraries.
- poppler devel package names prepended by "lib".
- poppler-qt-devel renamed to libpoppler-qt3-devel
- Fixed poppler_spec-prepare.sh to not alter %changes.
-------------------------------------------------------------------
Mon Oct 8 15:55:52 CEST 2007 - sbrabec@suse.cz
- Updated to version 0.6:
* CairoOutputDev fixes
* Allow pdftoppm to read/write from stdin/stdout
* API work on Qt4 frontend
* Fix pdfimages produces inverted image for black & white image
* Fix error on the NFKC text matching routine
* Add support for word and line selections
* Do not enforce %%EOF at the end of file
* Pad zeroes instead of aborting when rendering 1-bit images
and the stream is too short
* Update glib bindings documentation
* Merge xpdf 3.02 changes
* Qt4 frontend is not marked anymore as unstable
* Support for Sound objects
* Support for Opening/Closing page actions
* Support for page duration
* Improve PS Tokenizer performance thanks
* Various speed ups
* Beginning of Interactive Form support
* xpdfrc is no longer used for anything
* Add AbiWord output device and pdftoabw program
* Fix security issue MOAB-06-01-2007
* Lots of bugs fixed
- Rename packages according to shared library naming policy.
- Make devel packages binding specific to deliver correct
dependencies (#249436).
-------------------------------------------------------------------
Sat Mar 10 15:23:22 CET 2007 - dmueller@suse.de
- remove now broken .la files from devel package
to fix build of all depending packages
-------------------------------------------------------------------
Mon Mar 5 16:35:19 CET 2007 - sbrabec@suse.cz
- Fixed devel dependencies (#249436).
- Removed some devel dependencies to force less to install.
-------------------------------------------------------------------
Mon Feb 5 13:27:37 CET 2007 - werner@suse.de
- Simplify usage of class UGooString
-------------------------------------------------------------------
Fri Jan 19 10:54:23 CST 2007 - maw@suse.de
- Add poppler-PageTree-depth-CVE-2007-0104.patch, fixing an
infinite loop in page tree (#233133 and CVE-2007-0104).
-------------------------------------------------------------------
Mon Jan 15 15:46:01 CET 2007 - dmueller@suse.de
- don't build static libs
-------------------------------------------------------------------
Fri Jan 12 21:33:23 CET 2007 - dmueller@suse.de
- fix pedantic warnings in qt4 headers
-------------------------------------------------------------------
Tue Jan 2 16:11:08 CET 2007 - sbrabec@suse.cz
- Fixed qt detection (#229896).
- Fixed dependencies.
- Reverted poppler-qt3 back to poppler-qt (#229896).
-------------------------------------------------------------------
Fri Dec 29 10:39:55 GMT 2006 - james@usr-local-bin.org
- New subpackage: poppler-qt4
- Rename poppler-qt to be poppler-qt3
-------------------------------------------------------------------
Sat Dec 23 09:23:25 GMT 2006 - james@usr-local-bin.org
- Add wildcard to use QT3 and QT4 bindings
-------------------------------------------------------------------
Tue Dec 19 18:51:25 CET 2006 - sbrabec@suse.cz
- Spec file cleanup.
- Splitted poppler-doc from poppler.
-------------------------------------------------------------------
Thu Oct 26 22:46:52 CEST 2006 - jhargadon@suse.de
- added --sysconfdir=/etc option to ./configure in the specfile
as another part of the fix for bug #201739
-------------------------------------------------------------------
Wed Oct 4 17:28:42 CEST 2006 - jhargadon@suse.de
- moved man pages to the poppler-tools subpackage [#201739]
-------------------------------------------------------------------
Wed Sep 27 18:10:44 CEST 2006 - jhargadon@suse.de
- update to version 0.5.4
- Automatically read in CJK encoding files if they're installed
- Speed ups
- Patch from Dom Lachowicz to let the utils take input on stdin
- many bug fixes
-------------------------------------------------------------------
Mon Sep 4 13:20:46 CEST 2006 - sbrabec@suse.cz
- Define conflict poppler-tools x xpdf-tools (#201739#c4).
-------------------------------------------------------------------
Thu Aug 31 17:20:12 CEST 2006 - sbrabec@suse.cz
- Created poppler-tools providing xpdf-tools (#201739).
- Enabled parallel build.
-------------------------------------------------------------------
Fri Jul 7 09:18:10 CEST 2006 - aj@suse.de
- Add back missing headers.
-------------------------------------------------------------------
Thu Jul 6 21:42:29 CEST 2006 - gekker@suse.de
- Update to version 0.5.3
- Remove upstreamed patches
-------------------------------------------------------------------
Tue Jun 13 16:43:37 CEST 2006 - gekker@suse.de
- Fix evince crasher when selecting text (#152780)
-------------------------------------------------------------------
Thu Mar 23 15:30:37 CET 2006 - sbrabec@suse.cz
- Display CJK with cairo correctly (Mandriva patch, #160230).
- Fixed devel dependencies.
-------------------------------------------------------------------
Tue Feb 7 15:58:07 CET 2006 - sbrabec@suse.cz
- Fixed SplashXPathScanner heap overflow (#141242, CVE-2006-0301).
-------------------------------------------------------------------
Wed Jan 25 21:32:37 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Jan 17 12:48:53 CET 2006 - nadvornik@suse.cz
- updated to 0.4.4
- security patches merged upstream
-------------------------------------------------------------------
Mon Jan 16 20:18:40 CET 2006 - meissner@suse.de
- added -fno-strict-aliasing.
-------------------------------------------------------------------
Mon Jan 16 16:59:50 CET 2006 - meissner@suse.de
- use -fstack-protector.
-------------------------------------------------------------------
Wed Jan 11 14:02:57 CET 2006 - sbrabec@suse.cz
- Removed libpixman from neededforbuild.
-------------------------------------------------------------------
Thu Dec 15 18:39:08 CET 2005 - sbrabec@suse.cz
- Fixed more xpdf overflows and signed integer multiplications
(Chris Evans, Martin Pitt, #137156).
-------------------------------------------------------------------
Wed Dec 7 15:28:35 CET 2005 - sbrabec@suse.cz
- Xpdf heap owerflow fixes (#137156, CAN-2005-3191, CAN-2005-3192,
CAN-2005-3193).
-------------------------------------------------------------------
Mon Oct 24 15:43:47 CEST 2005 - stbinner@suse.de
- remove remaining extra qualifications
-------------------------------------------------------------------
Tue Oct 18 14:35:09 CEST 2005 - dmueller@suse.de
- fix extra qualifications in installed headers
-------------------------------------------------------------------
Fri Sep 2 19:00:14 CEST 2005 - gekker@suse.de
- Update to version 0.4.2
- Fixes to work with new cairo version
- Required by evince update for GNOME 2.12
-------------------------------------------------------------------
Thu Aug 18 21:14:55 CEST 2005 - gekker@suse.de
- Update to version 0.4.0
- Remove uptreamed patchs
-------------------------------------------------------------------
Thu Jul 21 23:32:57 CEST 2005 - gekker@suse.de
- Update to version 0.3.3
-------------------------------------------------------------------
Mon Jun 27 10:23:01 CEST 2005 - meissner@suse.de
- supply format attributes.
-------------------------------------------------------------------
Wed Jun 1 16:47:19 CEST 2005 - sbrabec@suse.cz
- Fixed pkgconfig file.
-------------------------------------------------------------------
Tue May 24 18:41:07 CEST 2005 - sbrabec@suse.cz
- Updated to version 0.3.2.
-------------------------------------------------------------------
Mon May 23 14:26:06 CEST 2005 - sbrabec@suse.cz
- Split poppler-glib to subpackage.
-------------------------------------------------------------------
Sun May 22 10:10:47 CEST 2005 - aj@suse.de
- Fix build with GCC4.
-------------------------------------------------------------------
Mon May 9 18:44:43 CEST 2005 - sbrabec@suse.cz
- New SuSE package, version 0.3.1.