]> git.proxmox.com Git - perlmod.git/blame - perlmod/debian/changelog
fix 'undef' deserialization
[perlmod.git] / perlmod / debian / changelog
CommitLineData
fcd20b78
WB
1rust-perlmod (0.2.2-1) stable; urgency=medium
2
3 * `#[export]` fns now accept a `#[try_from_ref]` attribute on parameters
4
5 * improve documentation
6
7 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2020 09:23:46 +0100
8
63af6eeb
WB
9rust-perlmod (0.2.1-1) stable; urgency=medium
10
11 * depend on perlmod-macro 0.2.1: non-debug builds don't include
12 `-L./target/debug` in their perl modules anymore
13
14 * support deserializing borrowed strings (mostly useful for exporter
15 function parameters)
16
17 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Nov 2020 14:34:44 +0100
18
f4832286
WB
19rust-perlmod (0.2.0-1) stable; urgency=medium
20
21 * add convenience methods for raw pointer types
22
23 * support blessed values
24
25 * support deserializing by reference to allow `&[u8]` parameters
26 introduces: perlmod::from_ref_value(&Value)
27
28 * improve documentation and examples
29
30 * make `SvPVbyte` in `Value`s safe by checking whether they can be converted
31 first (otherwise it could potentially trigger a `longjmp`)
32
33 * add `destructor!` convenience macro
34
35 * `Serializer` and `Deserializer` & helper types are now private
36
37 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2020 13:51:51 +0100
38
245289bd 39rust-perlmod (0.1.0-1) stable; urgency=medium
46d6d8fa
WB
40
41 * initial packaging
42
245289bd 43 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2020 13:55:27 +0100