Skip to content

Commit

Permalink
Changelog for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Apr 11, 2018
1 parent 2a5620a commit 865ef96
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,23 @@ The complete copyright notice for this project is in
[COPYRIGHT.txt](COPYRIGHT.txt)

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


Changelog
---------

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

0 comments on commit 865ef96

Please sign in to comment.