File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## [ Unreleased]
3
3
4
+ ## [ 0.12.0]
5
+ ### Added
6
+ - [ 156] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/156 ) : Fuse OverlayFs implementation.
7
+ - [ 166] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/166 ) : Import latest improvement for passthroughfs from virtiofsd project.
8
+ - [ 169] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/169 ) : Optimize implementation of lookup() for passthroughfs.
9
+ - [ 170] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/170 ) : abi: unify st_nlink.
10
+ - [ 172] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/172 ) : ptfs: refine implementation of seal_size_check().
11
+ - [ 173] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/173 ) : ptfs: use BorrowedFd instead of RawFd when possible.
12
+ - [ 174] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/174 ) : ptfs: add support for new cache mode Metadata.
13
+ - [ 177] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/177 ) : fusedev: add clone_fuse_file method to FuseSession.
14
+
15
+ ### Fixed
16
+ - [ 125] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/125 ) : fusedev: add fd-passthrough support.
17
+ - [ 178] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/178 ) : Fix batch forget can't handle too large msg.
18
+ - [ 180] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/180 ) : fix: fuse-t nobrowse.
19
+ - [ 181] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/181 ) : Fix CI: xfstests: restrict xfstests version.
20
+ - [ 184] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/184 ) : bugfix: read/write fd dropped unexpectedly.
21
+ - [ 185] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/185 ) : fix: fuse t channel read bug in during multiple reads
22
+
4
23
## [ 0.11.0]
5
24
### Added
6
25
- [ 144] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/144 ) : feat: implement fuse-t feature
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fuse-backend-rs"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
keywords = [" fuse" , " virtio" , " virtio-fs" , " vhost-user-fs" ]
5
5
categories = [" filesystem" , " os::linux-apis" ]
6
6
description = " A rust library for Fuse(filesystem in userspace) servers and virtio-fs devices"
You can’t perform that action at this time.
0 commit comments