5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2025-01-03 05:18:30 +03:00

bump version to 0.1.5-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-02-13 13:49:01 +01:00
parent e100af3c21
commit bda0f4f9fc
3 changed files with 17 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-fuse" name = "proxmox-fuse"
version = "0.1.4" version = "0.1.5"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2021" edition = "2021"
license = "AGPL-3" license = "AGPL-3"

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
rust-proxmox-fuse (0.1.5-1) bookworm; urgency=medium
* add `Read::reply_vectored` taking an IoSlice
* fix `Open::reply` - previously this passed garbage to the fuse library and
therefore is not considered an API break, since it never worked
* expose FileInfo from the Open request and provide accessors to the most
bits like direct_io, keep_cache etc.
* minor doc improvements
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Feb 2024 13:48:40 +0100
rust-proxmox-fuse (0.1.4-1) pve; urgency=medium rust-proxmox-fuse (0.1.4-1) pve; urgency=medium
* impl AsFd for FuseFd * impl AsFd for FuseFd

4
debian/control vendored
View File

@ -46,7 +46,7 @@ Provides:
librust-proxmox-fuse-0+default-dev (= ${binary:Version}), librust-proxmox-fuse-0+default-dev (= ${binary:Version}),
librust-proxmox-fuse-0.1-dev (= ${binary:Version}), librust-proxmox-fuse-0.1-dev (= ${binary:Version}),
librust-proxmox-fuse-0.1+default-dev (= ${binary:Version}), librust-proxmox-fuse-0.1+default-dev (= ${binary:Version}),
librust-proxmox-fuse-0.1.4-dev (= ${binary:Version}), librust-proxmox-fuse-0.1.5-dev (= ${binary:Version}),
librust-proxmox-fuse-0.1.4+default-dev (= ${binary:Version}) librust-proxmox-fuse-0.1.5+default-dev (= ${binary:Version})
Description: Expose fuse requests as async streams - Rust source code Description: Expose fuse requests as async streams - Rust source code
Source code for Debianized Rust crate "proxmox-fuse" Source code for Debianized Rust crate "proxmox-fuse"