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 2018/05/14 17:07:58 UTC

pdfbox-jbig2 git commit: prepeare new release

Repository: pdfbox-jbig2
Updated Branches:
  refs/heads/master bea97c32f -> a329a4236


prepeare new release


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/commit/a329a423
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/tree/a329a423
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/diff/a329a423

Branch: refs/heads/master
Commit: a329a4236899b37ca7fc38d23498a3a0d03a7afa
Parents: bea97c3
Author: Andreas Lehmkühler <an...@lehmi.de>
Authored: Mon May 14 19:07:41 2018 +0200
Committer: Andreas Lehmkühler <an...@lehmi.de>
Committed: Mon May 14 19:07:41 2018 +0200

----------------------------------------------------------------------
 README.md         |  2 +-
 RELEASE-NOTES.txt | 17 +++++------------
 release-notes.md  |  6 +++++-
 3 files changed, 11 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/a329a423/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2fcbad9..40beae2 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,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.0</version>
+      <version>3.0.1</version>
     </dependency>
 
 ### How to deal with embedded JBIG2 data

http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/a329a423/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index f06ce81..12e182b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -6,7 +6,8 @@ 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 the first release of the plugin under the umbrella of the Apache PDFBox project.
+This is an incremental bugfix release based on the earlier 3.0.0 release. It contains
+a fix and a small improvement.
 
 For more details on all fixes and improvements included in this release, please refer
 to the following issues on the PDFBox issue tracker at 
@@ -14,19 +15,11 @@ https://issues.apache.org/jira/browse/PDFBOX.
 
 Bug
 
-[PDFBOX-4014] - Malformed/pathological/malicious input can lead to infinite looping
+[PDFBOX-4211] - Some text is missing in JBIG2 images
 
-Task
-
-[PDFBOX-4065] - Set JBIG2 plugin to jdk6
-
-Fixes which were solved before the sources where donated to the ASF:
-
-https://github.com/levigo/jbig2-imageio/issues/25: Build tests fail if project path has a space.
-https://github.com/levigo/jbig2-imageio/issues/26: Huffman user tables in text regions.
-https://github.com/levigo/jbig2-imageio/issues/27: Problems in standard Huffman tables.
-https://github.com/levigo/jbig2-imageio/issues/32: Newlines printed to stdout.
+Improvement
 
+[PDFBOX-4142] - Don't use md5 checksum due to changes to the release distribuition policy
 
 Release Contents
 ----------------

http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/a329a423/release-notes.md
----------------------------------------------------------------------
diff --git a/release-notes.md b/release-notes.md
index 32eaacf..ae1eb8b 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -16,7 +16,11 @@
 --->
 # Release notes
 
-## Version 3.0.0 (pending)
+## Version 3.0.1 (pending)
+- [PDFBOX-4211](https://issues.apache.org/jira/browse/PDFBOX-4211): Some text is missing in JBIG2 images
+- [PDFBOX-4142](https://issues.apache.org/jira/browse/PDFBOX-4142): Don't use md5 checksum due to changes to the release distribuition policy
+
+## Version 3.0.0 (2018-02-27)
 - [PDFBOX-4014](https://issues.apache.org/jira/browse/PDFBOX-4014): Malformed/pathological/malicious input can lead to infinite looping
 - [PDFBOX-4065](https://issues.apache.org/jira/browse/PDFBOX-4065): Set JBIG2 plugin to jdk6
 - [Issue #30](https://github.com/levigo/jbig2-imageio/issues/30): Transition project to Apache PDFBox.