This is an automated email from the ASF dual-hosted git repository.

lehmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 374b878  Prepare 3.0.5 release
374b878 is described below

commit 374b878b1794194091b62448ea4cd966288b19e6
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Sat May 16 16:06:42 2026 +0200

    Prepare 3.0.5 release
---
 README.md         |  5 +----
 RELEASE-NOTES.txt | 29 ++++++++++++++++++++++++-----
 release-notes.md  | 17 +++++++++++++++++
 3 files changed, 42 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index d782799..ba2b226 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,6 @@
 The Java ImageIO plugin for JBIG2 enables access to images encoded using the 
JBIG2 image compression standard.
 This component is part of the [Apache PDFBox® 
project](https://pdfbox.apache.org/) 
 
-## Status
-[![Build 
Status](https://travis-ci.com/apache/pdfbox-jbig2.svg?branch=master)](https://travis-ci.com/apache/pdfbox-jbig2)
-
 ## Features
 The key features of the plugin are:
 
@@ -65,7 +62,7 @@ To use the plugin within a Maven POM-based project, simply 
include a dependency
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>jbig2-imageio</artifactId>
-      <version>3.0.4</version>
+      <version>3.0.5</version>
     </dependency>
 
 ### How to deal with embedded JBIG2 data
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8994af9..731449e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache JBIG2 ImageIO -- Version 3.0.4
+Release Notes -- Apache JBIG2 ImageIO -- Version 3.0.5
 
 Introduction
 ------------
@@ -6,20 +6,39 @@ Introduction
 The Java ImageIO plugin for JBIG2 enables access to images encoded using the 
JBIG2 
 image compression standard. This component is part of the Apache PDFBox® 
project.
 
-This is an incremental bugfix release based on the earlier 3.0.3 release.
+This is an incremental bugfix release based on the earlier 3.0.4 release.
 
 For more details on all fixes and improvements included in this release, 
please refer
 to the following issues on the PDFBox issue tracker at 
 https://issues.apache.org/jira/browse/PDFBOX.
 
+Sub-task
+
+[PDFBOX-6152] - InvalidHeaderValueException: Width/Heigth must be greater than 
zero.
+[PDFBOX-6154] - HENABLESKIP isn't supported
+[PDFBOX-6155] - AT (Adaptive template pixels) -1 byte skipped
+[PDFBOX-6156] - RegionBitmap bit blit slightly too large
+[PDFBOX-6158] - HalftoneRegion.renderPattern() doesn't render any patterns
+[PDFBOX-6159] - symInRefSize not respected when doing Huffmann decoding
+[PDFBOX-6160] - Immediate generic refinement region with no reference not 
displayed
+[PDFBOX-6161] - Immediate generic refinement region with no reference wrongly 
displayed
+[PDFBOX-6162] - Reuse of symbol context not properly supported
+[PDFBOX-6199] - Template 1 handling with TPGRON not supported
+
 Bug
 
-[PDFBOX-4671] - NoClassDefFoundError: Could not initialize class 
org.apache.pdfbox.jbig2.JBIG2ImageReader
-[PDFBOX-5242] - LoggerBridge loading under the wrong class loader
+[PDFBOX-5597] - JBIG2 image drawn is garbled when using subsampling
+[PDFBOX-6147] - NPE in JBIG2Page.getWidth()
+[PDFBOX-6148] - JBIG2ImageReader methods breaks ImageReader contract
 
 Improvement
 
-[PDFBOX-5220] - Optimizations for Bitmaps
+[PDFBOX-6205] - Support jacoco
+
+Task
+
+[PDFBOX-5535] - Remove Travis build
+[PDFBOX-6151] - Run serenity JBIG2 tests
 
 Release Contents
 ----------------
diff --git a/release-notes.md b/release-notes.md
index 40f7bde..9a8fa1f 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -16,6 +16,23 @@
 --->
 # Release notes
 
+- [PDFBOX-6152](https://issues.apache.org/jira/browse/PDFBOX-6152): 
InvalidHeaderValueException: Width/Heigth must be greater than zero.
+- [PDFBOX-6154](https://issues.apache.org/jira/browse/PDFBOX-6154): 
HENABLESKIP isn't supported
+- [PDFBOX-6155](https://issues.apache.org/jira/browse/PDFBOX-6155): AT 
(Adaptive template pixels) -1 byte skipped
+- [PDFBOX-6156](https://issues.apache.org/jira/browse/PDFBOX-6156): 
RegionBitmap bit blit slightly too large
+- [PDFBOX-6158](https://issues.apache.org/jira/browse/PDFBOX-6158): 
HalftoneRegion.renderPattern() doesn't render any patterns
+- [PDFBOX-6159](https://issues.apache.org/jira/browse/PDFBOX-6159): 
symInRefSize not respected when doing Huffmann decoding
+- [PDFBOX-6160](https://issues.apache.org/jira/browse/PDFBOX-6160): Immediate 
generic refinement region with no reference not displayed
+- [PDFBOX-6161](https://issues.apache.org/jira/browse/PDFBOX-6161): Immediate 
generic refinement region with no reference wrongly displayed
+- [PDFBOX-6162](https://issues.apache.org/jira/browse/PDFBOX-6162): Reuse of 
symbol context not properly supported
+- [PDFBOX-6199](https://issues.apache.org/jira/browse/PDFBOX-6199): Template 1 
handling with TPGRON not supported
+- [PDFBOX-5597](https://issues.apache.org/jira/browse/PDFBOX-5597): JBIG2 
image drawn is garbled when using subsampling
+- [PDFBOX-6147](https://issues.apache.org/jira/browse/PDFBOX-6147): NPE in 
JBIG2Page.getWidth()
+- [PDFBOX-6148](https://issues.apache.org/jira/browse/PDFBOX-6148): 
JBIG2ImageReader methods breaks ImageReader contract
+- [PDFBOX-6205](https://issues.apache.org/jira/browse/PDFBOX-6205): Support 
jacoco
+- [PDFBOX-5535](https://issues.apache.org/jira/browse/PDFBOX-5535): Remove 
Travis build
+- [PDFBOX-6151](https://issues.apache.org/jira/browse/PDFBOX-6151): Run 
serenity JBIG2 tests
+
 ## Version 3.0.4 (2022-03-01)
 - [PDFBOX-4671](https://issues.apache.org/jira/browse/PDFBOX-4671): 
NoClassDefFoundError: Could not initialize class 
org.apache.pdfbox.jbig2.JBIG2ImageReader
 - [PDFBOX-5220](https://issues.apache.org/jira/browse/PDFBOX-5220): 
Optimizations for Bitmaps

Reply via email to