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:
parent
e100af3c21
commit
bda0f4f9fc
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-fuse"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2021"
|
||||
license = "AGPL-3"
|
||||
|
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -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
|
||||
|
||||
* impl AsFd for FuseFd
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -46,7 +46,7 @@ Provides:
|
||||
librust-proxmox-fuse-0+default-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.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-fuse-0.1.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-fuse-0.1.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-fuse-0.1.5+default-dev (= ${binary:Version})
|
||||
Description: Expose fuse requests as async streams - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-fuse"
|
||||
|
Loading…
Reference in New Issue
Block a user