rust-proxmox-fuse (2.0.0-1) UNRELEASED; urgency=medium

  * add support for rename operation
  * use explicit "C" ABI for extern functions
  * remove deprecated shared_flag() on cc call
  * various clippy and style fixes

 -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Jan 2026 12:30:51 +0100

rust-proxmox-fuse (1.0.0-1) trixie; urgency=medium

  * re-build for Debian Trixie based releases.

  * update to edition 2024

 -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Jun 2025 15:32:20 +0200

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

  * 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
