proxmox/proxmox-lang/debian/changelog
Wolfgang Bumiller a7ba12d0b8 lang: bump to 1.4.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-26 13:13:29 +02:00

34 lines
1.0 KiB
Plaintext

rust-proxmox-lang (1.4.0-1) bookworm; urgency=medium
* deprecate io_err_other in favor of std::io::Error::other
-- Proxmox Support Team <support@proxmox.com> Fri, 26 Jul 2024 13:13:21 +0200
rust-proxmox-lang (1.3.0-1) bookworm; urgency=medium
* deprecate c_str! macro in favor of c"literals"
* deprecate offsetof! macro in favor of std::mem::offset_of! macro
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 10:41:36 +0200
rust-proxmox-lang (1.2.0-1) bookworm; urgency=medium
* mosty code and clippy fixups
* c_str! should now work in const context
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Jun 2024 12:17:00 +0200
rust-proxmox-lang (1.1.0-1) stable; urgency=medium
* add io_err_other, io_format_err, io_bail and io_bail_last macros
-- Proxmox Support Team <support@proxmox.com> Mon, 21 Feb 2022 13:42:44 +0100
rust-proxmox-lang (1.0.0-1) stable; urgency=medium
* initial split out of `librust-proxmox-dev`
-- Proxmox Support Team <support@proxmox.com> Wed, 06 Oct 2021 11:04:36 +0200