This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
from 0b07ef383 CharSequenceInputStream.available() should return 0 after the stream is closed new 907fc90f8 Add ChecksumInputStreamTest#testAvailable() new 48be3f94d CircularInputStream.available() should return 0 when the stream is closed The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 1 + .../commons/io/input/CircularInputStream.java | 12 +++++++++ .../commons/io/input/ChecksumInputStreamTest.java | 12 +++++++++ .../commons/io/input/CircularInputStreamTest.java | 31 +++++++++++++++++++--- 4 files changed, 52 insertions(+), 4 deletions(-)