diff --git a/jdupes.changes b/jdupes.changes index f01fad3..0a67275 100644 --- a/jdupes.changes +++ b/jdupes.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 6 21:35:51 UTC 2022 - Dirk Müller + +- update to 1.21.1: + * Reinstate '-I/--isolate' by popular demand; use at your own risk! + * Expect to lose data if you use this feature. It is strongly susceptible + to the documented "triangle problem" and absolutely does not protect + files in each directory from matching with one another. Don't get mad at + me if you use it and see a cloud of smoke come out of your disk array. + * Remove '-I/--isolate' which has never worked correctly + * Fix compiling when NO_HARDLINKS and NO_SYMLINKS are both defined + * Increased stack size limits to enable deeper recursion without crashing + * Fixes to make compilation under Cygwin (instead of MSYS2 MinGW) work + * Remove the temporary '-X help' warning about changes in functionality + * Some minor under-the-hood changes for future enhancements + ------------------------------------------------------------------- Mon Mar 14 22:06:26 UTC 2022 - Dirk Müller diff --git a/jdupes.spec b/jdupes.spec index 1824bb7..30f87ea 100644 --- a/jdupes.spec +++ b/jdupes.spec @@ -18,7 +18,7 @@ Name: jdupes -Version: 1.20.2 +Version: 1.21.1 Release: 0 Summary: A powerful duplicate file finder and an enhanced fork of 'fdupes' License: MIT diff --git a/v1.20.2.tar.gz b/v1.20.2.tar.gz deleted file mode 100644 index 36319dd..0000000 --- a/v1.20.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d079d22dc77e1d181abcb8a59216520633a8712d197d007a9a9fb64c72610824 -size 94319 diff --git a/v1.21.1.tar.gz b/v1.21.1.tar.gz new file mode 100644 index 0000000..b971e0e --- /dev/null +++ b/v1.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22de88d1963f70c8ed4d0aa40abe05b48aaa4cc08eed6a2c6c9747010f9f4eb7 +size 97397