Skip to content

Commit 865ef96

Browse files
committed
Changelog for 1.4.0
1 parent 2a5620a commit 865ef96

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,23 @@ The complete copyright notice for this project is in
156156
[COPYRIGHT.txt](COPYRIGHT.txt)
157157

158158
The source code license for this project is **BSD 3-clause** with an
159-
additional nuclear disclaimer, see
160-
[LICENSE.txt](LICENSE.txt)
159+
_additional nuclear disclaimer_, see
160+
[LICENSE.txt](LICENSE.txt).
161161

162162

163163
Changelog
164164
---------
165165

166-
* 1.4.0 - Java 9 support (issue #
166+
* 1.4.0 - Community bug fix release
167+
* Build requires Maven 3, Java 6
168+
* Java 9 fixes (issues #24, #26)
169+
* Avoid empty string from ImageIO.getReaderMIMETypes (issue #27)
170+
* Maven version range bug (issues #23, #25)
171+
* TIFFImageMetadata.java support legacy `com.sun` attributes (issues #19, #20)
172+
* TIFF parsing gave ClassCastException in isIFDPointer (issue #43)
173+
* LSB-encoded TIFF images (issues #37, #39)
174+
* PackageUtil: Fix NPE (issue #34)
175+
* Fix for a buffer overflow problem in TIFF CCITT T.6 compressor (issue #22)
167176
* 1.3.1 - Available as OSGi bundle (issue #13).
168177
Fixed memory leak in TIFFImageWriter (issue #14).
169178
* 1.3.0 - Java package changed to com.github.jaiimageio (issue #10).

0 commit comments

Comments
 (0)