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 2023/06/28 16:42:27 UTC

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

Author: lehmi
Date: Wed Jun 28 16:42:27 2023
New Revision: 1910669

URL: http://svn.apache.org/viewvc?rev=1910669&view=rev
Log:
prepare for 2.0.29 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=1910669&r1=1910668&r2=1910669&view=diff
==============================================================================
--- pdfbox/branches/2.0/RELEASE-NOTES.txt (original)
+++ pdfbox/branches/2.0/RELEASE-NOTES.txt Wed Jun 28 16:42:27 2023
@@ -1,11 +1,11 @@
-Release Notes -- Apache PDFBox -- Version 2.0.28
+Release Notes -- Apache PDFBox -- Version 2.0.29
 
 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.27 release. It contains
+This is an incremental bugfix release based on the earlier 2.0.28 release. It contains
 a couple of fixes and small improvements.
 
 For more details on these changes and all the other fixes and improvements
@@ -14,41 +14,33 @@ PDFBox issue tracker at https://issues.a
 
 Bug
 
-[PDFBOX-4531] - Extraction of Arabic PDF has incorrect ordering of normalized ligatures
-[PDFBOX-5178] - Parsing differences between 2.0.23 and 2.0.24/3.0
-[PDFBOX-5521] - Signing tries to set byteRange of old signature
-[PDFBOX-5523] - Bug in org/apache/pdfbox/multipdf/Overlay#overlay(specificPageOverlayFile)
-[PDFBOX-5524] - Inactive OCGs shown when not top level
-[PDFBOX-5525] - Null pointer exception in PDFASchemaType.getNamespaceURI()
-[PDFBOX-5540] - export:text creates jibberish / malformed output
-[PDFBOX-5552] - ArrayIndexOutOfBounds in SampledImageReader.fromAny()
-[PDFBOX-5553] - PDFRenderer resulting image has black background
-[PDFBOX-5555] - NPE due to a malformed rectangle
-[PDFBOX-5557] - Fix meta markup in HTML generation
-[PDFBOX-5562] - ArrayIndexOutOfBoundsException in CFFCIDFont class
-[PDFBOX-5563] - Can't open PDF with PDFBox: java.awt.color.CMMException: LCMS error 13: Couldn't link the profiles
-[PDFBOX-5566] - ClassCastException in ShadingFill.process()
-[PDFBOX-5567] - Font gets smaller for each rendered page
-[PDFBOX-5572] - fix some logging inconsistencies
-[PDFBOX-5577] - NPE in PDFMergerUtility.acroFormLegacyMode()
-[PDFBOX-5582] - Avoid OOME when parsing an malformed pdf with a corrupted object stream
+[PDFBOX-4010] - A (rotated) barcode is missing from a pdf when printed
+[PDFBOX-5587] - NullPointerException in PDTrueTypeFont.java getPath( )
+[PDFBOX-5591] - Parsing of XMP metadata without optional xmpmeta element
+[PDFBOX-5593] - Avoid division by 0 in shading function interpolation
+[PDFBOX-5596] - MyPageDrawer#getPaint may produce UnsupportedOperationException
+[PDFBOX-5601] - Barcode corrupted when printing document
+[PDFBOX-5604] - The text in some fonts is lost when converting pdf to image
+[PDFBOX-5606] - PDFTextStripper runs out of memory in 2.0.28 but not in 2.0.27 same code
+[PDFBOX-5609] - all values in the signature dictionary shall be direct objects
+[PDFBOX-5611] - Glyphs not rendered
+[PDFBOX-5612] - PDF with mangled font rendering in some environments
+[PDFBOX-5614] - RadioButtons disappear when printing PDF
+[PDFBOX-5620] - BitsPerComponent 16 not allowed in PDF/A-1b
+[PDFBOX-5621] - NullPointerException in PDFStreamEngine.showText
+[PDFBOX-5624] - Infinte loop when parsing Type1 font
 
 Improvement
 
-[PDFBOX-5526] - Apply subsampling and region to masks
-[PDFBOX-5534] - Remove finalize from ScratchFileBuffer
-[PDFBOX-5549] - Invisible signature field is not referenced from /Annots dictionary of a Page
-[PDFBOX-5554] - Support charset parameter in TextToPDF
-[PDFBOX-5560] - Add a method to get the components of a composite glyph
-[PDFBOX-5564] - PDResource font cache improvement
-[PDFBOX-5565] - RFE: Comb flag warning
-[PDFBOX-5573] - fix unnecessary boxing/unboxing
-[PDFBOX-5575] - optimize LZWFilter
-[PDFBOX-5581] - renderer.setSubsamplingAllowed(true) causing the picture to blur
+[PDFBOX-5571] - Add duplex and tray parameters to PrintPDF
+[PDFBOX-5598] - Create command line utility to extract XMP data
+[PDFBOX-5605] - Improve Opaque PDFRenderer example
 
 Task
 
-[PDFBOX-5535] - Remove Travis build
+[PDFBOX-4932] - Implement /RunLengthDecode encoder
+[PDFBOX-5595] - Slight regression on corrupt bug tracker file
+[PDFBOX-5625] - move and update bc from jdk15on to jdk15to18
 
 Release Contents
 ----------------