Changelog for
fdupes-2.3.1-2.1.x86_64.rpm :
* Sat Jun 29 2024 Dirk Müller
- update to 2.3.1:
* Fix buffer overflow bug in getrealpath() function.
* Wed Mar 20 2024 Dominique Leuenberger - Do not use sqlite, as this pulls sqlite into Ring0 at no real benefit performance wise: the cache is not reused between runs. + Drop sqlite-devel BuildRequires + Pass --without-sqlite to configure
* Mon Mar 18 2024 ming li - Update to 2.3.0:
* Add --cache option to speed up file comparisons.
* Use nanosecond precision for file times, if available.
* Fix compilation issue on OpenBSD.
* Other changes like fixing typos, wording, etc.
* Sun Oct 02 2022 Andrea Manzini - update to 2.2.1:
* Fix bug in code meant to skip over the current log file when --log option is given.
* Updates to copyright notices in source code.
* Add --deferconfirmation option.
* Check that files marked as duplicates haven\'t changed during program execution before deleting them.
* Update documentation to indicate units for SIZE in command-line options.
* Move some configuration settings to configure.ac file.