All Versions
11
Latest Version
Avg Release Cycle
105 days
Latest Release
2027 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.1 Changes
November 08, 2017- Offsets to
read
,write
andreaddir
methods are signed integers now (breaking change, sorry) - ๐ Link
libosxfuse
on macOS,libfuse
on all other systems
- Offsets to
-
v0.3.0 Changes
January 25, 2017- ๐ Fix extended attribute handling (
getxattr
andlistxattr
methods changed andReplyXattr
was added) mount
now also returns aResult
since it may fail if the session fails to run- Filenames are now passed as
&OsStr
in the filesystem interface - โ Removed publishing of documentation on GitHub pages. Docs are now available on https://docs.rs/fuse
- โ Add
FileType::Socket
- ๐ Fix extended attribute handling (
-
v0.2.8 Changes
July 30, 2016- ๐ Documentation of releases is build by CI now and made available at https://zargony.github.io/rust-fuse
- ๐ Fix
unmount
on BSD systems - Simplified
libfuse
detection withpkg-config
- ๐
ReplyDirectory::sized
was removed since it was impossible to use it safely
-
v0.2.7 Changes
September 08, 2015- โก๏ธ Update to latest Rust stable - no longer needs nightly Rust
- ๐ A filesystem implementation doesn't need to be
Send
anymore to be mounted synchronously - A filesystem implementation doesn't need to be 'static anymore to be mounted asynchronously
- ๐ง CI tests are covering nightly, beta and stable Rust under OSX and Linux now
-
v0.2.6 Changes
April 23, 2015- โก๏ธ Update to latest Rust nightly
- ๐ Fix mounting of filesystems as non-root on Linux systems
-
v0.2.5 Changes
March 21, 2015- โก๏ธ Update to latest Rust nightly
unmount
returns aResult
now since unmounting may fail internally- ๐ Fix
unmount
on Linux systems - โ Remove deprecated file types from interface (got rid of
std::old_io
) - Introducing
FileType
-
v0.2.4 Changes
February 22, 2015- โก๏ธ Update to latest Rust nightly
spawn_mount
returns aResult
now since starting a new thread may fail- Paths are now passed using
std::path::Path
(got rid ofstd::old_path
) - FUSE options are now passed as a slice of
OsStr
rather than a slice of bytes
-
v0.2.3 Changes
February 17, 2015- โก๏ธ Update to latest Rust nightly
-
v0.2.2 Changes
January 14, 2015- โก๏ธ Update to latest Rust nightly
- ๐ Ensure that
Reply
isSend
to support asynchronous processing - โ Add CI testing under Linux
-
v0.2.1 Changes
January 07, 2015- โก๏ธ Update to latest Rust nightly
- ๐ Use
build.rs
andpkg-config
to discoverlibfuse
/libosxfuse