forked from Lainports/freebsd-ports
Some notable user-facing changes: * Text-based hash database with -y/--hash-db * -e/--error-on-dupe flag to terminate immediately if any dupe is found * -C/--chunk-size now uses KiB instead of bytes (BREAKING CHANGE) Many thanks to the author for upstream changes made to help simplify the port. Additionally this removes the workaround for a strip(1) issue with LOW_MEMORY builds I can no longer reproduce (bin/269568). Changelog: https://github.com/jbruchon/jdupes/releases/tag/v1.27.3 PR: 273403
16 lines
371 B
Text
16 lines
371 B
Text
[
|
|
{ type: upgrade
|
|
maximum_version: "1.19.0"
|
|
message: <<EOM
|
|
WARNING: jdupes -X/--extfilter size filtering is now INCLUSIVE instead
|
|
of EXCLUSIVE. Please see "jdupes -X help" for details.
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
maximum_version: "1.25.3"
|
|
message: <<EOM
|
|
WARNING: jdupes -C/--chunk-size now uses KiB instead of bytes.
|
|
Please update any scripts using this flag.
|
|
EOM
|
|
}
|
|
]
|