File NEWS changed (mode: 100644) (index 5af1abc26..ed7c81ae9) |
|
1 |
|
07 May 2025 |
|
2 |
|
=========== |
|
3 |
|
|
|
4 |
|
Vifm v0.14.2 |
|
5 |
|
------------ |
|
6 |
|
|
|
7 |
|
Thanks for the bug reports. This is a follow-up on v0.14.1 which revealed an |
|
8 |
|
issue with `%r` in 'trashdir' when root file-system is read-only (like on macOS) |
|
9 |
|
and also broke build with musl libc. |
|
10 |
|
|
|
11 |
|
Two other fixes: |
|
12 |
|
|
|
13 |
|
- Trash directories specified via an absolute path and containing `%u` weren't |
|
14 |
|
created with `700` permissions. |
|
15 |
|
|
|
16 |
|
- Don't use `strverscmp()` of musl if it doesn't sort things correctly (`A` |
|
17 |
|
must be greater than `0`). This avoids numerical sorting results looking |
|
18 |
|
different with musl. |
|
19 |
|
|
|
20 |
|
Fixes: |
|
21 |
|
- Fixed build issue with musl due to use of non-standard LONG_LONG_MAX in |
|
22 |
|
v0.14.1. Thanks to NRK. |
|
23 |
|
- Fixed user-specific trash directory (absolute path, `%u` and no `%r`) |
|
24 |
|
created on setting 'trashdir' not having reduced set of permissions. |
|
25 |
|
- Fixed treating a failure to create a trash directory on a read-only |
|
26 |
|
file-system in a Unix environment as a success. Thanks to feekApp. |
|
27 |
|
- Fixed odd sorting with musl caused by its buggy strverscmp(). The ordering |
|
28 |
|
shouldn't depend on libc in use. |
|
29 |
|
|
|
30 |
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
31 |
|
|
1 |
32 |
02 May 2025 |
02 May 2025 |
2 |
33 |
=========== |
=========== |
3 |
34 |
|
|