Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d712dbb5bc89a8823b4e5a238b3276f1 > files > 6

funionfs-0.4.2-4mdv2010.0.i586.rpm

- 2006-08-15  0.4.2 Stephane APIOU
	* New features:
		A log system for funionfs (into a file)
		A control system to list, add, change a fs to ReadOnly  or
		umount on the fly. You can also list the directory hierarchy
		This functionality will be improved in the future.
	* Enhancements:
		Add a man page
	* Bug corrections:
		Change name conventions in files
		Split code in multiple files

- 2006-06-12  0.4.1 Stephane APIOU
	* New features:
		you could change the deleted suffix of a file (thanks to an
		idea of michal Raskin)
	* enhancements:
		compilation with fuse 2.3 now works well !
	* bug corrections:
		segfault removed when starting without parameters
		corrected lowercase "ro" or "rw"
	
- 2006-05-26  0.4 Stephane APIOU
	* New features:
		you could overlay multiple filesystems
		funionfs is now compatible with mount command and fstab
		funionfs is now compatible with unionfs arguments
		added functions to support xattr.
		added compatibility with BSD version of fuse (use of fuse 2.5)
		when files are created, permissions are those of the owner
	* enhancements:
		compatible with fuse 2.5 API
		implemented the new callbacks of fuse 2.5
		enhanced integration with fuse mainly for the args treatment
		user could compile with fuse 2.3 (modify makefile to do that)
		mknod now can create fifos
	* bug corrections:
		relative filesystem path now works correctly
	* portability:
		portable to BSD systems (not tested: i need volunteer to send
		me reports)

- 2006-01-29  0.3 Stephane APIOU
	* New features:
	* enhancements:
		do intensive bug hunting on the program
	* bug corrections:
		get status of a symlink but not from the linked file
		in mknod, mkdir, symlink, rename, link create path
		to the file in rw filesystem if this path doen't exist
		Correct a bad bug in the link program (make a copy in the rw
		Filesystem before linking)
		add some tests in the write functions
		suppress compile warnings
	* portability:
		use lseek and read instead of pread
		use lseek and write instead of pwrite

- 2006-01-16  0.2 Stephane APIOU
	* New features:
	* enhancements:
		comment debug diags
	* bug corrections:
		correct a bug in path recursion when copying a
		file from the readonly Filesystem to the RW FS
	* portability:

- 2005-12-30  0.1 Stephane APIOU
	* New features:
		First release of funionfs
	* enhancements:
	* bug corrections:
	* portability: