mirror of
https://git.proxmox.com/git/perlmod
synced 2025-11-03 13:11:05 +00:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
rust-perlmod-macro (0.2.1-1) stable; urgency=medium
|
|
|
|
* remove `-L./target/debug` from library paths in non-debug-builds
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 27 Nov 2020 13:05:20 +0100
|
|
|
|
rust-perlmod-macro (0.2.0-1) stable; urgency=medium
|
|
|
|
* fix `#[export(name = ...)]` to name the actual perl function instead of
|
|
the rust function
|
|
|
|
* support returning raw non-serialized `Value` types via
|
|
`#[export(raw_return)]`
|
|
|
|
* support raw non-deserialized parameters via the `#[raw]`
|
|
|
|
* support`&[u8]` parameters by switching to perlmod::from_ref_value for
|
|
parameters
|
|
|
|
* drop `make_package!`
|
|
|
|
* mark the `newXS` and `__load_shared_lib` functions in the generated
|
|
perl files as `my sub` and move them into the `BEGIN` block for better
|
|
namespacing
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2020 13:53:49 +0100
|
|
|
|
rust-perlmod-macro (0.1.0-1) stable; urgency=medium
|
|
|
|
* initial packaging
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2020 13:55:25 +0100
|