Changelog for
fuse-exfat-1.0.1-1.el6.i686.rpm :
Sat Feb 2 13:00:00 2013 Lawrence R. Rogers
- 1.0.1-1
* Release 1.0.1-1
* Fixed unexpected removal of a directory if it is moved into itself.
* Fixed \"Operation not permitted\" error on reading an empty file.
Sat Jan 19 13:00:00 2013 Lawrence R. Rogers - 1.0.0-1
* Release 1.0.0-1
* Fixed crash when renaming a file within a single directory and a new name differs only in case.
* Fixed clusters allocation: a cluster beyond valid clusters range could be allocated.
* Fixed crash when a volume is unmounted while some files are open.
* SConscript now respects AR and RANLIB environment variables.
* Improved error handling.
Linux:
* Enabled big_writes. This improves write speed (larger block size means less switches between kernel- and user-space).
* Do BLKROGET ioctl to make sure the device is not read-only: after \"blockdev --setro\" kernel still allows to open the device in
read-write mode but fails writes.
OS X:
* Fixed OS X 10.8 support.
* Switched to 64-bit inode numbers (now Mac OS X 10.5 or later is required).
* Switched from unmaintained MacFUSE to OSXFUSE (http://osxfuse.github.com).
* Fixed device size detection. Now mkfs works.
* Workarounded some utilities failures due to missing chmod() support.
* Disabled (senseless) permission checks made by FUSE.
Thu Nov 15 13:00:00 2012 Lawrence R. Rogers - 0.9.8-1.1
- Repackaged for the CERT Linux Forensics repository.
Thu Aug 9 14:00:00 2012 Andrew Nayenko - 0.9.8-1
- Updated to 0.9.8.
Thu Mar 8 13:00:00 2012 Andrew Nayenko - 0.9.7-1
- Updated to 0.9.7.
Sat Jan 14 13:00:00 2012 Andrew Nayenko - 0.9.6-1
- Updated to 0.9.6.
- Added symlink to the man page (mount.exfat.8).
Sun May 15 14:00:00 2011 Andrew Nayenko - 0.9.5-1
- Updated to 0.9.5.
Sat Mar 5 13:00:00 2011 Andrew Nayenko - 0.9.4-1
- Updated to 0.9.4.
- Pass DESTDIR as argument instead of environment variable.
Sat Sep 25 14:00:00 2010 Andrew Nayenko - 0.9.3-1
- Updated to 0.9.3.
Sat Jul 24 14:00:00 2010 Andrew Nayenko - 0.9.2-1
- Updated to 0.9.2.
- Changed summary according to the main site.
- Added man page installation.
Sat Jun 12 14:00:00 2010 Andrew Nayenko - 0.9.1-1
- Updated to 0.9.1.
Mon Feb 22 13:00:00 2010 Andrew Nayenko - 0.9.0-1
- Initial package for Fedora.