File: ChangeLog

package info (click to toggle)
fuseiso 20070708-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,828 kB
  • ctags: 537
  • sloc: sh: 9,081; ansic: 2,182; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 1,463 bytes parent folder | download | duplicates (6)
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
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.