docs/src/release-notes/0.0.26.md
Version: 0.0.26 Published: 2024-04-26T21:47:48Z
📦 Rust Coreutils 0.0.26 Release:
We are happy to announce the release of Rust Coreutils 0.0.26! This version comes with several significant advancements, including the initial support for AIX, ensuring broader compatibility and reach. Despite the short period since our last release, we've managed to fix numerous compatibility issues, further aligning our tools with the latest GNU testsuite, now version 9.5.
This update adds +10 GNU passing tests compared to version 0.0.25.
This release saw contributions from 20 developers, including 12 newcomers.
We encourage you to support our project by sponsoring us on GitHub. Your sponsorship helps us maintain and enhance our infrastructure, such as GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.
For more details and to download the latest release, visit our website at https://uutils.github.io.
Here’s how version 0.0.26 fares in comparison to the previous release:
| Result | 0.0.25 | 0.0.26 | Change 0.0.25 to 0.0.26 | % Total 0.0.25 | % Total 0.0.26 | % Change 0.0.25 to 0.0.26 |
|---|---|---|---|---|---|---|
| Pass | 437 | 447 | +10 | 72.35% | 73.04% | +0.69% |
| Skip | 50 | 44 | -6 | 8.28% | 7.19% | -1.09% |
| Fail | 117 | 121 | +4 | 19.37% | 19.77% | +0.40% |
| Error | 0 | 0 | 0 | 0.00% | 0.00% | 0.00% |
For more details, visit https://github.com/uutils/coreutils-tracking/.
Full Changelog: https://github.com/uutils/coreutils/compare/0.0.25...0.0.26
touch() in tests by @cakebaker in https://github.com/uutils/coreutils/pull/6263cp’s short -r and alias -R recursive options by @LucasLarson in https://github.com/uutils/coreutils/pull/6231cp --debug by @AnirbanHalder654322 in https://github.com/uutils/coreutils/pull/6220date -f dates.txt is failing by @mvo5 in https://github.com/uutils/coreutils/pull/6148-f - to read from stdin by @mvo5 in https://github.com/uutils/coreutils/pull/6160-h output the same precision as GNU coreutils by @mvo5 in https://github.com/uutils/coreutils/pull/6226EXIT with --list by @cakebaker in https://github.com/uutils/coreutils/pull/6222print_width_block field of OutputInfo by @cakebaker in https://github.com/uutils/coreutils/pull/6239timestamp_subsec_nanos() by @mvo5 in https://github.com/uutils/coreutils/pull/6149### Security
-pcoreutils when running clippy by @cakebaker in https://github.com/uutils/coreutils/pull/6247Full Changelog: https://github.com/uutils/coreutils/compare/0.0.25...0.0.26