SHA256
1
0
forked from pool/fuc
Files
fuc/fuc.changes
Andrea Manzini 69d1475d5e - Update to version 2.2.0:
* Stable rust patch
  * Upgrade deps
  * Add -L / --dereference option (#36)
  * Add NO_UNSHARE envvar support to avoid calling unshare for default docker configs which block the syscall (closes #34)
  * Use official cache-size version
  * Use my own cache-size dep to fix the build
  * Remove cargo warning about "no edition set"
  * Clarify what rmz/cpz are

OBS-URL: https://build.opensuse.org/package/show/utilities/fuc?expand=0&rev=11
2024-07-25 08:43:55 +00:00

52 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Thu Jul 25 08:09:15 UTC 2024 - andrea.manzini@suse.com
- Update to version 2.2.0:
* Stable rust patch
* Upgrade deps
* Add -L / --dereference option (#36)
* Add NO_UNSHARE envvar support to avoid calling unshare for default docker configs which block the syscall (closes #34)
* Use official cache-size version
* Use my own cache-size dep to fix the build
* Remove cargo warning about "no edition set"
* Clarify what rmz/cpz are
-------------------------------------------------------------------
Sun Apr 21 14:55:00 UTC 2024 - andrea.manzini@suse.com
- Update to version 2.1.0:
* Stable rust patch
* Upgrade FTZZ
* Add progress feature (closes #14)
* Upgrade deps
* Remove release_max_level_off since tracing is completely compiled out by default anyway
* Add tip for merging directories
* Integrate tracing
-------------------------------------------------------------------
Wed Jan 24 20:41:04 UTC 2024 - andreas.stieger@gmx.de
- Update to version 2.0.0:
* Improved handling of deeply nested folders and other IO errors
* Never follow symlinks for deletion
-------------------------------------------------------------------
Sat Nov 25 10:57:54 UTC 2023 - andrea.manzini@suse.com
- Update to version 1.1.9:
* Upgrade deps
* Don't show stack traces in errors
* Tweak copy error message slightly
* Use better pattern matching
* Fix inconsistent badge sytling
* Support flipping cpz argument order
* Slight efficiency improvement (at the expense of throughput in hopefully rare cases)
* Update README.md
- removed cargo config from spec since now it's bundled in vendor
-------------------------------------------------------------------
Mon Mar 27 21:11:02 UTC 2023 - andreas.stieger@gmx.de
- initial package (1.1.7)