diff --git a/jdupes.changes b/jdupes.changes index 0a67275..2e6d820 100644 --- a/jdupes.changes +++ b/jdupes.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Feb 9 17:13:54 UTC 2023 - Dirk Müller + +- update to 1.21.3: + * Major performance fix in the double traversal prevention tree + code + * Added undocumented '-9' benchmark option for testing traversal + code + * Extra error checks to try to finally solve a very rare crash + bug + * Tiny code size reduction by discarding unused xxHash code + * jody_hash re-added as a build-time option + * Many options/features/safety checks can now be selectively + compiled out + * New 'make BARE_BONES=1' option builds the most minimal jdupes + possible + * Fix exit behavior when no valid directories are given + * Only act on "normal" files and directories + ------------------------------------------------------------------- Tue Dec 6 21:35:51 UTC 2022 - Dirk Müller diff --git a/jdupes.spec b/jdupes.spec index 30f87ea..39c818a 100644 --- a/jdupes.spec +++ b/jdupes.spec @@ -1,7 +1,7 @@ # # spec file for package jdupes # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2019-2020 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: jdupes -Version: 1.21.1 +Version: 1.21.3 Release: 0 Summary: A powerful duplicate file finder and an enhanced fork of 'fdupes' License: MIT diff --git a/v1.21.1.tar.gz b/v1.21.1.tar.gz deleted file mode 100644 index b971e0e..0000000 --- a/v1.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22de88d1963f70c8ed4d0aa40abe05b48aaa4cc08eed6a2c6c9747010f9f4eb7 -size 97397 diff --git a/v1.21.3.tar.gz b/v1.21.3.tar.gz new file mode 100644 index 0000000..012f4bf --- /dev/null +++ b/v1.21.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8992d0ff1fe135c685063ce3c9d69d54f1f19f1b32845e84441f888218063cc0 +size 155979