fixed version of \pdftexversion on manual (thanks to David Carlisle)
[luatex.git] / source / libs / poppler / poppler-0.32.0 / NEWS
blobe83112497f054c1660fa0078611880b0624ed779
1 Release 0.32.0
2         core:
3          * Annotations: Fix rendering of empty BG/BC arrays
4          * Splash: Fix wrong colour shown when GouraudTriangleShFill uses a DeviceN colorspace. Bug #89182
5          * Splash: Fix use of uninitialized variable in Splash::pipeRun
6          * Remove unnecesary check for font validity. Bug #88939
7          * Small optimization in GooString::appendfv(). Bug #89096
8          * Fix crashes in malformed files
10         utils:
11          * pdftops: Make colorpsace optimization an option instead of default
12          * pdfseparate: use always an unique instance for PDFDoc for savePageAs
14         build system:
15          * cmake: If extra-cmake-modules is around include the Sanitizers module
17 Release 0.31.0
18         core:
19          * CairoOutputDev: support embedding JBIG2 image data
20          * Accept malformed documents whose root is a Page instead of a Pages. Bug #88172
21          * Fix crash on broken documents
22          * JPEG2000Stream: Inline doGetChar and doLookChar
23          * GlobalParams cleaning
25         utils:
26          * pdftops: Add rasterization option. Bug #85934
28         qt4:
29          * Expose whole-words search option
31         qt5:
32          * Expose whole-words search option
34 Release 0.30.0
35         core:
36          * Openjpeg2 support (openjpeg 1 is preferred). Bug #58906
37          * Fix potential memory corruption on TextSelectionDumper. Bug #84555
38          * Check for invalid matrix in annotation. Bug #84990
39          * Open some not conforming files. Bug #85919
40          * PSOutputDev: Accept a list of pages indeces instead of first, last. Bug #84833
41          * Fix memory leak on error condition
43         cpp:
44          * New API to set debug output function
46         build system:
47          * configure: Improve support with older clang versions. Bug #76963
49         utils:
50          * pdfunite: Support output intents, optional content and acroform
52 Release 0.29.0
53         core:
54          * Use correct LAB byte array for lcms input. Bug #86388
55          * Write correct size in trailer dict. Bug #86063
56          * Use Default colorspaces if present instead of Device colorspaces
57          * Solve blend mode problem in CYMK and DeviceN for separable blend modes
58          * Compilation/warning fixes on SunOS
59          * Regression test improvements
61         glib:
62          * demo: Compilation fixlets
64         build system:
65          * cofigure: print "no" instead of "auto" if lcms not found
67 Release 0.28.0
68         core:
69          * Fix rendering of file with a wrong embedded font. Bug #84270
70          * Use alt colorspace to get CMYK values for an ICC based CMYK colorspace. Bug #79019
71          * Map Standard/Expert encoding ligatures to AGLFN names. Bug #80093
72          * Make Attribute::getName() work when UTF-16BE is used. Bug #84722
73          * Fix memory leak in Dict::remove. Bug #84607
74          * Fix crashes in broken files
75          * SplashOutputDev: Improve Overprintmode and shadings. Bug #80998
76          * CairoOutputDev: fix crash when no group color space. Bug #85137
77          * CairoOutputDev: Don't render text when text matrix is not invertable. Bug #78042
78          * CairoOutputDev: Only embed mime data for gray/rgb/cmyk colorspaces. Bug #80719
79          * CairoOutputDev: Only embed mime data if image decode map is identity
80          * cairo: Use matrix to determine pattern size. Bug #33364
81          * Fix compile warnings
82          * regression test improvements
84         glib:
85          * Fix use of uninitialized members in PopplerInputStream. Bug #82630
86          * Documentation improvements
87          * Do not dist gir_DATA
88          * Remove use of GTK deprecated functions. Bug #82384. Bug #82385
89          * Build introspection linking to the uninstalled libraries. Big #84526
91         qt4:
92          * Add a new Page::annotations() that let's you specify subtypes
94         qt5:
95          * Add a new Page::annotations() that let's you specify subtypes
97         utils:
98          * pdfseparate: additonal handling for annotations. Bug #77549
99          * pdfdetach: fix crash when getPage() returns null. Bug #85145
100          * pdftocairo: Add support for printing to a Windows printer. Bug #79936
102         build system:
103          * Move automake version check from autogen.sh to configure.ac. Bug #79797
104          * Makefile.am cleanups. Bug #79411
105          * Use poppler-data pkg-config
106          * Make autogen.sh work with variables with spaces
107          * Don't use -fPIC on mingw
108          * Fix build with --disable-utils. Bug #84448
110 Release 0.26.4
111         core:
112          * CairoOutputDev: Make sure we always push a transparency group in setSoftMaskFromImageMask(). Bug #81624
113          * Fix a crash when adding Annotation without contents
114          * Improve non-latin characters in inline notes. Bug #65956
115          * Don't check for inlineImg twice. Bug #82059
116          * printf() -> error()
118         glib:
119          * Return NULL in poppler_annot_get_contents also for empty strings
120          * Fix a memory leak when getting text layout and attributes
122 Release 0.26.3
123         qt5:
124          * autoconf: Improve moc-qt5 detection
125          * Fix compilation with MinGW
127         glib:
128          * Fix typo in api docs
129          * use C90-style comments in public headers
131         core:
132          * Error out instead of exiting if allInter grows too much. Bug #78714
134         qt4:
135          * Update required version to Qt 4.7.0
137         build system:
138          * Include stdio.h from poppler-config.h
140         misc:
141          * Update .gitignore files
143 Release 0.26.2
144         core:
145          * Make sure we have an xref before using. KDE Bug #335413
147         build system:
148          * autoconf: Fix typo in configure.ac
150         utils:
151          * pdftohtml: exit with 0 with -v and -h
153 Release 0.26.1
154         core:
155          * Use field value V for radio buttons. Bug #75979
156          * Fix extraction of text in some files. Bug #78145
157          * Only add annotations of the current page when splitting. Bug #77549
159         build system:
160          * autoconf: Fix libopenjpeg 1.5 detection on some systems. Bug #78389
162         glib:
163          * Fix multiple definition of PopplerTextSpan
165 Release 0.26.0
166         qt4:
167          * Fix mismatched boolean logic in TextAnnotation::setInplaceIntent
169         qt5:
170          * Fix mismatched boolean logic in TextAnnotation::setInplaceIntent
172         core:
173          * Very small code cleanup
175         cpp:
176          * Very small code cleanup
178 Release 0.25.3
179         core:
180          * Fix crashes on broken files
181          * Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAX
182          * Fix some small memory leaks
184         qt5:
185          * Fix some kinds of OCG models
186          * Cleanup some deprecated methods
188         glib:
189          * Fix the first coord of the quadrilateral in create_poppler_quads_from_annot_quads(). Bug #76504
191         utils:
192          * pdftohtml: Fix typo in manpage
194         qt4:
195          * Fix some kinds of OCG models
197 Release 0.25.2
198         core:
199          * Tagged-PDF support
200          * Open some broken files. Bug #75232
201          * Fix crashes on broken files
202          * Fix regression parsing some broken files. KDE Bug #329600
203          * Improve compilation under Win 8 with Visual Studio 2012. Bug #73111
204          * PSOutputDev: Ensure paper size takes into account rotation. Bug #72312
205          * PSOutputDev: Fix DocumentMedia/Page/Media/PageBBox DSC comments
206          * PSOutputDev: Use crop box as page size
207          * PSOutputDev: Remove origpagesizes mode and make -origpagesizes an alias for -paper match
208          * PSOutputDev: Only change paper size when different to previous size
209          * PSOutputDev: Ensure there is always a page size in the output
210          * PSOutputDev: Fix regression when creating level1 PS. Bug #75241 
211          * CairoOutputDev: Clip to crop box. Gnome Bug #649886
212          * Splash: Blend usage in PDF with spot colors casue random output. Bug #74883
213          * Splash: Fix off by one that caused crash in a file. Bug #76387
214          * Make sure number of least objects in hints table is valid. Bug #74741
215          * Limit numeric parsing of character names. Bug #38456
217         glib:
218          * Tagged-PDF support
219          * Annotation improvements
220          * Install error callback. Bug #73269
221          * Fix gobject-introspection warnings
222          * demo: Fix performance in text markup annotations
223          * Increase gtk3 dependency
225         qt4:
226          * Improve naming of internal export/import macros
227          * Add GCC visibility export attributes
228          * Expose document-supplied text direction
230         qt5:
231          * Improve naming of internal export/import macros
232          * Add GCC visibility export attributes
233          * Expose document-supplied text direction
235         utils: 
236          * pdftocairo: Ensure page size and crop box works the same as pdftops
237          * Fix TIFF writting in Windows. Bug #75969 
239         buildsystem:
240          * Learn about automake 1.14
241          * Do not define -ansi. Bug #72499
242          * cmake: Install JpegWriter.h depending on libjpeg
243          * cmake: Use c99 for the c compiler
245 Release 0.25.1
246         core:
247          * GooString format: Added some tests + improved documentation
248          * GooString format: fixed bug with printing LLONG_MIN
249          * regression test improvements
251         qt4:
252          * Arthur backend font rendering improvements
253          * test program to save to file
255         qt5:
256          * Arthur backend font rendering improvements
257          * Improve detection of Qt5 moc. Bug #72744
258          * test program to save to file
260         utils:
261          * pdfunite: Work even if there's a single file given
262          * pdfunite: do not lose fonts when merging some files
264 Release 0.25.0
265         core:
266          * Annotation improvements
267          * Tagged PDF work
268          * Improve speed on some files using ICC color space
269          * Use ICC profile in OutputIntents. Bug #34053
270          * Limit use of ZapfDingbats character names. Bug #60243
271          * Splash: correction for knockout transparency groups
272          * regression test improvements
274         utils:
275          * pdftoppm: Added thinlinemode option setting
276          * pdfinfo: Indicate if pdf contains javascript
277          * pdfinfo: Add option to print out javascript
278          * pdfimages: Print size, ratio, and ppi
279          * pdfimages: More image output format support
280          * pdfseparate: allow zero-padded pagespecs
282         glib:
283          * Annotation improvements
284          * Add API to get text, text layout and text attributes for a given area
285          * demo improvements
287 Release 0.24.5
288         core:
289          * Fix crash due to wrong formatting of error message. KDE Bug #328511
291 Release 0.24.4
292         core:
293          * Fix regression in broken endstream detection. Bug #70854
294          * Catalog: sort entries of NameTrees to make sure lookup works. Bug #26049
295          * Don't infinite loop if reading from GooFile::read fails. Bug #71835
297         utils:
298          * pdftotext: Do not close stdout. Bug #71639
299          * pdftotext: Silence warning for may be used uninitialized variable. Bug #71640
300          * pdftotext: Escape the text of the xml headers
301          * Warn the user if he provides a wrong range
303         qt4:
304          * Fix typo in xml API. Bug #71643
306         qt5:
307          * Fix typo in xml API. Bug #71643
309 Release 0.24.3
310         core:
311          * PSOutputDev: Fix PFB font embedding. Bug #69717
312          * CairoOutputDev: Do not set an invalid matrix in drawImage(). Bug #70085 
314         qt4:
315          * Don't crash if getXRef()->copy() fails
317         qt5:
318          * Don't crash if getXRef()->copy() fails
320         utils:
321          * pdfseparate: Allow only one %d in the filename. Bug #69434
322         
323 Release 0.24.2
324         core:
325          * Windows: Fix CreateFile fails with ERROR_SHARING_VIOLATION. Bug #69597
327         utils:
328          * pdfseparate: improve the path building
329          * pdftocairo: check file opening failure in beginDocument()
330         
331 Release 0.24.1
332         core:
333          * SplashOutputDev: use getRGBLine images if available. Bug #66928
334          * SplashOutputDev: Don't copy bitmap if we don't need to.
335          * PSOutputDev: Fix regression in -eps -level1sep rendering. Bug #68321
336          * Fix crash in malformed file 1026.asan.0.42.pdf
337          * use copyString instead of strdup where memory is freed with gfree. Bug #67666
339         utils:
340          * pdfdetach: don't mention xpdfrc
341          * pdftotext: Fix -bbox with stdin as input. Bug #45163
342          * pdftohtml: Fix jpeg image export. Bug #48270
343          * pdfimages: Fix typos in man page
345         glib:
346          * demo: Remove GTK_DISABLE_DEPRECATED compilation flag
348         qt4:
349          * Fix small typo in documentation
351         qt5:
352          * Fix small typo in documentation
354 Release 0.24.0
355         core:
356          * TextOutputDev: Do not draw ligatures more than once when selected. Bug #9001
357          * PSOutputDev: Make some pdftops conversions much faster
358          * PSOutputDev: Initialize t3FillColorOnly
359          * SplashOutputDev: Fallback to 1x1 bitmap if we fail to create the real size
361 Release 0.23.4
362         core:
363          * TextOutputDev: clip the selected text rendering to the selection box. Bug #66983
364          * CairoImageOutputDev: Fix the bounding box of saved images
366         build system:
367          * Improve linking against pthreads
369 Release 0.23.3
370         core:
371          * Annotation improvements
372          * Fix crashes on malformed files
373          * TextSelectionPainter: Draw glyphs after selection background
374          * TextOutputDev: add a method to TextPage to get the selection as a list of words
376         qt5:
377          * Initial Qt5 port
379         qt4:
380          * Windows compile fixes
381          * Demo: Allow the choose the page rotation
383         build system:
384          * Fix mingw build
385          * Minor autotools fixes
387 Release 0.23.2
388         core:
389          * SplashOutputDev: Speed-up some tiling on a 10x factor
390          * Improve caching of lcms2 ICC color profiles
391          * Put some private classes in an anonymous namespace
393         qt4:
394          * Add a thread stresser tool
396         build system:
397          * Fix mingw build
399 Release 0.23.1
400         core:
401          * XRef stream writing: Write 32-bit offsets when possible
402          * Fix splashModeBGR8 rendering (Bug #64381)
404         glib:
405          * Do not use deprecated gtk_scrolled_window_add_with_viewport() (Bug #64683)
407         build system:
408          * Fix Large file support when using cmake
410 Release 0.23.0
411         core:
412          * Make rendering thread safe
413          * Large file support
414          * Implement Crypt filter (Bug #62800)
415          * Fix endstream detection (Bug #62985)
416          * CairoOutputDev: support uncolored tiling patterns (Bug #59179)
417          * SplashOutputDev: Introduce Thin Line mode support (Bug #37347)
419         qt4:
420          * Expose Thin Line mode support
422 Release 0.22.4
423         core:
424          * Always consider a softmask transfer function (Bug #63587)
425          * Fix crash on malformed files (Bug #63190)
426          * Splash: Fix compilation with fixed point mode enabled
428         utils:
429          * Fix crash on some files (Bug #63909)
431         qt4:
432          * Fix name decoding of some attachments (KDE Bug #307786)
434         build system:
435          * Fix compilation with mingw-w64 compiler
437 Release 0.22.3
438         core:
439          * Check order bounding box values in tiling pattern (Bug #62369)
440          * CairoImageOutputDev: Don't change image interpolation when printing (Bug #62418)
441          * TextOutputDev: Set text matrix when painting selection (Bug #61042)
442          * Only write the file once when saving (Bug #62739)
443          * Fix for complete rewrites in repaired files
444          * Fixlet regarding spec interpretation for Link Zoom value
445          * Fix typos in man pages
446          * Fix compile when not using libjpeg
448         glib:
449          * Always start from the beginning when starting a new search on a page (Bug #59972)
451         qt4:
452          * Fix crash in files with LinkRendition (KDE Bug #317710)
454         build system:
455          * Small cmake improvements
457 Release 0.22.2
458         core:
459          * Correct rendering of underline and strike out annotations (Bug #61518)
460          * Workaround broken jpeg stream definitions (Bug #61994)
461          * SplashOutputDev: Restore CTM on early exits (Bug #61413)
462          * SplashOutputDev: Make sure we don't try to paint in x < 0 (KDE Bug #315432)
463          * Fix latin page labels. (Bug #61034)
464          * Fix compilation with jpeglib9
465          * Fix minor valgrind warning
467         utils:
468          * pdfimages: Fix extraction of some images (Bug #61168)
470         build system:
471          * Fix the build with automake-1.13
473 Release 0.22.1
474         core:
475          * Fix crash in some pdf files when extracting text (Bug #59561)
476          * Fix crashes in wrongly formed files
477          * Fix wrong warning when opening some files (Bug #58966)
479         build system:
480          * Improve autoconf jpeglib.h detection (Bug #59186)
482 Release 0.22.0
483         core:
484          * Fix crash in invalid files that define a <= 0 bits per image value
485          * Fix a few issues in JPX decoding when not using OpenJPEG
486          * TextOutputDev: Use page size for max value in TextPage::visitSelection
487          * Fix typo in error message
489         utils:
490          * Fix pdfunite regression (Bug #58569)
491          * Demo fixes and improvements
493         misc:
494          * pdf-inspector improvements
496 Release 0.21.4
497         core:
498          * SplashOutputDev: Fix crash when rendering in monochrome mode
499          * SplashOutputDev: Fix line widths in monochrome mode (Bug #57294)
500          * PSOutputDev: Fix crop on EPS conversion (Bug #30692)
501          * TextOutputDev: Fix minor logic mistake
502          * Fix assert on some malformed files (Bug #58257)
503          * Move #include "jpeglib.h" into .cc file (Bug #57687)
504          * Filter text that may end up being written to the shell
505          * Fix windows compile warnings
507         glib:
508          * Add poppler_annot_set_flags (Bug #58015)
509          * Demo fixes and improvements
511         qt4:
512          * Fix check_lexer on 32-bit systems
514 Release 0.21.3
515         core:
516          * Splash: Implement bilinear image scaling (Bug #22138)
517          * CairoOutputDev: Update fill and stroke color in startPage (Bug #54526)
518          * Fix GooString::insert()
519          * Allow large chars in TextPage
520          * Fix crash on ActualText::end
521          * Don't use memcpy to copy classes
522          * Fix warnings
524         glib:
525          * Check if words end with spaces (Bug #54504)
526          * Ensure text is only computed on first render
527          * Fix warnings while generating introspection file
528          * Fix returns tag in PopplerAttachmentSaveFunc api doc
529          * Minor demo fixes
531 Release 0.21.2
532         core:
533          * CairoOutputDev: make drawImage work with images > 32767 in width/height (Bug #56858)
534          * CairoOutputDev: Fix soft mask when image resolution != smask resolution (Bug #57070)
535          * CairoOutputDev: Fix crash in CairoImageOutputDev with setSoftMaskFromImageMask (Bug #57067)
536          * Remove a check on fonts that we don't need (Bug #56753)
537          * Misc code cleanups
539         utils:
540          * pdftocairo: Add tiff output support (Bug #57006)
541          * pdfunite: Fix -v (Bug #56817)
542          * Misc code cleanups
544 Release 0.21.1
545         core:
546          * Annotation improvements
547          * Form improvements
548          * CairoImageOutputDev: Support parameterized Gouraud shading (Bug #56463)
549          * UTF validation fixes
550          * Do not call drawing routines if we don't need non text (Bug #54617)
551          * Fix Memory leak in CharCodeToUnicode (Bug #54702)
553         qt4:
554          * Make LinkRendition properties available (Bug #55378)
555          * Accessors for FormWidgetChoice::editChoice
556          * Implement overprint
558 Release 0.21.0
559         core:
560          * Support the modification of files with Encrypt
561          * Annotation improvements
562          * Form improvements
563          * Splash: Implement DeviceN support
564          * Splash: Avoid bogus memory error for tilingPattern
565          * TextOutputDev: Allow multiple fonts in a TextWord
566          * Kill the concept of base dir
567          * PSOutputDev: Always write HiResBoundingBox (Bug #53159)
568          * Convert UTF-16 to UCS-4 when reading toUnicode cmap
569          * GooString formatting: add support for uppercase hexadecimal
570          * Use error() instead of fprintf(stderr, ...) in Annot::layoutText
571          * poppler-config.h: remove WITH_FONTCONFIGURATION_* macros
573         glib:
574          * Annotation improvements
575          * Add poppler_page_remove_annot()
576          * Add poppler_document_new_from_stream
577          * Add poppler_document_new_from_gfile
578          * Add poppler_page_find_text_with_options (Bug #2951)
579          * Demo improvements
580          * Port tests and demo to GTK+3
582         qt4:
583          * Add accessor methods for movie poster information
584          * Make 'additional actions' available in Annotation API (Bug #53589)
585          * Add whole-page search method to Poppler::Page
586          * Small changes in tests
588         utils:
589          * pdftohtml: Make the output more xhtml compliant
590          * pdftohtml: Add -fontfullname. (Bug #49872)
591          * pdftohtml: Do not invoke gs anymore
593         build system:
594          * Add the possibility of using lcms1 even if lcms2 is installed
595          * Remove extra fontconfig CFLAGS and LIBS
597 Release 0.20.5
598         core:
599          * Fix crashes in malformed documents
600          * Fix parsing of very big numbers
601          * Splash: Do not render invalid font outlines (Bug #55573)
602          * Check for NaN in TextPage::addChar
604         build system:
605          * Fix build using mingw64 with winpthread
606          * autotools: Fix compilation when lcms is on non standard locations (Bug #55326)
607          * Support automake-1.12 (Bug #55541)
609         glib:
610          * Chain up finalize to the parent class (Bug #55521)
612 Release 0.20.4
613         core:
614          * Improvements regarding embedded file handling. (KDE Bug #306008)
615          * Fix opening some broken files (Bug #14303)
616          * Fix memory leaks
617          * Fix crashes in various broken files
618          * Refine warning to only complain when really needed
619          * Remove function declared but not implemented
620          * Remove execution permissions from a header file
622         qt4:
623          * Improvements regarding embedded file handling. (KDE Bug #306008)
625 Release 0.20.3
626         core:
627          * If NULL, NULL fails as password try EMPTY, EMPTY before failing (Bug #3498)
628          * SplashOutputDev: Fix bogus memory allocation size in Splash::arbitraryTransformImage (Bug #49523)
629          * SplashOutputDev: Fix segfault when scaleImage returns NULL (Bug #52488)
630          * SplashOutputDev: Blend mode enhancements for CMYK
631          * PSOutputDev: Fix conversion when creating multiple strips (Bug #51982)
632          * PSOutputDev: Fix Bitmaps in level2sep or level3sep (Bug #52384)
633          * PSOutputDev: Fix DeviceN images with alternate Lab colorspace in level 3 PostScript (Bug #51822)
634          * PSOutputDev: Make sure xScale and yScale are always initialized (Bug #52215)
635          * Unify poppler-config.h includes in core "installed" headers (Bug #52193)
636          * Replace c++ style includes with c style ones (Bug #52426)
638         utils:
639          * pdfseparate: Return 0 on success
640         
641 Release 0.20.2
642         core:
643          * Fix compilation on Windows
644          * Copy resources content defined in the pages dict on save (Bug #51369)
645          * PSOutputDev: Correct %%DocumentCustomColors (Bug #51479)
646          * PSOutputDev: Fix handling of DeviceN images in level 3 PostScript (Bug #51548)
647          * Fix crash in malformed documents
648         
649         qt4:
650          * Do not hang on malformed /Annots objects (Bug #51361)
652 Release 0.20.1
653         core:
654          * Remove unnecesary transparency group handling in splash (Bug #13487)
655          * Include substitute font name in system font cache (Bug #49826)
656          * Fix logic on SplashBitmap::writeImgFile
657          * PSOutputDev: use setoverprintmode only if rip knows it
658          * Fix crash in malformed documents
659         
660         qt4:
661          * Make TextAnnotation constructor public
662          * Fix saving of default TextAnnotation to xml
663          * Keep page rotation into account when normalizing annotation coords
664         
665         glib:
666          * Fix memory leak when document fails to load
667          * Make sure password is always converted to latin1
668          * Fix typo in documentation
670         build system:
671          * Distribute cmake/modules/FindLCMS2.cmake (Bug #49818)
673         utils:
674          * pdftohtml: Determine if font is bold or italic based on FontDescriptor (Bug #49758)
675          * pdfseparate: Syntax fixes in the man page
677 Release 0.20.0
678         core:
679          * Reconstruct xref table if xref needed but missing (Bug #40719)
680          * Fix getFullyQualifiedName with unicode field names (Bug #49256)
681          * SplashOutputDev: Fix rendering of knockout groups (Bug #12185)
682          * SplashOutputDev: Fix cmyk transfer bug (Bug #49341)
683          * Fix crashes in broken documents
684          * Bring back the Outputdev::begin/endMarkedContent virtuals
685          * Build fixes
686         
687         qt4:
688          * Convert propertly unicode encoded field qualified names
689         
690         glib:
691          * glib: Use delete[] to free array allocated with new[] (Bug #48447)
693 Release 0.19.4
694         core:
695          * Annotation improvements
696          * More compatible file writing
697          * SplashOutputDev: Fix slow rendering of pdf with a lot of image masks in pattern colorspace
698          * Fix crashes in broken documents
699          * Fix spurious warning messages
700         
701         utils:
702          * pdftotext: Add missing section heading to man page
703          * pdftohtml: Fix crash when the destination file does not exist
704         
705         build system:
706          * autoconf: Do not append "-ansi" to CXXFLAG, if "-std=XXX" is already specified.
707          * autoconf: Do not clear FREETYPE_CFLAGS, FREETYPE_LIBS before PKG_CHECK_MODULES()
708          * autoconf: Copying graphics library CFLAGS to cpp frontend Makefile.am
710 Release 0.19.3
711         core:
712          * Annotation improvements
713          * CairoOutputDev: Fix regression caused by mesh gradients
714          * CairoOutputDev: Use correct userfont font bbox (Bug #48399)
715          * CairoOutputDev: Fix paintTransparencyGroup when both mask and fill opacity are required (Bug #48453)
716          * CairoOutputDev: Ensure 0 width lines with stroke_adjust are aligned
717          * CairoOutputDev: Only align stroke coords for horizontal and vertical lines (Bug #48318)
718          * CairoOutputDev: Fix stroke pattern with transparency group (Bug #48468)
719          * Fix crash in JBIG2Stream decoding
720          * Fix memory leak when looking for a substitute font
721          * Fix page labels to not have a null character at the end
722          * Fix Splash CMYK merge error
723          * ttc<->ttf fallback is expected for CJK font list in for Windows (Bug #48046)
724         
725         qt4:
726          * Annotations can now be modified
727          * Annotations can now be added
728          * Annotations can now be removed
730         utils:
731          * pdftohtml: Add producer and version to xml output
732          * pdftohtml: Fix the mask inversion for PNG
733          
734 Release 0.19.2
735         core:
736          * Annotation improvements
737          * CairoOutputDev: update cairo mesh pattern to 1.12 api
738          * CairoOutputDev: fix some transparency issues (Bug #47739)
739          * CairoOutputDev: Fix regression in some shadings
740          * TextOutputDev: Don't add newline to last line extracted by TextSelectionDumper (Bug #45955)
741          * CJK font improvements
742          * Improve font matching for non embedded fonts
743          * Fix regression regarding forceRasterize in PSOutputDev
744          * Fix typos glyph names in truetype 'post' table standard mac ordering
745         
746         build system:
747          * minor cmake fixes
748          * misc autoconf fixes
749          * POPPLER_VERSION is now wrapped in quotes
751         utils:
752          * pdftohtml: extract mask images even if they are not JPEG (Bug #47186)
753          * pdftohtml: Flip images if they need to (Bug #32340)
754          
755 Release 0.19.1
756         core:
757          * Improve CJK suport in PSOutputDev
758          * CJK substitute implementation on WIndows platforms
759          * Do not crash on malformed files with 0 bits in the color map of an image
760          * Fix regression in some PSOutputDev array sizing
761          * Improvements to Annotation editing
762          * Fix logic error in Rendition parsing code (Bug #47063)
763          * Minor API changes to SplashOutputDev (Bug #46622)
764          * Fix mismatch in some functions declarations
765          * Update poppler copyright year
766         
767         utils:
768          * pdftops: Fix -passfonts regression. (Bug #46744)
769          * pdffonts: List the encoding of each font. (Bug #46888)
770          * pdftohtml: Add possibilty of controlling word breaks percentage. (Bug #47022)
771          
772         qt4:
773          * Support for LinkMovie object (Bug #40561)
774          * Support for Media Rendition
775          
776         glib:
777          * Add poppler_fonts_iter_get_encoding
778          * Improvements to the demo
780 Release 0.19.0
781         core:
782          * Merge Xpdf 3.03
783          * Add support for lcms2
784          * SplashOutputDev: Implement Overprint
785          * PSOutputDev: Implement Overprint
786          * Expand glyph name ligatures such as "ff", "ffi" etc to normal form (Bug #7002)
787          * Use an Identity CharCodeToUnicode for Adobe-Identity and Adobe-UCS collections (Bug #35468)
788          * CairoOutputDev: Avoid setting huge clip area when printing (Bug #44002)
789          * CairoOutputDev: Fix test for rotation (Bug #14619)
790          * CairoOutputDev: Don't read inline image streams twice (Bug #45668)
791          * CairoOutputDev: set mask matrix before drawing an image with a mask (Bug #40828)
792          * Update glyph names to Unicode values mapping (Bug #13131)
793          * Only use Hints table when there are no parse errors (Bug #46459)
794          * Expose POPPLER_VERSION in poppler-config.h
795         
796         utils:
797          * pdftohtml: Output images in -xml mode if no -i option is specified
798          * pdftohtml: Get rid of static data members; merge duplicated jpeg dumping code
799          * pdftohtml: Be more consistent generating the outlines
800          * pdftohtml: Generate outlines in pdftohtml in -xml mode (Bug #56993)
801          * pdftohtml: Combine UTF16 surrogate pairs (Bug #46521)
802          * pdfinfo: Report page rotation
803          * pdfinfo: Decode utf-16 surrogate pairs
804          * pdftoppm: Allow one of -scale-to-[xy] = -1 to mean the aspect ratio is to be preserved (Bug #43393)
805          * pdftocairo: Allow one of -scale-to-[xy] = -1 to mean the aspect ratio is to be preserved
806          * pdffonts: Add -subst option to list the substitute font name and filename
807          * pdfseparate: Produce PDF/X conformant pdf pages if the original PDF was PDF/X conformant
808          * pdfimages: Add -list option to list all images (Bug #46066)
809          * Improve various manpages
810          
811         glib:
812          * Add poppler_fonts_iter_get_substitute_name
813          * Demo improvements
814          * Update gtk-doc makefile and m4 file
815          * Fix typos in documentation
816         
817         qt4:
818          * Add the option of PSConverter creating EPS
819          * Form support improvements
820         
821         build system:
822          * autotools: Print the cairo version required if not found (Bug #44619)
823          * autotools: Print the glib version required if not found
824          * autotools: Use pkgconfig to check for libopenjpeg (Bug #21789)
825          * autotools: Replace openjpeg compile test with a version test
826          * Add a configuration option for the test data dir
828 Release 0.18.4
829         core:
830          * CairoOutputDev: Restore temporary clip used in CairoOutputDev::fill when painting a mask
831          * CairoOutputDev: Ensure paintTransparencyGroup uses same ctm as beginTransparencyGroup. Bug #29968
832          * CairoOutputDev: Use fabs when comparing the transformed line width. Bug #43441
833          * CairoOutputDev: Remove unused variable in CairoFontEngine.cc. Bug #45442
834          * SplashOutputDev: Do not use 50Kb of stack in SplashXPath::addCurve. Bug #44905
835          * JpegWriter: set image parameters after jpeg_set_defaults(). Bug #45224
836          * OpenJPEG decoder: Set OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG if you have it. Bug #43414
837          * Lexer: convert integer to real when overflow occurs. Bug #45605
839         glib:
840          * Various minor introspection and documentation improvements. Bug #44790
841          * Fix return values. Bug #45440. Bug #45441
842          * gtk-doc improvements. Bug #45549
843          * Introspection improvements. Bug #45455
844         
845         utils:
846          * HtmlOutputDev: Proper unicode support when dumping PDF outline. Bug #45572
847          * HtmlOutputDev: Fix leaks. Bug #45805
848          * HtmlOutputDev: Close li tags in generated outlines. Bug #45807
849          * man pages: fix minor issues with hypens and %
851         build system:
852          * automake: Link to lcms if needed
853          * automake: Fix build for builddir != srcdir. Bug #45434
854          * automake: Improve moc detection when cross compiling
855          * Fix build with latest mingw-w64 headers. Bug #45407
856         
857         qt4:
858          * remove non-existing 'qt' include dirs
859         
860 Release 0.18.3
861         core:
862          * Do not fail if we are trying to save a file with Encrypt that has not been modified. KDE Bug #288045
863          * Include .otf fonts when finding substitute fonts. Bug #44412
864          * Fix stack overflow in PDFDoc::markObject(). Bug #44660
865          * Include strings.h as we use memcpy. Bug #43558
867         utils:
868          * pdfunite: Properly initialize globalParams. Bug #44659
869          * pdfseparate: Properly initialize globalParams
870          * Fix iniliazialization of GooString arguments
872         build system:
873          * autoconf: Check for cairo-ft and other cairo backends. Bug #43969
874         
875 Release 0.18.2
876         core:
877          * Fix leak in GooString when resizing to a smaller string
878          * Fix crash if failing to parse the colorspace. Bug #42793
879          * Make GfxColorSpace::parse accept dicts
881         qt4:
882          * Use PDFDoc(wchar_t *, ...) on Windows. Bug #35378
883          * Add missing include
884          * Minor fixes in documentation
886         utils:
887          * pdftocairo: Fix crash when rendering only odd/even pages in a printing format
888         
889         build system:
890          * Fix pkg-config files
891         
892 Release 0.18.1
893         core:
894          * PSOutputDev: Output PS that does not confuse libspectre
895          * PSOutputDev: Fix tiling pattern fill matrix. Bug #41374
896          * PSOutputDev: Emit non repeating patterns just once
897          * PSOutputDev: Fix uncolored tiling patterns. Bug #41462
898          * CairoOutputDev: Fix crash when using poppler_page_get_image()
899          * CairoOutputDev: Fix various setSoftMask bugs. Bug #41005
900         
901         utils:
902          * pdftocairo: Flush/close files one we are done using them
903          * pdftocairo: Compile in Windows
904         
905         build system:
906          * CMake: Fix typo in option description
907          * CMake: Correctly include fontconfig include dir
908          * Remove poppler-cairo dependency from poppler-glib pkg-config file
909         
910         qt4:
911          * Minor fixes in documentation
913 Release 0.18.0
914         core:
915          * Fix small memory leak when dealing with marked content
916          * Remove DCTStream::getRawStream since Stream::getNextStream does the same
917         
918         utils:
919          * Rename pdfmerge to pdfunite
920          * Rename pdfextract to pdfseparate
921          * pdfseparate: Complain if %d is not present and it should
922          * Add pdfseparate and pdfunite man pages
923         
924         build system:
925          * Minor cleanup in regarding removed qt code
927 Release 0.17.4 (0.18 RC)
928         core:
929          * SplashOutputDev: Compile when defining USE_FIXEDPOINT
930          * PNGWriter: Compile with libpng >= 1.5.0
931         
932 Release 0.17.3 (0.18 Beta 3)
933         core:
934          * PSOutputDev: Use Patterns for tiling fill when PS level >= 2
935          * PSOutputDev: Avoid using /PatternType if only one instance of the pattern is used
936          * PSOutputDev: Add poppler version as comment in the file
937          * CairoOutputDev: Set mime data for soft masked images (Bug #40192)
938          * CairoOutputDev: Assume printer pixel size is 1/600" when stroking 0 width lines (Bug #39067)
939          * CairoOutputDev: Use cairo_show_text_glyphs() when printing
940          * CairoOutputDev: Fix stroke patterns (Bug #11719)
941          * CairoOutputDev: Fix unique id mime data
942          * CairoOutputDev: fix stroking of very thin lines
943          * CairoOutputDev: align strokes when Stroke Adjust is true and line width <= 1 (Bug #4536)
944          * TextOutputDev: Add TextFontInfo::matches()
945          * Improve PNGWriter
946          * Rework writing of PDF files
948         utils:
949          * Introduce pdftocairo - utility for creating png/jpeg/ps/eps/pdf/svg using CairoOutputDev
950          * Introduce pdfextract - utility to extract PDF pages
951          * Introduce pdfmerge - utility to merge PDF files
952          * Fix compilation warning
953          * pdftohtml: Support text rotation (Bug #38586)
954          * Update SEE ALSO section of man pages
956         glib:
957          * Add poppler_page_get_text_attributes()
958          * Add text attributes information to text demo
960         qt4:
961          * Add a way to get the fully qualified name of a FormField
962          * Minor documentation improvements
963         
964 Release 0.17.2 (0.18 Beta 2)
965         core:
966          * EmbeddedFile improvements
967          * don't gmalloc(-1) upon ftell failure
968          * Fix missing content in some pages (Bug #39637)
969          * Improve selection of CJK fonts (Bug #36474)
970          * SplashOutputDev: Implement overprint
971          * SplashOutputDev: Render dots for 0 length dashed lines (Bug #34150)
972          * SplashOutputDev: Fix bad memory access when not using antialias (Bug #37189)
973          * PSOutputDev: Make level2sep and level3sep write cmyk instead of rgb
974          * PSOutputDev: Make level1sep, level2sep and level3sep write gray instead of rgb for gray images
975          * Fix numerical overflow in libopenjpeg JPXStream (Bug #39361)
976          * Fix crash on truncated JPEG/DCT stream (Bug #36693)
977          * Make sure the dict is a page dict (Bugs #35925 #39072)
978          * Fix calculation of startXRefPos
979          * Handle missing startxref properly (Bug #38209)
980          * Parse the "Medium" modifier when asking fontconfig for a font
981          * Header cleanup
982          * Include cleanup
983          * Define cleanup
985         glib:
986          * Add missing permissions flags to PopplerPermissions
987          * Add missing permission flags to info demo
988          * Update gtk-doc.make
989          * Add poppler_document_get_n_attachments()
990         
991         utils:
992          * pdftohtml: Fix encoding of PDF document metadata (Bug #37900)
993          * pdftohtml: Fix vertical spacing issues  (Bug #38019)
994          * pdftotext: Fix -htmlmeta to correctly output U+2019 in PDF metadata (Bug #37900)
995          * pdftoppm: Implement overprint
997         qt4:
998          * Rework EmbeddedFile internals
999          * Fix possible crash in test
1000         
1001 Release 0.17.1 (0.18 Beta 1)
1002         core:
1003          * Rework the way form fields tree is built
1004          * Cleanup unused parameters/variables
1006         glib:
1007          * Add JavaScript actions
1008          * demo: Show javascript actions in actions view
1009         
1010         qt4:
1011          * tests: Turn some assignments to bool into QVERIFY checks
1013 Release 0.17.0 (0.18 Alpha)
1014         core:
1015          * Splash: Implement tiling patterns
1016          * Splash: Support slight hinting
1017          * Splash: Radial shading improvements
1018          * Splash: General speed improvements
1019          * Arthur: Add Hinting API
1020          * Cairo: Implement Type 4,5,6,7 shadings using cairo mesh gradients
1021          * Cairo: Use the new cairo unique id to set the surface id when printing
1022          * PS: Add PS level1 non standard binary output option
1023          * PS: Allow setting the rasterization resolution
1024          * Form support improvements
1025          * Annotation support improvements
1026          * General speed improvements
1027          * Add support for handling ViewerPreferences
1028          * Remove abiword output device
1030         utils:
1031          * pdftoppm: Add -singlefile option (Bug #32025)
1032          * pdftoppm: Add TIFF output format support (Bug #32027)
1033          * pdftops: Add PS level1 non standard binary output option
1034          * pdftops: Allow setting the rasterization resolution
1035          * pdftoabw has been removed
1036         
1037         glib:
1038          * Add poppler_form_field_get_action() (Bug 33174)
1039          * Remove GDK API
1040          * Remove test-poppler-glib
1041          * demo: Add a tooltip with current selected character in text demo
1042          * demo: show the activation action of form fields if there's one
1044         cpp:
1045          * Add TIFF output possibility
1046          * Add PNM output possibility
1048         qt4:
1049          * Support slight hinting
1050          * Form support improvements
1051         
1052         qt3:
1053          * The Qt3 frontend has been removed
1054         
1055         tests:
1056          * Merge splash and cairo tests into a single gtk-test tool
1058 Release 0.16.4
1059         core:
1060          * Small improvements in Annot parsing
1062         glib:
1063          * Add g_return macros to make sure index is correct in form field choice methods
1064          * Fix a crash when a choice form field has no items selected in glib-demo
1066         utils:
1067          * Small fixes to the pdftohtml manpage
1068          * Fix copyright years
1070         qt4:
1071          * Fix caption of push button fields
1073 Release 0.16.3
1074         core:
1075          * Increase precision in PS output device
1076          * Workaround bug when converting pdf to ps with level1 (Bug #31926)
1077          * Fix crash in Splash output device in some broken pdf
1078          * Fix infinite loop in some broken files
1079          * Fix rendering of some substituted fonts (Bug #34522)
1080          * Do not ask Freetype for 0x0 fonts in Splash output device (Bug #34602)
1081          * Don't assume y1 > y3 for points of a highlight annotation (Gnome Bug #643028)
1082          * Handle fontCIDType2OT when creating freetype font in Cairo output device (Gnome Bug #643273)
1083          * Fix crash in some pdf that use ICC color space (Bug #34357)
1085         glib:
1086          * Don't use an uninitialized local variable in demo
1087          * Add some introspection markers
1089         qt4:
1090          * Fix crash regression in unicodeToQString (again)
1092         utils:
1093          * pdftotext: Do not crash when using -bbox
1095 Release 0.16.2
1096         core:
1097          * Fix text extraction for some files
1099         qt4:
1100          * Fix crash regression in unicodeToQString
1102 Release 0.16.1
1103         core:
1104          * Fix colorspace issues in the Cairo backend (Bug #32746)
1105          * Remove declaration of function without implementation
1106          * Do not crash in case jpeg_create_decompress fails (Bug #32890)
1107          * Fix variable access mismatch (Bug #33063)
1108          * Fix converting some pdf to ps with -level1sep (Bug #32365)
1109          * Fix line selection, dont check y for Line selections
1110          * Include zlib header in PNGWriter.cc
1111          * Fix leak in Splash backend when doing axial shaded fills
1112          * Fix label to index conversion on multiple prefixes
1114         glib:
1115          * Use NULL instead of FALSE for functions returning a pointer
1116          * Fix memory leak in poppler_page_get_text_layout() for pages with no text
1118         qt4:
1119          * Fix unicodeToQString() to correctly decode the Unicode sequence
1121 Release 0.16.0
1123         core:
1124          * Improve the correctness of radial shadings (Bug #32349)
1125          * Adapt the zlib-based FlateStream code to API changes  (Bug #32065)
1126          * Make PreScanOutputDev be less agressive when deciding to rasterize (Bug #30107)
1127          * Fix some warnings in newer gcc in Splash backend
1128          * Fix the preliminary bbox/clip calculation in Splash backend
1129          * Use A1 instead of A8 for imagemask in the Cairo backend
1130          * Windows compile fixes
1132         utils:
1133          * Do not return 99 (or 1) with -h, -v and -printenc (Bug #32149)
1134          * Misc style improvements to pdftohtml code
1135          * pdftohtml: Remove the -resolution flag introduced in 0.15.0 and fix the
1136                       existing -zoom flag
1138         build system:
1139          * Add more warning flags to the default gcc builds
1140          * Enable GObject introspection support in the cmake build system
1142         qt4:
1143          * Windows compile fixes
1145 Release 0.15.3 (0.16 RC)
1147         core:
1148          * Improve rendering of radial shadings
1149          * Open a broken file (Bug #31861)
1150          * Correct parsing of linearization table (Bug #31627)
1151          * Find fonts inside patterns (Bug #31948)
1152          * [win32] Simplify strtok_r implementation
1153          * Use a std::vector<char> instead of a var-length-array of chars
1154          * Fix crashes in broken files
1155          * Use sets instead of arrays for looking for duplicate fonts
1157         cpp:
1158          * Include correction
1160         utils:
1161          * pdffonts: Remove duplicated code
1163 Release 0.15.2 (0.16 Beta 2)
1165         core:
1166          * Improve shadings and antialias in the Splash backend (Bug #30436)
1167          * Linearization improvements
1168          * Small improvements to the Arthur backend
1169          * Fix calculation of the size of some pages (Bug #30784)
1170          * Fix crashes in broken documents
1172         qt4:
1173          * Add Page::renderToPainter() method
1174          * Add setDebugErrorFunction() method
1176         cpp:
1177          * Add the hability to render pages to an image
1179         utils:
1180          * Add -p flag to pdfimages
1182         build system:
1183          * Remove -ansi flag for cywin and mingw
1185 Release 0.15.1 (0.16 Beta 1)
1187         core:
1188          * Consider render value when colorizing text (Bug #2807)
1189          * Improve rendering of Shading Type 6 and 7
1190          * Improve dict lookup speed for big dicts
1191          * Fix multiple crashes in malformed PDF files
1192          * Fix memory leak in in malformed PDF files
1193          * Fix memory leak in the Catalog names
1194          * Fix uninitialized uses on DCTScanInfo
1195          * Fix a crash when drawing square/circle annots without a border (Bug #30580)
1196          * Only clip boxes to mediabox if we are at the page level (Bug #30784)
1197          * Do not omit the notdef glyph in the Splash backend
1198          * Fix a crash when redering documents with invalid type 3 fonts in the Cairo backend
1199          * Form improvements
1200          * Add a method to get the PDF file identifier
1202         glib:
1203          * Add more printing options to the API
1204          * Add a method to get the PDF file identifier
1205          * Add accessor for all PopplerDocument properties
1206          * Form improvements
1207          * Documentation improvements
1208          * Improvements to the demo
1210         qt4:
1211          * Add a callback to know which page has been printed
1212          * Add a method to get the PDF file identifier
1213          * Optimize GooString to QString conversion
1214          * Some more autotests
1215          * Update Doxyfile (enables .qch file for assistant)
1217         build system:
1218          * Require Cairo 1.10
1220         utils:
1221          * pdftohtml: Add -s option to generate a single HTML page
1222          * pdftotext: Add -bbox option
1224         cpp:
1225          * Add the possibility of loading a document from raw data
1226          * Add a method to get the PDF file identifier
1227          * Improve Unicode to ustring conversion
1228          * Documentation improvements
1229          * Update Doxyfile
1231 Release 0.15.0 (0.16 Alpha)
1233         core:
1234          * Remove exception support
1235          * Improve creation of Annotations
1236          * Fix failure to parse PDF with damaged internal structure. (Bugs #29189 #3870)
1237          * Add a way to access the raw text of a page
1238          * Speed improvements when reading multiple characters from a given Stream
1239          * Speed improvements in the Splash backend
1240          * Speed improvement in gray color space calculations
1241          * Speed improvement in ICC color space calculations
1242          * Speed improvement when reading some fonts
1243          * Make GBool a bool instead of an int
1245         glib:
1246          * Add GObject introspection support
1247          * Improve creation of Annotations
1248          * Add a way to get the coordinates of each character of a page
1249          * Add a way to get the page label
1250          * Documentation improvements
1251          * Support password protected documents in the demo
1252          * Support for selection in the demo
1253          * Support for adding annotationss in the demo
1254          * Misc improvements in the internals
1255         
1256         qt4:
1257          * Add a way to access the raw text of a page
1258          * Recognize "Print" as named action
1259          * Documentation improvements
1260         
1261         build system:
1262          * Add option for autogen.sh to skip configure
1263          * Nicer autogen.sh output
1264          * Improvements when build the glib frontend with CMake
1265         
1266         utils:
1267          * pdftohtml: Use splash instead of external gs invocation to render the background
1268          * pdftohtml: Let the user specify the resolution of the background. (Bug #29551)
1269         
1270         cpp:
1271          * Add a way to access the raw text of a page
1273 Release 0.14.3
1275         core:
1276          * Tell Windows we are writing/reading binary data from stdout/stdio (Bug #29329)
1277          * Fix crash when parsing some Movie elements (KDE Bug #249586)
1279 Release 0.14.2
1281         core:
1282          * Fix rendering of some documents involving tilingPatternFill in the cairo output device
1283          * Improve rendering of some annotations
1284          * Handle ColorTransform in DCT streams when using libjpeg (Bug #28873)
1285          * Fix crash in the ps output device in some files (KDE Bug #246269)
1286          * Fix crash in some malformed files (Bug #28842)
1287         
1288         build system:
1289          * Improve build on windows
1290          * Add uninstalled .pc file support when using autoconf
1291         
1292         glib:
1293          * Fix a crash when a layer doesn't have a name (Bug #28842)
1294         
1295         utils:
1296          * Fix padding of names in pdftoppm
1298 Release 0.14.1
1300         core:
1301          * Add ObjectStream caching, makes opening some files ten times faster (Bug #26759)
1302          * Fix crash when writing to negative coordinates (Bug #28480)
1303          * Check objects are the type we want them to be when parsing GfxICCBasedColorSpace
1304          * Optimize Splash::compositeBackground
1305          * Optimize color space calculations by using sqrt instead of pow 0.5
1306          * Fix crash in JBIG2Stream with malformed documents
1307         
1308         build system:
1309          * Make sure we ship two needed cmake files
1310          * Do not distribute glib/poppler-features.h and poppler/poppler-config.h
1311          * Improve compilation with Sun Studio
1312          * Fix linking of the cpp frontend when using autotools
1313         
1314         glib:
1315          * Fix links/annots area for some documents (Bug #28588)
1316          * Fix poppler_page_find_tex() when called more than once (Bug #27927)
1317         
1318         utils:
1319          * Add -cropbox to pdftoppm manual
1321 Release 0.14.0
1323         core:
1324          * Fix crash when parsing pdf with broken JBIG2Stream (Bug #28170)
1325          * Do not follow loops blindly when parsing XRef (Bug #28172)
1326          * Allow quality & progressive mode to be utilised in JpegWriter
1327          * Fix potential assert in Lexer code (KDE bug #240208)
1328          * Fix opening of files whose /P is stored as unsigned integer
1329          * Do not exit() when trying to allocate memory for the XRef fails
1330         
1331         cpp:
1332          * Minor bugfixes
1333          * Documentation improvements
1334         
1335         build system:
1336          * Fix build in mingw32 when using autotools
1337          * Preserve compiler flags when using cmake
1339 Release 0.13.4 (0.14 RC 1)
1341         core:
1342          * Include standard float.h instead of unportable values.h
1343          * Fix first color stop offset of linear gradients. Bug #27837
1344          * Fix compilation if JPEG nor PNG is used
1345          * Use fabs for doubles instead of abs
1346          * Use strtok_r instead strtok
1347          * Adjust bbox for line annots when y1 = y2
1348          * Some fixes and regressions in the cairo output device
1349          * Better check of overlapping of table cells when selecting text
1350         
1351         cpp:
1352          * Make the pkg-config files really work
1353          * Fix in/out buffer sizes in some functions
1355 Release 0.13.3 (0.14 Beta 2)
1357         core:
1358          * Fix roll optimization in the PS function interpreter
1359          * Correctly parse numbers with '+' sign. Gnome bug #614549
1360          * Add support for cached files
1361          * Add support for reading a cached file from stdin
1362          * Add HTTP support using libcurl, disabled by default
1363          * Add some const correctnes to GooString
1364          * Rework DCTStream error handling. Bug #26280
1365          * Use current fill_opacity when drawing soft masked images in Cairo backend. Gnome bug #614915
1366          * Use the topleft of the Rect of text annots to draw
1367          * Fix saving update docs that have a compressed xref table. Bug #27450
1368          * Parse varius part of the document catalog on demand
1369          * Implement colorizing image masks with pattern colorspace in Cairo backend
1370          * Fix a crash when rendering 0x0 images in Cairo backend
1371          * Check pattern status after setting matrix when rendering images
1372          * Improve text selection/extraction order. Bug #3188
1373          * Fix pattern size when bbox is not at 0,0
1374          * Improve colorizing text and masks in pattern colorspace. Bug #27482
1375          * Silence some Illegal entry in bfrange block in ToUnicode CMap. Bug #27728
1377         utils:
1378          * Add the -o[dd] and -e[ven] options to pdftoppm
1379          * Allow read from stdin using the new cached files feature
1380          * Fix crash in pdftohtml when output filename was shorter than 5 characters
1382         glib:
1383          * Use existing cairo api when rendering to a pixbuf
1384          * Compile with -DGSEAL_ENABLE. Bug #27579
1386 Release 0.13.2 (0.14 Beta 1)
1388         core:
1389          * Improve Movie support
1390          * Fix experimental Arthur backend to compile when if Splash backend is disable
1391          * Fix usage of some streams in the Cairo backend
1392          * Small improvements in the experimental Arthur backend
1393          * Minor annotation improvements
1394          * Rework LinkRendition to follow the spec
1395          * Add support for Set-OCG-State actions
1396          * Correctly initialize the grayscale softmask color in the Splash backend
1397          * Correctly initialize actualText in TextOutputDev when initialization fails
1398          * Various MSVC fixes
1400         glib:
1401          * Add support for Movie objects
1402          * Add support for Screen annotations
1403          * Add support for rendition actions
1404          * Add support for OCG State actions
1405          * Improvements to the demo
1406         
1407         qt4:
1408          * Always compile the experimental Arthur backend
1409          * Minor speed improvement in QPainter usage
1410          * Add a search overload that takes doubles instead of QRectF
1411         
1412         cpp:
1413          * Fix iconv usage
1414          * use gmtime() when gmtime_r() is not available
1415          * Fix building in autotools in windows
1416          * {from,to}_utf_8() -> {from,to}_utf8()
1417         
1418         build system:
1419          * Multiple CMake build system fixes
1420          * Fix of some DIST targets in autotools
1421          * Make finding of Qt3 in autotools use pkg-config
1423 Release 0.13.1 (0.14 Alpha 2)
1425         core:
1426          * New C++ frontend to interface with Poppler using only STL
1427          * Use the right matrix for the mask in drawMaskedImage in Cairo output device. Bug #16906
1428          * Fix downscaling images when document is rotated in Cairo output device. Bug #26264
1429          * GooVector rewrite, old version had "unknown" origins/license
1430          * Fix use after free in a error condition
1431          * Improve handling of broken commands. Bug #24575
1432          * Fix potential use after free in Cairo output device.
1433          * Fix regression in painting. Bug #26243
1434          * Improve handling of FontConfig. Bug #26544
1435          * Only assume the OC is not visible if it exists and is set to no. Bug #26532
1436          * Fix a potential crash in Splash font handling on out of memory conditions
1437          * Implement writeImgFile for splashModeXBGR8
1438          * Several speed increases (around 40% in some documents) in the Splash output device
1439          * Improve printing on the Cairo output device
1440          * Do not use '\' character in PostScript names
1441          * Omit writing of embedded fonts into temporary files in the Cairo output device. Bug #26694
1442          * Improve filtering of some images in the Cairo output device. Bugs #25268, #9860
1444         utils:
1445          * pdftoppm: Only swap w with h if rotation is 90 or 270
1446         
1447         build system:
1448          * Add POPPLER_WITH_GDK in cmake build system. Bug #26247
1449          * Fix typo: "MULTITHREAD" -> "MULTITHREADED in cmake build system
1450          * Wrap #include <jpeglib.h> in extern "C" to fix build. Bug #26351
1451          * Add the Win32-specific ENABLE_RELOCATABLE option to cmake build system
1452          * Reflect that poppler-glib needs cairo now in cmake build system
1453          * Use pkgconfig to detect libpng on autotools build system
1454          * Detect the need for nanosleep in solaris in cmake build system. Bug #26650
1456 Release 0.13.0 (0.14 Alpha)
1458         core:
1459          * Improvements to Annotation rendering. Bug #23108
1460          * Do not give an error when opening files without pages. Bug #24720
1461          * Try to read streams without Length
1462          * Do not crop the transformation matrix at an arbitrary value. Bug #25763
1463          * Make poppler (optionally) relocatable on Windows
1464          * Use a small object cache in GfxResources to cache GState objects
1465          * Reduce the number of redundant pattern creations in the Cairo output device
1466          * Use colToDbl() to avoid rounding error in the Cairo output device
1467          * Fix problems with mask handling in the Cairo output device. Bug #8474
1468          * Use a better scale down implementation in the Cairo output device
1469          * Various optimizations to the Splash output device
1470          * Add the possibility to use floats instead of doubles in the Splash output device. Bug #25578
1471          * Write out fixed-content portion of Type 1 fonts in the PS output device
1472          
1473         build system:
1474          * Improvements to the CMake build system
1475          * Enable AM_SILENT_RULES by default in autotools
1476          * Require glib 2.18
1477          * Require GTK+ 2.14
1478          * Make fontconfig optional with mingw compiler
1479          * Remove makefile.vc
1480         
1481         glib:
1482          * Add support for file attachment annotations
1483          * Improvements to the demo
1484          * Use TextOutputDev to get TextPage when we haven't rendered the page
1485          * Remove support for the Splash output device
1486         
1487         utils:
1488          * pdftoppm can now write to jpeg
1489          * pdftoppm embeds the correct resolution in png and jpeg files
1490          
1491         qt4:
1492          * Minor improvements to the tests
1494 Release 0.12.3
1496         core:
1497          * Be more lenient with /Decode key on images. Bug #17439
1498          * Correctly initialize fileName in LinkGoToR. Bug #25221
1499          * Improve the reconstruction of the XRef for broken files
1500          * [Cairo backend] Do not crash on malformed files. Bug #24575
1501          * Accept Fontname if FontName is not present. KDE bug #217013
1502          * Make PSOutputDev code a bit more resilient
1503          * Fix writing of null objects. Bug #25465
1504          * [Cairo backend] Fix crash in some documents. GNOME bug #603934
1505          * Correctly initialize profileCommands in Gfx constructor
1506         
1507         build system:
1508          * Check for openjpeg in the C++ part as it uses bool in the header. Bug #25103
1509         
1510 Release 0.12.2
1512         core:
1513          * Fix a memory leak when converting to PostScript
1514          * Fix crash when reading a font fails. Bug #24525
1515          * Make the ICC cache per page instead of global. Bug #24686
1516          * Do not accept negative interval lengths in the page labels tree. Bug #24721
1517          * Do not crash on files Aspect of Movie objects are reals instead of integers. Bug #24733
1518          * Do not render patterns when using CairoImageOutputDev
1519          * Allow Transitions dictionary to be a Ref
1520          * Do not crash if jpeg_start_decompress fails. KDE bug #214317
1521         
1522         glib:
1523          * Fix CVE-2009-3607
1524         
1525         qt4:
1526          * Use '.' in the annotations XML instead of the decimal separator of the current locale
1528 Release 0.12.1
1530         core:
1531          * Fix compilation on some compilers
1532          * Only initialize the font list once in Windows32/MSVC
1533          * Do not crash on fonts without CharCodeToUnicode. Bug #24036
1534          * Fix regression due to not setting LC_NUMERIC anymore
1535          * Improve realibility for Streams with broken Length. Bug #6841
1536          * Write the Info into the trailer dict if there is one. Bug #24091
1537          * Do not crash when saving files that come from a stream without name. Bug #24090
1538          * Improve relability of the save function
1539          * Fix the Length value if it was wrong when saving
1540          * Fix includes for those using internal headers
1541          * Rework how hinting is used in the splash backend. It is disabled by default now
1542          * fix constructor of DCTStream when using internal decoder
1543          * Security fixes based xpdf 3.02pl4
1544         
1545         qt4:
1546          * Add the possibility of setting wheter to use or not font hinting
1547          * Add a way for converters to return more exact errors they had when converting
1548          * Check the document is not locked when converting to PS
1549         
1550         build system:
1551          * Compile on Cygwin
1552          * Use _WIN32 instead of WIN32. Bug #24259
1553          * Add the possibility to pass LIB_SUFFIX when using CMake
1555 Release 0.12.0
1557         core:
1558          * Fix printf format security warnings
1559          * Improve rendering of radial shadings. Bug #20238
1560          * Better fallback when there's a font type mismatch. Bug #17252
1561          * Do not crash on attachments without data stream. Bug #10386
1562          * Fix infinite loop in JBIG2Decoder. Bug #23025
1563         
1564         build system:
1565          * Minimizes pkg-config dependencies for Qt frontends
1566          * Add automake 1.11 support
1567          * Use the newest automake found and not the oldest
1568          * Support AM_SILENT_RULES when using automake 1.11
1569         
1570         utils:
1571          * Add common options to pdftoabw
1573 Release 0.11.3 (0.12 RC 1)
1575         core:
1576          * Optimization in the Cairo renderer for some fonts
1577          * Do not apply masks when fill color space mode is csPattern in the Cairo renderer. Bug #22216
1578          * Check for overflow when parsing integers. Bug #23078
1579          * Do not save the font file twice for FreeType fonts in the Cairo renderer. Bug #20491
1580          * Use current fill_opacity when drawing images in the Cairo renderer
1581          * Fix alpha rendering in some files in the Splash renderer. Bug #22143, #22152
1582          * Implement tiling patterns in the Cairo renderer
1583          * When converting a cm matrix to PS write 4 significant digits for numbers < 1 not 4 decimals. Bug #23332
1584          * Fix changing of locale, now poppler no longer changes LC_NUMERIC to "C"
1585          * Return PDF version as two integers instead of as a double
1586         
1587         Qt4:
1588          * Addition of the Color Management API
1589          * Small fix to documentation
1590          * Fix backwards text search
1591         
1592         utils:
1593          * Add the -png flag to pdftoppm to output to PNG
1595 Release 0.11.2 (0.12 Beta 2)
1597         core:
1598          * Make DecryptStream return sane values for getPos(). Bug #19706
1599          * Fix bug when printing pdf with multiple page sizes in duplex mode
1600          * Initilize AnnotColot properly when the Array is not correct
1601          * Fix crash on some files with forms. Bug #22485
1602          * Fix crash in files with invalid embedded files. Bug #22551
1603          * Improve FileSpec attribute parsing
1604          * Cairo output device improvements. Bugs #10942, #18017, #14160
1605          * Implement blend modes in cairo backend
1606          * Handle fontType1COT fonts in CairoFontEngine
1607          * Fix generation of PS for some files. Bug #18908
1608          * Don't use byte_lookup table when color space doesn't support getLine methods. Bug #11027
1609          * Fix rendering of PDF files with malformed patterns. Bug #22835
1610          * Add the possibility of disabling font substitution in pdftops. Bug #23030
1611          * Fix some radio buttons not being detected as such
1612         
1613         glib:
1614          * Improvements to the demo
1615         
1616         Qt4:
1617          * Improvements to the demo
1618         
1619         build system:
1620          * Use gtkbuilder rather than libglade for some tests
1621         
1622         utils:
1623          * Fix bug with noCrop parameter in pdftops 
1625 Release 0.11.1 (0.12 Beta 1)
1627         core:
1628          * Support colorizing text in pattern colorspace. Bug #19670 and #19994
1629          * Add the possibility of forcing no hinting of fonts in the Splash backend
1630          * Support multiple page sizes when converting to PS. Bug #19777
1631          * Also tokens with leading 00 when parsing the char to unicode map. Bug #22025
1632          * Improvements of rendering speed in documents using PS transformations a lot. Bug #21562
1633          * More work on Annotations support
1634          * Use Interpolate flag to decide whether applying image interpolation during rendering. Bug #9860
1635          * Handle Streams in CMap definitions. Bug #22334
1636          * Fix some bugs in JBIG2Stream handling
1637          * Fix dashed line in page 1 of bug 20011
1638          * Fix exit(1) when rendering a file
1639          * Fix pdftops crash on file from KDE bug #174899
1640          * Fix PS generation in some files. Bug #20420
1641          * Do not create the GfxColorTransform if the lcms could not be created. Bug #20108
1642          * Check Mask entries are int before using them, if they are real cast to int and try to use them. Bug #21841
1643          * Use the correct value when creating the V field for form combo boxes
1644          * Give an error when using level1sep in pdftops without having CMYK support. Bug #22026
1645          * Don't include lcms.h in GfxState.h
1646          * Fix splashColorModeNComps to correctly include all values for each SplashColorMode
1647          * Add splashClearColor that assigns white to the given colorptr
1648          * Kill support for specifying extension in openTmpFile. Bug #21713
1649          * Fix "Conditional jump or move depends on uninitialised value". Bug #20011
1650         
1651         glib:
1652          * Add poppler_annot_markup_has_popup()
1653          * Hyphenate UTF-8 and UTF-16BE. Bug #21953
1654          * Use g_strerror instead of strerror. Bug #22095
1655          * Fix a crash when a destination points to an invalid page
1656          * Improvements to the demo
1657         
1658         Qt4:
1659          * Add LinkDestination::destinationName()
1660          * Do not try to resolve named destinations for GoTo links pointing to external documents
1661          * Add Page::thumbnail()
1662          * Improvements to the demo
1663          * Improvements to the documentation
1664         
1665         build system:
1666          * Build fix for MSVC
1667          * Better lcms cmake check comming from kdelibs
1668          * Use pkgconfig for autotools lcms check
1669          * Remove unneeded files from repo. Bug #22094
1671 Release 0.11.0 (0.12 Alpha)
1673         core:
1674          * Add initial support for color management
1675          * Remove case-insensitive matching of filenames in PDFDoc constructor
1676          * Fix extraction of some ActualText content
1677          * More work on Annotations support
1678          * Improve font rendering in Cairo output device
1679          * Fix bug in cairo backend with nested masks
1680          * Fix cairo luminosity smask rendering
1681          * Add optionally text support to Cairo output device
1682          * Add the possibility of setting the datadir on runtime
1683          * Return an error code instead of a boolean when saving
1684          * Make the font scanner more versatile
1685          * Small opimization in documents that use PostScriptFunction transforms
1686          * Minor optimization to Stream handling
1687          * Fix some compile warnings
1688         
1689         glib:
1690          * Optional content support
1691          * More work on Annotations support
1692          * Improvements to the demo
1693          * Documentation improvements
1694          * Fix build when compiling with GTK_DISABLE_SINGLE_INCLUDES
1695         
1696         Qt4:
1697          * Support URI actions for Table Of Contents items
1698          * Documentation improvements
1699          * Improvements to the demo
1700          * Add a FontIterator for iterating through the fonts of the document
1701         
1702         utils:
1703          * Allow the use of cropbox in pdftoppm
1704          * Make pdftohtml output png images when the image stream is not a jpeg
1705          * Make pdftotext accept cropping options like pdftoppm
1706          * Support rendering non-square pixels in pdftoppm
1707         
1708         build system:
1709          * Require Cairo 1.8.4 for the Cairo output device
1710          * Require CMake 2.6 when using the CMake build system
1711          * Optionally require libpng for pdftohtml
1712          * Optionally require libcms for color management
1714 Release 0.10.6
1716         core:
1717          * Fix problems that happen when parsing broken JBIG2 files.
1718            CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180
1719            CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, CVE-2009-1188
1720          * Fix parsing of incorrect border arrays. Bug #19761
1721          * Fix clip test for fonts. Bug #20950
1722          * Fix getGlyphAdvance to behave correctly on font size changes. Bug #20769
1723          * Misc build fixes
1724          
1725         build system:
1726          * Fix the Qt4 version we need
1728 Release 0.10.5
1730         core:
1731          * Read the UF entry if present and prefer it over F in Filespec dictionary
1732          * Fix typo that was making CairoOutputDev crash on some files. Bug #17337
1733          * Make JBIG2Stream more robust to corrupt input data
1734          * Do not blindly follow loops parsing OutlineItem. Bug #18364
1735          * Set up the error manager before calling jpeg_create_decompress. Bug #20484
1736          * Check there is an optional content config before using it. Bug #20587
1737          * Fix rendering of some PDF with OpenType fonts. Bug #20605
1739         build system:
1740          * Yet more support for build on windows
1741          * Use AC_CHECK_HEADER to find headers. Bug #20538
1742          * Check for pkgconfig before using it
1743          * General autotools improvements
1745 Release 0.10.4
1747         core:
1748          * Fix a memory leak when asking for a document-level JS
1749          * Do not crash in some PDF we do not parse correctly. Bug #19702
1750          * Fix crash on unexepcted form Opt value. Bug #19790
1751         
1752         utils:
1753          * Fix pdfimages to extract i color components per pixel jpeg images. Bug #19789
1755 Release 0.10.3
1757         core:
1758          * Fix a crash on documents with malformed outline. Bug #19024
1759          * Fix leak on AnnotScreen destructor. Bug #19095
1760          * Fix wrong PS generation when a large image is in Patterns. Bug #18908
1761          * Remove BaseFile.h it was never used. Bug #19298
1762          * Improve document saving
1763          * Fix PS generation of PDF with malformed font Length2 definition
1764          * Fix a leak while parsing annotations
1765          * Fix rendering of some checkboxes
1766         
1767         Qt4:
1768          * Fix positioning of Form rects on PDF with cropbox
1769          * Fix positioning of Annotation rects on PDF with cropbox. Bug #18558.
1770          * Small documentation improvements
1771          * Make Document::fonts() work when called more than once. Bug #19405
1772         
1773         build system:
1774          * CMake: look harder for openjpeg
1775          * CMake: update the poppler core headers installation
1776          * Autotools: do not install Function.cc as it's not a header
1777         
1778         Qt:
1779          * Fix deserialization of links right coordinate
1781 Release 0.10.2
1783         core:
1784          * Fix a crash when selecting text in word mode
1785          * Fix a crash in some malformed documents (second argument of opMarkPoint is not a dictionary)
1786          * Ensure cairo font matrix is invertable. Fixes bugs #18254 and #18429
1787          * Fix a memory leak (Bug #18924)
1788         
1789         Qt4:
1790          * Fix deserization of links right coordinate
1791         
1792         misc:
1793          * Fix build on Solaris 10 + Sun Studio 12
1794          * Compile with -pedantic
1796 Release 0.10.1
1798         core:
1799          * Improvements in Optional Content support
1800          * Small fix in Form support
1801          * Fix memory leak in case of error
1802          * Fix potential crash on text search
1803          * Try render documents with invalid indexed color space parameters. Bug #18374
1804          * Fix crash on text extraction when poppler-data is not installed. Bug #18023
1805         
1806         Qt:
1807          * Fix two memory leaks
1808         
1809         Qt4:
1810          * Small documentation improvement
1811          * Fix memory leak in the demo code
1813 Release 0.10.0
1815         core:
1816          * Fix crashes on PDF using Stitching or Axial Shading painting
1817          * Fix rendering of PDF with Type1 fonts that have more than
1818            one encoding definition per line
1819          * Do not try to save documents that have Encryption as we
1820            do not support that and the user ended with a broken file
1821          * Fix crash on files with OptionalContentGroup but no Name
1822         
1823         Qt4:
1824          * Fix the area of the links to be correctly reported on rotated documents
1825         
1826         misc:
1827          * Mingw+Msys should work
1829 Release 0.9.3 (0.10 RC 2)
1831         core:
1832          * Fix rendering regression on some embedded fonts
1833          * Fix rendering regression of some special fonts
1834          * Fix crash on documents with bogus jpeg data
1835         
1836         Qt4:
1837          * The printing flag defaults to true on PSConverter
1838          * Documentation improvement
1839         
1840         utils:
1841          * Fix regression that made HmtlOutputDev ignore jpeg images
1842         
1843         misc:
1844          * Improve compilation on mingw
1846 Release 0.9.2 (0.10 RC 1)
1848         core:
1849          * Fix conversion to PS some files (bug #17645)
1850          * Small Form fixes
1851          * Small JS fixes
1852          * Improve memory usage of the cairo renderer
1853         
1854         utils:
1855          * Fix mismatched free/delete in pdftohtml
1856          * Fix memory leak in pdftohtml
1857          * Fix crash in pdftohtml
1858         
1859         glib:
1860          * Fix a crash in forms demo
1861         
1862         misc:
1863          * Compile with -pedantic
1865 Release 0.9.1 (0.10 Beta 2)
1867         Core:
1868                 * Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523)
1869                 * Improve parsing of broken files (bug #17568)
1870                 
1871         glib frontend:
1872                 * Minor improvements to the demo application
1873         
1874         utils:
1875                 * pdftohtml: Generate the outline file in the same place
1876                              of the other generated files (bug #17504)
1878 Release 0.9.0 (0.10 Beta 1)
1880         Core:
1881          * Initial JavaScript support
1882          * Annotation improvements
1883          * Improvements in the Arthur based renderer
1884          * Improvements in the Cairo based renderer
1885          * Added a JPEG2000 decoder based on OpenJPEG
1886          * Small fixes in ActualText implementation
1887          * Fix jpeg rendering when not using the libjpeg based decoder
1888          * Movie fixes
1889          * Do not get out of memory on documents that specify huge fonts
1890          * Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries
1891          * Forms improvements   
1892         
1893         Qt4 frontend:
1894          * Annotation improvements
1895          * Forms improvements
1896          * Add the possibility of extracting embedded fonts
1897          * Initial Movie support
1898          * Documentation improvements
1899          * Small improvements in the PS exporter
1900         
1901         glib frontend:
1902          * Annotation improvements
1903          * Attachment fixes
1904         
1905         utils:
1906          * updated man pages
1907          * Added -listenc to pdfinfo and pdftotext
1909 Release 0.8.7
1911         Core:
1912          * Fix regression in Form rendering
1913          * Fix memory leak in the cairo backend
1915 Release 0.8.6
1917         Core:
1918          * Call error() when font loading fails
1919          * Be less strict parsing TTF tables (bug #16940)
1920          * Fix crash due to uninitialized variable
1922         Qt 4 frontend:
1923          * Make the paper color setting working as it should
1924          * Make sure to use the correct page width/height for form widgets coordinates
1926 Release 0.8.5
1928         Core:
1929          * Fix crash on PDF that define a page thumbnail but it's not a Stream
1930          * Fix crash when Annots object is not of the desired type
1931          * Fix crash when obtaining fonts in PDF where XObjects link themselves in loops
1932          * Fix crash on documents with an IRT object
1933          * Saving should work much better now
1934          * Plug some memory leaks in Annotation handling
1935         
1936         Utils:
1937          * pdftohtml: Don't crash on documents that specify an invalid named dest for a link
1938          * pdftohtml: Make html output to keep all the spaces with &nbsp;
1939          * pdftohtml: Improve a bit text layout
1940          * pdftohtml: Make xml output valid xml
1942 Release 0.8.4
1944         Core:
1945          * Fix leak in ABWOutputDev.cc
1946          * Fix uninitialized variable that broke file saving in some cases
1947          * Use a single global FT_Library in CairoOutputDev.
1948            Fixes some crashes in CairoOutputDev.
1949         
1950         Qt 4 frontend:
1951          * Fix saving over existing files
1952         
1953         build system:
1954          * Make sure Qt4 moc is used to generate moc files in Qt4 frontend
1956 Release 0.8.3
1958         Core:
1959          * Fix crash when reading some PDF with annotations
1960          * Fix crash on PDF that reference Optional Content elements that don't exist
1961          * Fix leaks on error conditions
1962          * Do not limit CharCodeToUnicodeString to 8 characters
1963          * Support for surrogates outside the BMP plane
1964         
1965         Qt 3 frontend:
1966          * Fix crash when reading PDF with password
1967          * Fix leak when calling scanForFonts()
1968         
1969         Qt 4 frontend:
1970          * Fix the text() method
1971         
1972         Splash renderer:
1973          * Fix compilation with --enable-fixedpoint
1975 Release 0.8.2
1977         core:
1978          * Fix call broken by a fix introduced in 0.8.1
1980 Release 0.8.1
1982         core:
1983          * Do not call FT_Done_Face on a live cairo_font_face_t as it might cause crashes
1984          * Do not take into account Colorspace resource subdictionary for image XObjects
1985          * Downsample 16 bit per component images to 8 bit per component so they render
1986         
1987         build system:
1988          * Link to pthread when the system needs it
1990         windows:
1991          * Fix comparing against NULL instead against INVALID_HANDLE_VALUE when calling FindFirstFile
1993 Release 0.8.0
1995         * Fix caching of members in the glib frontend causing issues with rendering
1996         * Change glib public api to have a correct naming
1997         * Some better error handling on corner cases
1998         * Check the document stream is seekable when opening it
1999         * Build fixes with autotools and with cmake
2000         * Fix infinite recursion on some malformed documents when consulting the fonts
2001         * Fix possible crash when asking for Movie contents
2003 Release 0.7.3 (0.8 RC 2)
2005         * Fix regression in Splash renderer
2006         * Fix off-by-one write in Splash
2007         * Plug some minor leaks in Optional Content code
2008         * Improve error handling when creating a document in the glib frontend
2010 Release 0.7.2 (0.8 RC 1)
2012         Major Changes:
2013          * Improve font matching not forcing default values onto Fontconfig
2014          * Add preliminary annotations support in the glib frontend
2015          * Initial Movie support in the core
2016          * Make GDK dependency optional in glib bindings
2018         Minor Changes:
2019          * Make the core able to read mime types of embedded files
2020          * Qt4 API for accessing mime types of embedded files
2021          * Handle correctly check state of optional content groups
2022            regarding parents state
2023          * Avoid setting singular CTM matrices on the Cairo backend
2024          * Improved Qt4 API to get character position
2025          * Qt4 api documentation improvements
2026          * Qt4 minor stability fixes
2027          * Proper lib64 Qt detection
2028          * Fix build when compiling without cairo support
2030 Release 0.7.1 (0.8 Beta 2)
2032         Major Changes:
2033          * Really distribute CMake files as optional build tool
2034          * Initial Optional Content support in core and in the Qt4 frontend
2036         Minor Changes:
2037          * Allow grouped checkboxes to be selected individually
2038          * Qt4 demo program improvements
2039          * Keep cairo and cairo_shape consistent
2040          * Safety checks on Splash renderer so that it does not draw outside the allocated bitmap
2041          * Do not try to display bitmaps of invalid size
2042          * Fix building with exceptions
2043          * Improvements for building with MSVC and CMake
2045 Release 0.7.0 (0.8 Beta 1)
2047         * Saving support
2048         * Partial annotation support
2049         * Forms improvements
2050         * Add support for ActualText entries
2051         * Display characters outside of unicode BMP with TT font
2052         * CJK rendering fixes
2053         * Implement Adobe Glyph Naming convention for fonts
2054         * CMake as optional build tool
2055         * Better font scaling for non embedded fonts
2056         * Preserve PDF page labels when we output as postscript
2058 Release 0.6.4
2060         Qt4 frontend:
2061          * Fix crash on links that point to a non existant page
2062          * Make Document::renderHints return the correct render hints
2063          * Fix infinite loop when parsing LineAnnotation
2065         core:
2066          * Fix crash in the Splash renderer when T3 fonts are badly defined
2067          * Draw underlined Links correctly
2069         utils:
2070          * Fix two use after free bugs in HtmlOutputDev.cc
2072         build system:
2073          * Fix build on mingw32
2075         tests:
2076          * Distribute the glade file of pdf-inspector
2078 Release 0.6.3
2080         core:
2081          * Fix crash in extra debug code
2083         glib frontend:
2084          * Make sure passwords are passed correctly to poppler core
2086         Qt frontend:
2087          * Fix crash on documents that specify an empty date
2088         
2089         build system:
2090          * Disable gtk tests if the user disabled glib frontend
2092 Release 0.6.2
2094         poppler core:
2095          * Fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393
2096          * Fix a crash on documents with wrong CCITTFaxStream
2097          * Fix a crash in the Cairo renderer with invalid embedded fonts
2098          * Fix a crash with invalid TrueType fonts
2099          * Check if font is inside the clip area before rendering
2100            it to a temporary bitmap in the Splash renderer. Fixes crashes on
2101            incorrect documents
2102          * Do not use exit(1) on DCTStream errors
2103          * Detect form fields at any depth level
2104          * Do not generate appearance stream for radio buttons that are not active
2105          * mingw fixes
2106         
2107         build system:
2108          * Require fontconfig >= 2.0
2109          * builddir != srcdir fixes
2110         
2111         Qt4 frontend:
2112          * Improved documentation
2113         
2114         misc:
2115          * Fix FSF address
2117 Release 0.6.1
2119         poppler core:
2120          * Fix printing with different x and y scale
2121          * Fix crash when Form Fields array contains references to non existent objects
2122          * Fix crash in CairoOutputDev::drawMaskedImage()
2123          * Fix embedded file description not working on some cases
2124         
2125         Qt4 frontend:
2126          * Fix printing issue
2127          * Avoid double free
2128          * Fix memory leak when dealing with embedded files
2129         
2130         glib frontend:
2131          * Fix build with --disable-cairo-output
2132          * Do not return unknown field type for signature form fields
2133         
2134         build system:
2135          * Support automake-1.10
2136          * More compatible sh code in qt.m4
2137         
2138         utils:
2139          * Fix build on Sun Studio compiler
2141 Release 0.6
2143         - CairoOutputDev fixes
2144         - Allow pdftoppm to read/write from stdin/stdout
2145         - API work on Qt4 frontend
2146         - Fix pdfimages produces inverted image for black & white image
2147         - Fix error on the NFKC text matching routine
2148         - Add support for word and line selections
2149         - Do not enforce %%EOF at the end of file
2150         - Pad zeroes instead of aborting when rendering 1-bit images
2151           and the stream is too short
2152         - Update glib bindings documentation
2154 Release 0.5.91 (0.6 Release Candidate 2)
2156         - Various memory leaks fixed
2157         - Compile with --enable-fixedpoint. Bug #11110
2158         - Header cleanup
2159         - Remove dependency on debugxml. Bug #11187
2160         - Allow access to document metadata in glib and qt4 frontends
2161         - Several glib API frontend improvements
2162         - Fix crash on accessing embedded files
2163         - Build on Sun Force compiler
2164         - Render '*' instead of the actual content in password form fields
2165         - Fix pdftohtml complex output. Bug #9746 and #11610
2166         - Windows build fixes
2167         - Improve Japanese font support. Bug #11413
2168         - Do not exit the program on files that confuse libjpeg
2169         - Update required cairo version to 1.4
2170         - Fix CVE-2007-3387
2172 Release 0.5.9 (0.6 Release Candidate)
2174         - Merge xpdf 3.02 changes
2175         - Qt4 frontend is not marked anymore as unstable
2176         - Support for Sound objects
2177         - Support for Opening/Closing page actions 
2178         - Support for page duration
2179         - Improve PS Tokenizer performance thanks to Scott Turner
2180         - Various speed ups by Krzysztof Kowalczyk
2181         - Beginning of Interactive Form support by Julien Rebetez
2182         - xpdfrc is no longer used for anything
2183         - Add AbiWord output device and pdftoabw program by Jauco Noordzij
2184         - Fix security issue MOAB-06-01-2007
2185         - Lots of bugs fixed
2187 Release 0.5.4
2189         - Automatically read in CJK encoding files if they're
2190           installed (#2984, #7105, #7093).  This works with the new
2191           poppler-data package.
2192         - Speed ups by Krzysztof Kowalczyk (#8112)
2193         - Patch from Dom Lachowicz to let the utils take input on stdin.
2194         - Bugs fixed (#8182, #4649, #7906, #8048, #7113, #4515, #3948,
2195           #7924, #7780, #7646, #6948, #7788, #7661, #7005)
2197 Release 0.5.3
2199         - Add poppler as a private requires of poppler-glib.
2200         - Allow CairoFont creation to fail more gracefully (#4030).
2201         - Back out the rest of krh's type3 font work.
2202         - Revert splashModeRGB8 changes.
2203         - Add missing poppler-annotation-helper.h.
2205 Release 0.5.2
2207         - Much improved Qt bindings (Albert Astals Cid).
2208         - Cairo backend now supports masked images (Jeff Muizelaar, #6174).
2209         - Patches from Kouhei Sutou to make glib bindings more
2210           language binding friendly (#6907, #6897, #6899, #6905).
2211         - Search now works with ligatures (Ed Catmull, #2929).
2212         - The glib bindings now has an entry point to render to a cairo_t.
2213         - GCC 4.1 and MSVC compilation fixes.
2214         - Memory leaks plugged: #6908, #6947, #6765, #6764, #6187
2215         - Misc bug fixes: #6984, #6896, #6913, #6926, #4481, #5951,
2216           #6551, #6500, #6492, #6454, #6079, #6167.
2218 Release 0.5.1
2220         - Support for embedded files.
2221         - Handle 0-width lines correctly.
2222         - Avoid external file use when opening fonts.
2223         - Only use vector fonts returned from fontconfig (#5758).
2224         - Fix scaled 1x1 pixmaps use for drawing lines (#3387).
2225         - drawSoftMaskedImage support in cairo backend.
2226         - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420.
2228 Release 0.5.0
2230         - Font matching code for non embedded fonts now use fontconfig
2231           instead of hard coded list of fonts.
2232         - Merge in Xpdf 3.01 changes.
2233         - Add command line tools from Xpdf.
2234         - Make install of Xpdf header files ./configure'able.
2236 Release 0.4.0
2238         - Real text selection.
2239         - API breakage in glib wrapper: dropping dest_x and dest_y
2240           arguments from poppler_page_render_to_pixbuf().
2242 Release 0.3.3
2244         - New glib API to get document font information (Marco).
2245         - More document properties available as glib properties (Emil
2246           Soleyman-Zomalan, #3359)
2247         - Optimize color conversion for images.
2248         - Support for constant opacity.
2249         - Fix problems with pkg-config files.
2250         - Bugs fixes: #3491, #2911, #3362, #3340, #3265, #3239, #3396.
2252 Release 0.3.2
2254         - New API to get poppler version and backend type. 
2255         - Various font fixes from Albert Astals Cid.
2256         - Update to cairo 0.5.0 API, including better font support.
2257         - Meta data for the glib binding.
2259 Release 0.3.1
2261         - Add qt/poppler-private.h to SOURCES
2262         - Jeff's path to use zlib instead of builtin decompression.
2263         - Bug fixes: #2934, segfault on invalid links, #3114
2265 Release 0.3.0
2267         - First cut at qt wrapper, including a getText() method for
2268           getting text from a page.
2269         - More glib functionality: meta data, set page orientation,
2270           print to PS
2271         - Performance fixes for glib cairo
2272         - Bug fixes
2274 Release 0.2.0  (Tue Apr  5 12:32:10 EDT 2005)
2276         - Add glib wrapper for poppler, which will use cairo rendering
2277           if available
2278         - Support for page labels
2279         - configure and build fixes.
2281 Release 0.1.2  (Wed Mar  9 10:45:58 EST 2005)
2283         - cairo optimizations and fixes from Jeff Muizelaar
2284         - Bump cairo requirement to 0.4
2285         - Make cairo and gtk checks fail gracefully
2287 Release 0.1.1
2289         - Fix issues with installed header files including config.h
2290         - Fix a couple of typos in pkg-config files
2291         - Install splash and cairo header files when necessary
2293 Release 0.1 - no date yet
2295         - First release
2296         - More NEWS here