Skip to content

Commit 839f5db

Browse files
WeiZhang555imeoer
authored andcommitted
release: prepare for v0.12.0 release
Prepare to release v0.12.0 version. Signed-off-by: Wei Zhang <weizhang555.zw@gmail.com>
1 parent 7f485f4 commit 839f5db

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHAGNELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22
## [Unreleased]
33

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+
423
## [0.11.0]
524
### Added
625
- [144](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/144): feat: implement fuse-t feature

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fuse-backend-rs"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
keywords = ["fuse", "virtio", "virtio-fs", "vhost-user-fs"]
55
categories = ["filesystem", "os::linux-apis"]
66
description = "A rust library for Fuse(filesystem in userspace) servers and virtio-fs devices"

0 commit comments

Comments
 (0)