]> git.proxmox.com Git - proxmox-fuse.git/commitdiff
bump version to 0.1.7-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Mar 2024 11:33:10 +0000 (12:33 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Mar 2024 11:33:10 +0000 (12:33 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index 221ca09fe2ee1f431e1823ca68f394c9f9423c4a..3466b3e700200fe33b181ad5d5bd920819ded29c 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-fuse"
-version = "0.1.6"
+version = "0.1.7"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 license = "AGPL-3"
index 4b1c67754442d1b8d51ae00aadc26e2dacb22b7a..002688e9d0c4db3986a146f7dffbe062980c095b 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-fuse (0.1.7-1) bookworm; urgency=medium
+
+  * block and ignore signals in reactor thread
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Mar 2024 12:32:48 +0100
+
 rust-proxmox-fuse (0.1.6-1) bookworm; urgency=medium
 
   * fix alignment issue in FuseFileInfo's bitfields