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 2022/09/26 06:28:40 UTC

svn commit: r1904258 - /pdfbox/branches/2.0/RELEASE-NOTES.txt

Author: lehmi
Date: Mon Sep 26 06:28:40 2022
New Revision: 1904258

URL: http://svn.apache.org/viewvc?rev=1904258&view=rev
Log:
prepare for 2.0.27 release

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

Modified: pdfbox/branches/2.0/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/RELEASE-NOTES.txt?rev=1904258&r1=1904257&r2=1904258&view=diff
==============================================================================
--- pdfbox/branches/2.0/RELEASE-NOTES.txt (original)
+++ pdfbox/branches/2.0/RELEASE-NOTES.txt Mon Sep 26 06:28:40 2022
@@ -1,11 +1,11 @@
-Release Notes -- Apache PDFBox -- Version 2.0.26
+Release Notes -- Apache PDFBox -- Version 2.0.27
 
 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 2.0.25 release. It contains
+This is an incremental bugfix release based on the earlier 2.0.26 release. It contains
 a couple of fixes and small improvements.
 
 For more details on these changes and all the other fixes and improvements
@@ -14,52 +14,41 @@ PDFBox issue tracker at https://issues.a
 
 Bug
 
-[PDFBOX-4623] - COSParser: Infinite recursion
-[PDFBOX-5203] - TestCreateSignature.testCreateSignedTimeStamp checkLTV build test fail
-[PDFBOX-5283] - No Content - xRef / Obj Parsing
-[PDFBOX-5305] - Pdf-A/1b Validation
-[PDFBOX-5339] - A list of bugs found (70 bugs in total)
-[PDFBOX-5342] - Text size option for PDFBox Debugger
-[PDFBOX-5345] - IllegalArgumentException: Input buffer too short in StandardSecurityHandler.computeRC4key
-[PDFBOX-5352] - ArrayIndexOutOfBoundsException in PDSeparation.tintTransform()
-[PDFBOX-5360] - EOFException: Can't read 20 bytes
-[PDFBOX-5361] - Wrong datatype for OPM in PDExtendedGraphicsState
-[PDFBOX-5366] - Unhandled IOException thrown from BaseParser creates issue in PDFStreamEngine.processStreamOperators
-[PDFBOX-5372] - *LOADS of* "WARNING: key node000xxxxx already exists in destination IDTree"
-[PDFBOX-5373] - NullPointerException in PDRange.getMin()
-[PDFBOX-5376] - Image interpolation when there shouldn't be
-[PDFBOX-5377] - pDAcroForm.flatten() does not remove /SigFlags in /Catalog object
-[PDFBOX-5380] - Could not read embedded TTF for font
-[PDFBOX-5387] - ToUnicodeWriter.writeTo allows byte overflow in bfrange operator
-[PDFBOX-5390] - TextToPDF appends space to each line
-[PDFBOX-5393] - NegativeArraySizeException in pfb parser with 0 byte pfb font file
-[PDFBOX-5395] - Hangup in COSFilterInputStream.nextRange
-[PDFBOX-5397] - Certain PDF cannot be processed
-[PDFBOX-5398] - Parsing fails in 2.0.26 that worked in 2.0.25
-[PDFBOX-5399] - Object must be defined and must not be compressed object
-[PDFBOX-5400] - Page tree root must be a dictionary
-[PDFBOX-5401] - A carefully crafted pdf can trigger an infinite loop while parsing
-[PDFBOX-5402] - POCIDFontType2 (Wingdings) encode throws a NullPointerException
-[PDFBOX-5410] - Possible loop detection is triggered in 2.0.26 but file works in 2.0.25
-[PDFBOX-5412] - IOException: object reference 112 0 R at offset 18355 in content stream
-[PDFBOX-5413] - Field text missing
-[PDFBOX-5418] - NPE during page render
-[PDFBOX-5419] - Parsing shows 1 empty page with 2.0.26 and 7 with 2.0.25
+[PDFBOX-4925] - Invalid stream Length validation in StreamValidationProcess
+[PDFBOX-5389] - To set compressed on buffered image while creating a PDF
+[PDFBOX-5403] - Blurry / distorted rendering
+[PDFBOX-5424] - java.lang.IndexOutOfBoundsException (2)
+[PDFBOX-5427] - PDFDebugger does not remove listeners for PagePane when opening new File
+[PDFBOX-5428] - PDFRenderer.renderImageWithDPI thows EOFException in PDF
+[PDFBOX-5429] - PDFCloneUtility.checkForRecursion breaks support for some existing PDFs
+[PDFBOX-5430] - PDFStreamEngine.showTextStrings with font switch
+[PDFBOX-5453] - ClassCastException (PDColor.java:66)
+[PDFBOX-5459] - NullPointerException in PDFunctionType3.eval()
+[PDFBOX-5460] - Deadlock in TrueTypeFont and RAFDataStream
+[PDFBOX-5463] - illegalArgumentException for rendering PDF (image extraction)
+[PDFBOX-5465] - NullPointerException in CmapSubtable.getCharCode
+[PDFBOX-5470] - PDActionEmbeddedGoTo does not accept a Destination with a page number or string
+[PDFBOX-5471] - NPE when Transparency Group is missing the BBox
+[PDFBOX-5484] - PDFRenderer does not render letters when converting page to image
+[PDFBOX-5488] - JPEG image rendered with wrong colors when using TwelveMonkeys
+[PDFBOX-5499] - Performance issue since 2.0.18
+[PDFBOX-5500] - NullPointerException in PDType0Font.readCode() if cMap is null
+[PDFBOX-5504] - NullPointerException in CFFParser.parseFont()
+[PDFBOX-5505] - IndexOutOfBoundsException in PDCIDFont.readWidths()
+[PDFBOX-5506] - IndexOutOfBoundsException in Type1Parser.java
+[PDFBOX-5507] - ClassCastException in CMapParser.parseBeginbfchar
+[PDFBOX-5508] - ClassCastException in PDXObject.createXObject()
+[PDFBOX-5509] - ClassCastException in PDAcroForm.getFields()
+[PDFBOX-5510] - ClassCastException in PDDocumentCatalog.getAcroForm()
+[PDFBOX-5511] - ClassCastException in PDResources.getIndirect()
+[PDFBOX-5513] - getPageLayout throws IllegalArgumentException for empty mode
+[PDFBOX-5514] - Font not found because of case issues
 
 Improvement
 
-[PDFBOX-5347] - Create push button example
-[PDFBOX-5348] - FontMapper should also take into account the user's font directory on Windows operating systems
-[PDFBOX-5363] - Don't log warnings if there are not fonts to cache
-[PDFBOX-5379] - support multiple widgets in PDTerminalField.importFDF()
-[PDFBOX-5385] - Improve AddValidationInformation to handle exceptional situations better
-[PDFBOX-5388] - Avoid duplicate certificates in AddValidation example
-[PDFBOX-5394] - Render symbol for file attachment annotations
-
-Task
-
-[PDFBOX-5356] - Add test of PFB font
-[PDFBOX-5396] - Add maven enforcer rule to ensure that JAVA_HOME is set
+[PDFBOX-5448] - Clarify access permission for high / low print quality
+[PDFBOX-5450] - Create Opaque PDFRenderer example
+[PDFBOX-5494] - "invalid object number value" is too scary
 
 Release Contents
 ----------------