You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2014/09/15 20:05:27 UTC

svn commit: r1625101 - /pdfbox/branches/1.8/RELEASE-NOTES.txt

Author: lehmi
Date: Mon Sep 15 18:05:27 2014
New Revision: 1625101

URL: http://svn.apache.org/r1625101
Log:
prepare 1.8.7 release

Modified:
    pdfbox/branches/1.8/RELEASE-NOTES.txt

Modified: pdfbox/branches/1.8/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/RELEASE-NOTES.txt?rev=1625101&r1=1625100&r2=1625101&view=diff
==============================================================================
--- pdfbox/branches/1.8/RELEASE-NOTES.txt (original)
+++ pdfbox/branches/1.8/RELEASE-NOTES.txt Mon Sep 15 18:05:27 2014
@@ -1,11 +1,11 @@
-Release Notes -- Apache PDFBox -- Version 1.8.6
+Release Notes -- Apache PDFBox -- Version 1.8.7
 
 Introduction
 ------------
 
 The Apache PDFBox library is an open source Java tool for working with PDF documents.
 
-This is an incremental bugfix release based on the earlier 1.8.5 release. It 
+This is an incremental bugfix release based on the earlier 1.8.6 release. It 
 contains a couple of fixes and small improvements.
 
 For more details on all fixes included in this release, please refer to the following
@@ -13,61 +13,65 @@ issues on the PDFBox issue tracker at ht
 
 Bug
 
-[PDFBOX-54] - please correct the SetField example
-[PDFBOX-62] - Incorrect (zero) character widths returned in some docs
-[PDFBOX-239] - PDFToImage prints every word at the start of the line
-[PDFBOX-934] - ImageToPDF.createPDFFromImage causes problems for certain TIFF inputs
-[PDFBOX-1474] - PDDocument.decrypt does not throws InvalidPasswordException
-[PDFBOX-1689] - Partial failure to render PDF
-[PDFBOX-1713] - [PATCH] Bullet character not rendered
-[PDFBOX-1756] - ClassCastException CosString cannot be cast to COSName
-[PDFBOX-1845] - PDDocument.load() give Error: Expected a long type at offset 1633
-[PDFBOX-1895] - Type0 settings /Registry and /Ordering are not decrypted when writing
-                document
-[PDFBOX-1922] - NonSequentialParser not reading version in header and trailer
-[PDFBOX-2047] - read operations alter PDLab object
-[PDFBOX-2050] - Add predictor to LZW filter
-[PDFBOX-2054] - Remove System.out.println()
-[PDFBOX-2056] - incomplete build tests
-[PDFBOX-2057] - Importing BufferedImage into PDPixelMap is broken in 1.8.5
-[PDFBOX-2058] - The text of pdfs using Type1C can't be extracted correct
-[PDFBOX-2063] - Incomplete EOF detection in ASCIIHexFilter
-[PDFBOX-2064] - ArrayIndexOutOfBoundsException in CompositeImage.createMaskedImage
-[PDFBOX-2072] - Wrong calculation of space char width in PDFStreamEngine
-[PDFBOX-2073] - PDF files with unusual Japanese font can not be rewrite correctly
-[PDFBOX-2074] - 4-bytes CMap entry causes exception
-[PDFBOX-2079] - Extra new line characters extracted in 1.8.5 for embedded files 
-                leading to ZipFile exception in Java 1.6
-[PDFBOX-2080] - Barcode getting color inverted in pdf to image conversion
-[PDFBOX-2082] - signing corrupts PDF when signature exactly fits allocated space
-[PDFBOX-2095] - Useless memory allocation in GlyfDescript
-[PDFBOX-2096] - ICC profile ignored if number of components is 1
-[PDFBOX-2100] - Gouraud shading doesn't work with function
-[PDFBOX-2101] - Surprising memory consumption when extracting images
-[PDFBOX-2102] - Characters swallowed on COSString.getString()
-[PDFBOX-2109] - CFFParser uses String constructor without encoding
-[PDFBOX-2110] - Font not found: CourierNew
-[PDFBOX-2111] - Cast error in Gouraud shadings
-[PDFBOX-2114] - ObjStm is being processed to late
-[PDFBOX-2115] - Use unfiltered stream in gouraud shadings
-[PDFBOX-2120] - Regression: Type 1 font corrupted
-[PDFBOX-2122] - FontBox's TTFDataStream doesn't set timezone in readInternationalDate
+[PDFBOX-91] - Problem with Form TextField and option "COMB"
+[PDFBOX-710] - XMPSchema.java:392 and XMPSchema.java:570 Possible null pointer 
+               dereference of bagElement
+[PDFBOX-1268] - OutOfMemory Error because of huge colors
+[PDFBOX-1511] - pdfMerger App produces Garbage
+[PDFBOX-1533] - When merging certain PDF's several odd looking empty pages occur 
+                in the result
+[PDFBOX-1872] - PDMetadata.exportXMPMetadata fails when Metadata has encrypted stream
+[PDFBOX-1875] - Image and some text missing in rendered file
+[PDFBOX-1940] - Faulty pdf->image rendering
+[PDFBOX-2020] - PDF/A Validation raises NullPointerException for PDFs without 
+                ImageColorSpace
+[PDFBOX-2141] - Shading not applied to text
+[PDFBOX-2153] - Setting the correct clipping path for shading
+[PDFBOX-2154] - NPE while rendering files with type3 fonts
+[PDFBOX-2156] - different shading patterns at different resolutions when ctm is null
+[PDFBOX-2160] - PDFTextStripper doesn't always write paragraph start
+[PDFBOX-2163] - inline image with EI in the middle incorrectly parsed
+[PDFBOX-2166] - AIOOBE with barcode ttf font
+[PDFBOX-2183] - COSArray cannot be cast to COSNumber
+[PDFBOX-2185] - Rotation and skew not applied on rectangles
+[PDFBOX-2186] - java.io.IOException: Catalog cannot be found
+[PDFBOX-2187] - ArrayIndexOutOfBoundsException in TIFFFaxDecoder
+[PDFBOX-2194] - Refactor predictor
+[PDFBOX-2198] - ClassCastException in COSArrayList.convertIntegerCOSArrayToList for
+                font widths
+[PDFBOX-2201] - getKeywords returns null although keywords are present
+[PDFBOX-2207] - Stream parsing still incorrect if length value is wrong
+[PDFBOX-2212] - OutOfMemoryError in GlyfCompositeDescrip
+[PDFBOX-2218] - PDFCheckbox NPE
+[PDFBOX-2222] - NPE in PDFStreamEngine
+[PDFBOX-2225] - ClassCastException in PDFMergerUtility.appendDocument
+[PDFBOX-2228] - LZW EarlyChange parameter isn't supported
+[PDFBOX-2234] - [PATCH] Invalid Color space preflight error on Java 8
+[PDFBOX-2237] - java.io.IOException: Image stream is empty for inline image
+[PDFBOX-2243] - java.lang.IllegalArgumentException: negative dash phase
+[PDFBOX-2247] - Regression in text extraction between 1.8.5 and 1.8.6
+[PDFBOX-2249] - Listbox controls render incorrectly in Adobe Acrobat or Adobe Reader
+[PDFBOX-2251] - NoSuchElementException when reading cmap format 4 subtable
+[PDFBOX-2257] - BufferedInputStream wrapped in BufferedInputStream
+[PDFBOX-2267] - IOException and partial rendering and colorspace creation error
+[PDFBOX-2270] - PDField.getFullyQualifiedName() returns name adding suffix '.null'
+[PDFBOX-2285] - debugLogMetadata doesn't log
+[PDFBOX-2291] - Differences in Overlay stamping between version 1.8.2 and 1.8.6
+[PDFBOX-2292] - Saving of decrypted version of password protected document gives an error
+[PDFBOX-2330] - Typo on usage message; "PDFDBox" instead of "PDFBox"
+[PDFBOX-2344] - NegativeArraySizeException in radial shading
+[PDFBOX-2345] - IndexOutOfBoundsException reading encrypted pdf
+[PDFBOX-2347] - NPE while creating security handler for decryption
 
 Improvement
 
-[PDFBOX-712] - SecurityHandlersManager May stop the application Server when running 
-               PDFParser in a Servlet.
-[PDFBOX-1596] - OverlayPDF logic should be moved into a library class
-[PDFBOX-1739] - Load document error for two RegisSTAR documents
-[PDFBOX-2034] - TestFilters is non-deterministic
-[PDFBOX-2052] - PDFCloneUtility does not handle COSStreamArray
-[PDFBOX-2066] - RubberStampWithImage should support more image types
-[PDFBOX-2084] - Make TestImageIOUtils optional in 1.8 for Fedora packaging
-[PDFBOX-2105] - Support for multipage TIFFs in CCITTFactory, makes PDFBox capable of
-                doing tiff2pdf
-[PDFBOX-2129] - Add PDFBox version to the title
-[PDFBOX-1600] - COSDocument and PDDocument declare throws IOException when they don't
-[PDFBOX-1584] - Add unit test for RandomAccessFileOutputStream
+[PDFBOX-1055] - XMPMetadata.getSchemasByNamespaceURI() implementation inefficient
+[PDFBOX-1915] - Implement shading with Coons and tensor-product patch meshes
+[PDFBOX-2151] - Replace log4j with commons logging
+[PDFBOX-2211] - Create sample code for creating a PDF with shading
+[PDFBOX-2236] - Useless dependency in specific usage
+[PDFBOX-2239] - Add missing values to PDComplexFileSpecification
+[PDFBOX-2314] - Restore backward compatibility between Overlay and OverlayPDF
 
 
 Release Contents