Improvements:
* Code refactoring and cleanups.
- Update to version 0.8.8
Bugs fixed:
* An excluded but missing file caused tdiff to exit with a
failure code.
* Memory corruption could occur if a symlink target string size
is a multiple of 1024 (unlikely, symlink lengths are
typically limited to 1024 or less).
Improvements:
* Code refactoring and cleanups.
* Open files at most once (speedup).
* m4 macros have been moved to a sub-module.
- Update to version 0.8.7
Bugs fixed:
* Ignore trusted.SGI_ACL_DEFAULT default ACL (XFS-specific).
* Do not update access time when comparing symbolic-link
(system-dependent, Linux only).
Improvements:
* Compare ACLs faster if acl_cmp() is available.
OBS-URL: https://build.opensuse.org/package/show/utilities/tdiff?expand=0&rev=9
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 23 09:51:30 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.8.9
|
|
Improvements:
|
|
* Code refactoring and cleanups.
|
|
- Update to version 0.8.8
|
|
Bugs fixed:
|
|
* An excluded but missing file caused tdiff to exit with a
|
|
failure code.
|
|
* Memory corruption could occur if a symlink target string size
|
|
is a multiple of 1024 (unlikely, symlink lengths are
|
|
typically limited to 1024 or less).
|
|
Improvements:
|
|
* Code refactoring and cleanups.
|
|
* Open files at most once (speedup).
|
|
* m4 macros have been moved to a sub-module.
|
|
- Update to version 0.8.7
|
|
Bugs fixed:
|
|
* Ignore trusted.SGI_ACL_DEFAULT default ACL (XFS-specific).
|
|
* Do not update access time when comparing symbolic-link
|
|
(system-dependent, Linux only).
|
|
Improvements:
|
|
* Compare ACLs faster if acl_cmp() is available.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 21 09:34:09 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.8.6
|
|
* Handle mallinfo2() and glibc 2.34.
|
|
* Make getdents64 work on Linux again.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 23 20:51:32 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Disable tests for now since the testsuite randomly fails
|
|
see: https://github.com/F-i-f/tdiff/issues/2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 9 18:55:56 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Supplement against bash-completion, not bash
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 29 14:05:46 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.8.5
|