diff --git a/apache-commons-io-build.xml b/apache-commons-io-build.xml index 0a73be8..eae5d2f 100644 --- a/apache-commons-io-build.xml +++ b/apache-commons-io-build.xml @@ -10,7 +10,7 @@ - + ). + + Add and use PathUtils.getFileNameString(). + + Make public Erase.rethrow(Throwable). + + Add BrokenInputStream.BrokenInputStream(Throwable). Fixes + IO-826. + + Add BrokenReader.BrokenReader(Throwable). Fixes IO-826. + + Add BrokenOutputStream.BrokenOutputStream(Throwable). Fixes + IO-826. + + Add BrokenWriter.BrokenWriter(Throwable). Fixes IO-826. + + Add BoundedInputStream.getRemaining(). + + Add FileTimes.toNtfsTime(long). + + Add FileTimes.fromUnixTime(long). + + Add FileTimes.isUnixTime(FileTime). + + Add FileTimes.isUnixTime(long). + + Add FileTimes.toUnixTime(FileTime). + + Add BrokenInputStream.Builder. + + Add PathUtils.getExtension(Path). + + Add PathUtils.getBaseName(Path). + + Add ThrottledInputStream. + + Add IORunnable.noop(). + + Add ChecksumInputStream and test #548. + + Add AbstractStreamBuilder.getReader(). + + Add Maven property project.build.outputTimestamp for build + reproducibility. + + Add ProxyInputStream.unwrap(). + + Add a running count and builder to BoundedInputStream. + * Updates: + + Bump commons.bytebuddy.version from 1.14.10 to 1.14.12 #534, + #592. + + Bump org.apache.commons:commons-parent from 65 to 67. + + Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 #583. + + Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 + #593. + ------------------------------------------------------------------- Mon Feb 19 14:58:13 UTC 2024 - Fridrich Strba diff --git a/apache-commons-io.spec b/apache-commons-io.spec index debe7e9..c1f9b1a 100644 --- a/apache-commons-io.spec +++ b/apache-commons-io.spec @@ -19,7 +19,7 @@ %define base_name io %define short_name commons-%{base_name} Name: apache-%{short_name} -Version: 2.15.1 +Version: 2.16.1 Release: 0 Summary: Utilities to assist with developing IO functionality License: Apache-2.0 diff --git a/commons-io-2.15.1-src.tar.gz b/commons-io-2.15.1-src.tar.gz deleted file mode 100644 index 6ada600..0000000 --- a/commons-io-2.15.1-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab65ddf9d48e74e1bf43fa4278030348150a2a3270f47012410b0e273c3d6c29 -size 618534 diff --git a/commons-io-2.15.1-src.tar.gz.asc b/commons-io-2.15.1-src.tar.gz.asc deleted file mode 100644 index 53ac5ff..0000000 --- a/commons-io-2.15.1-src.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmVgzyQACgkQhv3H4qES -YsurQQf+LS4VRitxNgUt7nFxUSHD46hHy3MAkBYNIu6eTXHTKJ/NqIwVxq2f6iZI -hq6AKwg5GiOge/2ujqtU3wcKduKPcEC431my0JiGHOrI0F7AGvU4+WIBYQz1Flv3 -ZjPLk8kXd/WblB8lAByE0/c4nQC1iwV+w/nh0e78KaV9FhsNu0qV9BF+xWiDwFwN -sr5W+PeXLqmFy07kvQCaqkbX57bRV4oByttv5hJaLVdkAwksKEUMoij7TM2t54yP -6SFQwt3GIu/MuU669fWPvj7D6FdfpU38QChIuj/50L0cAUermMJ3EqS/MatHdf7D -lprG1l6RoMMOA/ByoZ4UvtRTrXUzpg== -=/4eI ------END PGP SIGNATURE----- diff --git a/commons-io-2.16.1-src.tar.gz b/commons-io-2.16.1-src.tar.gz new file mode 100644 index 0000000..cfcead9 --- /dev/null +++ b/commons-io-2.16.1-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75e2e8cf6f2b72c91dbae92dd5ac0fab170982f0ceff6d3ecfc6026eadc0542 +size 634766 diff --git a/commons-io-2.16.1-src.tar.gz.asc b/commons-io-2.16.1-src.tar.gz.asc new file mode 100644 index 0000000..a87b5eb --- /dev/null +++ b/commons-io-2.16.1-src.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmYPUwsACgkQhv3H4qES +Ysv5oQf/YZinFfV1MVn3FYenDNLq49p88JWf596c+oCHRTKxvj94F6hW+Ol9p2P/ +lSbRGtyNE+kHZYXIk0U8/AtMjDpKwcKJrLdKg4jcK30QvFmidLgad45jDoyDcvsK +rIsReOVPAou253eIJILgKLiOvMPtwC9/0tfYmApX11Xp0OyJCO9MqI8aFkXwMQzN +xLwJ0ZthmM5oA524UR8rs0E03e/HWmeWMDwwDlnztjifqKG6ap8oe8MicDvY4FVR +p75IxT85rg0jv9MTkb1VPE4WA+WRc7PWxUVuinfTxXCTlkUumQmMqxxOE6nVPPSd +C+Qb4bNTVQgA9n6qCahFia292rjCSQ== +=z2kg +-----END PGP SIGNATURE-----