Skip to content

Commit 8d62986

Browse files
eryugeybergwolf
authored andcommitted
cargo: prepare for 0.2.0 release
Signed-off-by: Eryu Guan <eguan@linux.alibaba.com>
1 parent b54bec7 commit 8d62986

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHAGNELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
2-
## [Unreleased]
2+
## [v0.2.0]
33

44
### Added
55
- Enhance passthrough to reduce active fds by using file handle
66
- implement From<fusedev::Error> for std::io::Error
77
- Use `vhost` crate from crates.io
8+
- Introduce readlinkat_proc_file helper
9+
- Update vm-memory to 0.7.0
10+
- Add @eryugey to CODEOWNERS file
811

912
### Fixed
13+
- Validate path components
14+
- Prevent ".." escape in do_lookup in passthroughfs
15+
- Prevent opening of special file in passthroughfs
16+
- Fix compile error in vfs async test
17+
- Record real root inode's ino of file system backends in vfs
1018

1119
### Deprecated
1220

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.1.2"
3+
version = "0.2.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)