5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2025-01-06 17:18:29 +03:00
proxmox-fuse/debian/changelog
Wolfgang Bumiller a802da229d bump version to 0.1.6-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-02-14 12:46:17 +01:00

58 lines
1.6 KiB
Plaintext

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
* 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
* bump edition to 2021
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Oct 2022 14:39:01 +0200
rust-proxmox-fuse (0.1.3-1) pve; urgency=medium
* use a custom reactor for the fuse file descriptor
* code maintenance
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Jun 2022 15:10:15 +0200
rust-proxmox-fuse (0.1.2-1) pve; urgency=medium
* drop use of deprecated std::f64 module
* code maintenance and build improvements
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Mar 2022 09:26:01 +0100
rust-proxmox-fuse (0.1.1-1) pve; urgency=medium
* update to tokio 1.0
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2021 15:49:04 +0100
rust-proxmox-fuse (0.1.0-1) pve; urgency=medium
* initial release
-- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 12:34:49 +0200