proxmox/proxmox-async/debian/changelog
Wolfgang Bumiller 175648763d bump proxmox-async to 0.3.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-01-20 10:10:16 +01:00

56 lines
1.4 KiB
Plaintext

rust-proxmox-async (0.3.2) unstable; urgency=medium
* replace RawWaker with the Wake trait from std, fixes a refcount leak
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jan 2022 10:08:25 +0100
rust-proxmox-async (0.3.1) unstable; urgency=medium
* fix #3618: proxmox-async: zip: add conditional EFS flag to zip files
-- Proxmox Support Team <support@proxmox.com> Wed, 12 Jan 2022 15:46:48 +0100
rust-proxmox-async (0.3.0) unstable; urgency=medium
* rebuild using proxmox-sys 0.2.0
-- Proxmox Support Team <support@proxmox.com> Tue, 23 Nov 2021 12:17:49 +0100
rust-proxmox-async (0.2.0) stable; urgency=medium
* improve dev docs
* move AsyncChannelWriter to src/io
* move TokioWriterAdapter to blocking
* remove duplicate src/stream/wrapped_reader_stream.rs
* split stream.rs into separate files
* split blocking.rs into separate files
* add copyright file
-- Proxmox Support Team <support@proxmox.com> Sat, 20 Nov 2021 16:54:58 +0100
rust-proxmox-async (0.1.0) stable; urgency=medium
* imported pbs-tools/src/zip.rs
* imported pbs-tools/src/compression.rs
* imported pbs-tools/src/tokio/tokio_writer_adapter.rs
* imported pbs-tools/src/stream.rs
* imported pbs-tools/src/broadcast_future.rs
* imported pbs-tools/src/blocking.rs
* imported pbs-runtime/src/lib.rs to runtime.rs
* initial release
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Nov 2021 15:43:44 +0100