-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
37 lines (30 loc) · 1.23 KB
/
ChangeLog
File metadata and controls
37 lines (30 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
0.8 (2025-09-30)
* returning status codes better representing the state to the environment
* improved checking access permissions (including adding FUSE's access())
* logging: add logging messages from ADFlib
* implemented more FUSE functions (access)
* bugfixes: memory leaks, path mangling functions
* other internal changes and improvements (refactoring, tests, ...)
0.7 (2025-05-08)
* getattr: add permissions translation for directories.
0.6 (2025-04-27)
* Require ADFlib 0.10.0 (changed API!).
* Add permissions translation (Amiga <-> local OS / *nix).
0.5 (2024-05-19)
* Fixed a bug in command line parser (option -f was not available)
* Fixed debian packaging (disabled parallel testing, corrected
lintian warnings on dependencies)
0.4 (2024-05-18)
* Require ADFlib 0.9.0 (changed API!)
* Added parameter to ignore (or not) block checksum errors
* Not mounting read-write volumes with an invalid block allocation bitmap
* Bugfixes (option parser, time)
0.3 (2023-06-27)
* Require ADFlib 0.8.0
* Improved write support
* Single-threaded FUSE mode enforced
* Implementation improvements and bugfixes (logger, time, ...)
0.2 (2023-04-10)
* Added write support.
0.1 (2022-12-20)
* Initial release.