]> git.proxmox.com Git - proxmox-fuse.git/commitdiff
bump version to 0.1.6-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Feb 2024 11:46:05 +0000 (12:46 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Feb 2024 11:46:17 +0000 (12:46 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index aeac1f61e1cbd14270f3e8c07ec66f08bad7bbfd..221ca09fe2ee1f431e1823ca68f394c9f9423c4a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-fuse"
-version = "0.1.5"
+version = "0.1.6"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 license = "AGPL-3"
index be5547981d456e3c1c462a9b1e4098bc505eebb5..4b1c67754442d1b8d51ae00aadc26e2dacb22b7a 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-fuse (0.1.6-1) bookworm; urgency=medium
+
+  * fix alignment issue in FuseFileInfo's bitfields
+
+  * cleanup code for Open requests
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Feb 2024 12:45:50 +0100
+
 rust-proxmox-fuse (0.1.5-1) bookworm; urgency=medium
 
   * add `Read::reply_vectored` taking an IoSlice
index bd819fc29816c01202e49f7eda5df365c50f24cd..39f22e15f535e4235f8b0a4e8a7b9bda16a74378 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.5-dev (= ${binary:Version}),
- librust-proxmox-fuse-0.1.5+default-dev (= ${binary:Version})
+ librust-proxmox-fuse-0.1.6-dev (= ${binary:Version}),
+ librust-proxmox-fuse-0.1.6+default-dev (= ${binary:Version})
 Description: Expose fuse requests as async streams - Rust source code
  Source code for Debianized Rust crate "proxmox-fuse"