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