]> git.proxmox.com Git - proxmox-fuse.git/commitdiff
bump version to 0.1.5-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 13 Feb 2024 12:49:01 +0000 (13:49 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 13 Feb 2024 13:12:53 +0000 (14:12 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 5fdf9a730168af92aa78ee2848648bce78317063..aeac1f61e1cbd14270f3e8c07ec66f08bad7bbfd 100644 (file)
@@ -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"
index ce8311f6fc70c9b51ec75054f7a9f625a5b414b8..be5547981d456e3c1c462a9b1e4098bc505eebb5 100644 (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
 
   * impl AsFd for FuseFd
index e3df3039b5a5ed16e6f14f6ba6d6a1998016935c..bd819fc29816c01202e49f7eda5df365c50f24cd 100644 (file)
@@ -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"