jdupes/jdupes.changes
Dirk Mueller ea465a6a15 - add jdupes_wrapper to speedup symlinks
- add new %suse_symlink_dupes and %suse_hardlink_dupes macros
  which are more descriptive than a %jdupes or %fdupes

OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=4
2022-03-14 22:07:30 +00:00

119 lines
4.7 KiB
Plaintext

-------------------------------------------------------------------
Mon Mar 14 22:06:26 UTC 2022 - Dirk Müller <dmueller@suse.com>
- add jdupes_wrapper to speedup symlinks
- add new %suse_symlink_dupes and %suse_hardlink_dupes macros
which are more descriptive than a %jdupes or %fdupes
-------------------------------------------------------------------
Wed Mar 9 21:54:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.20.2:
* Interactive deletion now offers "link set" options too
* Interactive deletion now assumes 'a' when you just hit [ENTER]
- add jdupes rpm macro for dropin %%fdupes replacement
- run tests
-------------------------------------------------------------------
Thu Jul 08 20:24:03 UTC 2021 - idesmi@protonmail.com
- Update to version 1.20.0:
* v1.20.0 release
* Update copyright years and financial support information
* Update README.md and manpage: long options and copyright years
* jody_*: update/add copyright information
* oom.c/h: change license to Creative Commons 0 (public domain)
* stupid_dupes.sh: update version information and copyright years
* Use consistent hyphenation in long options; remove deprecated -n
* Remove redundant warning about another option (#172)
* Fix -P partial printout when progress indicator is enabled
* INSTALL: More stern warnings to not use LOW_MEMORY inappropriately
-------------------------------------------------------------------
Sun Nov 1 23:22:39 UTC 2020 - malcolmlewis@opensuse.org
- Updated to version 1.19.0:
* Make -X size[+-=] an inclusion filter instead (CHECK YOUR SHELL
SCRIPTS).
* Fix -X noext/only extension matching bugs.
* Remove deprecated -x/--xsize option and some undocumented
redundant options.
* Name sorting is now case-insensitive.
* Disable -K/--skiphash which was accidentally left active but
doesn't work.
* When sorting by modify time and there's a tie, break it using
name sorting.
* jdupes-standalone has been removed due to falling too far out
of sync.
* Embedded build date option has been removed.
- Changes from version 1.18.2:
* Add -U/--notravcheck to skip double-traversal safety (for
Google Drive FS).
- Changes from version 1.18.0
* Add -X newer/older extfilters to reject files by modification
date.
- Changes from version 1.17.0:
* Rewrite dedupe code from scratch, probably fixing all dedupe
bugs.
* extfilter: add substring match filter for file paths.
* Add -u/--printunique option to print all non-duplicates
(unmatched files).
* Dedupe-blacklisted kernel version check now happens before
work is done.
- Changes from version 1.16.0:
* Add -X noext/onlyext filters to exclude/require specific file
extension(s).
* Added in-depth help text for -X/--extfilter (use -X help to
view).
* This version still has BTRFS dedupe issues and file add-by-name
disabled.
- Changes from version 1.15.0:
* Disable single file addition on the command line for safety.
- CHanges from version 1.14.1:
* Fix some compilation issues.
* Add example shell scripts for processing piped jdupes output.
* Fix some swapped/mangled help text in program and
documentation.
*LOW_MEMORY compiles exclude more stuff to further reduce usage.
-------------------------------------------------------------------
Thu Mar 19 03:27:55 UTC 2020 - malcolmlewis@opensuse.org
- Updated to version 1.14.0
* Long option --exclude is deprecated and renamed --extfilter.
* BTRFS compile options have been generalized to dedupe,
(see README).
* Fix a bug in 1.13.3 where many options caused an inappropriate
exit.
- Changes from version 1.13.3:
* Fix the behavior of the -I/--isolate option.
* Move BTRFS-specific dedupe interfaces to general Linux 4.5+
interfaces.
* Change BTRFS compilation flag name (see README).
* Fix FS dedupe only working on the first 16 MiB of files.
* Add FS dedupe static header for when this header is missing.
* Correct several copyright dates and comments.
-------------------------------------------------------------------
Tue Aug 6 20:02:38 UTC 2019 - malcolmlewis@opensuse.org
- Updated to version 1.13.2:
* Fix Unicode and escapes in JSON output,
(gh#jbruchon/jdupes#109).
------------------------------------------------------------------
Sun Jul 14 23:44:59 UTC 2019 - malcolmlewis@opensuse.org
- Updated to version 1.13.1:
* Fix an incorrect NULL pointer check.
- Changes from version 1.13:
* Add new option -j/--json for JSON (machine-readable) output.
* /usr/local is now the default PREFIX in Makefile.
* Minor performance optimizations.
* A few minor bug fixes.
-------------------------------------------------------------------
Sun Apr 28 04:35:40 UTC 2019 - malcolmlewis@opensuse.org
- Initial build.