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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ I will gladly consider merging your pull requests on the [GitHub][10] repository
189
189
190
190
## Download
191
191
192
-
Get the latest official distribution [here][9] (version 2.5.0).
192
+
Get the latest official distribution [here][9] (version 2.6.0).
193
193
194
194
The latest development version can be grabbed from [GitHub][10]. Feel free to submit any patches there through the fork and pull request process.
195
195
@@ -219,6 +219,9 @@ The latest development version can be grabbed from [GitHub][10]. Feel free to su
219
219
***v2.4.4:** Fixed various compatibility issues (no longer use POSIX tar archives), Github Actions to check on Solaris and FreeBSD.
220
220
***v2.4.5:** Added `--tar-format` option to set the tar archive format (default is ustar)
221
221
***v2.5.0:** Expended support to NetBSD, OpenBSD, Busybox and other minimal distributions such as Alpine Linux. Added bzip3 compression support and expanded GPG arguments.
222
+
***v2.6.0:** Added --preextract hook with --show-preextract, enabling scripted checks before extraction and full shUnit2 coverage.
223
+
Introduced --comp-extra so archives can pass extra flags (e.g., --no-name) to any compressor, plus positive/negative tests.
224
+
Documented SETUP_NOCHECK=1 to skip integrity verification; new regression test ensures behavior.
222
225
223
226
## Links
224
227
@@ -247,7 +250,7 @@ This project is now hosted on GitHub. Feel free to submit patches and bug report
0 commit comments