You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/changes/changes.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
67
67
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Improve performance of IOUtils.contentEquals(InputStream, InputStream) by about 13%.</action>
68
68
<actiondev="ggregory"type="fix"issue="IO-870"due-to="Gary Gregory">PathUtils.copyFileToDirectory() across file systems #728.</action>
69
69
<actiondev="ggregory"type="fix"issue="IO-871"due-to="Éamonn McManus, Gary Gregory">IOUtils.contentEquals is incorrect when InputStream.available under-reports.</action>
70
-
<actiondev="ggregory"type="fix"due-to="Gary Gregory">java.lang.ArithmeticException: long overflow java.lang.Math.addExact(Math.java:932) at org.apache.commons.io.file.attribute.FileTimes.ntfsTimeToFileTime(FileTimes.java:164). See also https://issues.apache.org/jira/browse/MDEP-978.</action>
70
+
<actiondev="ggregory"type="fix"issue="IO-873"due-to="Gary Gregory">java.lang.ArithmeticException: long overflow java.lang.Math.addExact(Math.java:932) at org.apache.commons.io.file.attribute.FileTimes.ntfsTimeToFileTime(FileTimes.java:164). See also https://issues.apache.org/jira/browse/MDEP-978.</action>
71
71
<!-- ADD -->
72
72
<actiondev="ggregory"type="add"issue="IO-860"due-to="Nico Strecker, Gary Gregory">Add ThrottledInputStream.Builder.setMaxBytes(long, ChronoUnit).</action>
0 commit comments