prepeare new release
diff --git a/README.md b/README.md
index 2fcbad9..40beae2 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@
     <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
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 @@
 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 @@
 
 Bug
 
-[PDFBOX-4014] - Malformed/pathological/malicious input can lead to infinite looping
+[PDFBOX-4211] - Some text is missing in JBIG2 images
 
-Task
+Improvement
 
-[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.
-
+[PDFBOX-4142] - Don't use md5 checksum due to changes to the release distribuition policy
 
 Release Contents
 ----------------
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.