-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
29 lines (20 loc) · 1.51 KB
/
ChangeLog
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
2017-01-18
* all: gdiso fs fork. Sega Dreamcast .gdi (GD-ROM) image support.
2007-07-08
* all: Patch by Ryan Thomas to fix race condition with ZISO files. Patch by Chandan Dutta Chowdhury to fix compilation on RHEL3/RHEL4. Thanks!
2006-10-17
* all: Fixed crash related to handling wrong-coded names with Juliet extension.
2006-09-28
* all: Fixed race-condition with find -- display stable inode numbers on mounted filesystem to the outside world. Added check/addition for library option "use_ino" -- required from now. isofs_real_init() split into two parts to make real initialization/error checking before giving control to libfuse.
2006-09-27
* all: Several options added to maintain mount point (create if it does not exists, delete on exit), do NOT maintain file ~/.mtab.fuseiso (with format of /etc/mtab), specify iocharset (default iocharset is now locale-specific).
2006-09-26
* all: Added support to mounting NRG-image files created by Nero software.
2006-09-25
* all: Added support to mounting BIN-image files. One-track only for now.
2006-09-23
* all: Fixed directory read code to take directory end and block borders more correctly.
2006-07-31
* all: Fixed casting bug in isofs_parse_zisofs_header(). Parse SL RR entries with flag 3 as directory separator.
2006-01-07
* all: Fixed problem with current directory after call to daemon() in libfuse. Thanks a lot to Jonathan Brandmeyer <jbrandmeyer at earthlink dot net> for bug hunting and provided patch.