]> git.proxmox.com Git - perlmod.git/blame - perlmod/debian/changelog
update test files
[perlmod.git] / perlmod / debian / changelog
CommitLineData
0daaa90c
WB
1rust-perlmod (0.5.0-1) stable; urgency=medium
2
3 * add support for deserializing PVLV magic (lvalues)
4
5 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Jun 2021 12:38:48 +0200
6
ec6f42c3
WB
7rust-perlmod (0.4.3-1) stable; urgency=medium
8
9 * fix an issue with serializing empty arrays
10
11 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Mar 2021 15:35:59 +0100
12
4aee0cb5
WB
13rust-perlmod (0.4.2-1) stable; urgency=medium
14
15 * allow scalars with magic in deserialization
16
17 * bump macro to 0.3.1
18
19 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Feb 2021 14:25:34 +0100
20
a3361698
WB
21rust-perlmod (0.4.1-1) stable; urgency=medium
22
23 * fix a refcount issue with Hash::insert_by_value
24
25 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2021 12:37:43 +0100
26
53ad5e5f
WB
27rust-perlmod (0.4.0-1) stable; urgency=medium
28
29 * depend on perlmod-macro 0.3.0
30
31 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2021 10:44:08 +0100
32
fee0609d
WB
33rust-perlmod (0.3.0-1) stable; urgency=medium
34
35 * breaking change to destructor macro due to compiler restructions
36
37 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2021 16:05:44 +0100
38
6dd6718b
WB
39rust-perlmod (0.2.3-1) stable; urgency=medium
40
41 * fix an issue with deserializing 'undef' values
42
43 * bump macro dependency
44
45 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2021 14:55:45 +0100
46
fcd20b78
WB
47rust-perlmod (0.2.2-1) stable; urgency=medium
48
49 * `#[export]` fns now accept a `#[try_from_ref]` attribute on parameters
50
51 * improve documentation
52
53 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2020 09:23:46 +0100
54
63af6eeb
WB
55rust-perlmod (0.2.1-1) stable; urgency=medium
56
57 * depend on perlmod-macro 0.2.1: non-debug builds don't include
58 `-L./target/debug` in their perl modules anymore
59
60 * support deserializing borrowed strings (mostly useful for exporter
61 function parameters)
62
63 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Nov 2020 14:34:44 +0100
64
f4832286
WB
65rust-perlmod (0.2.0-1) stable; urgency=medium
66
67 * add convenience methods for raw pointer types
68
69 * support blessed values
70
71 * support deserializing by reference to allow `&[u8]` parameters
72 introduces: perlmod::from_ref_value(&Value)
73
74 * improve documentation and examples
75
76 * make `SvPVbyte` in `Value`s safe by checking whether they can be converted
77 first (otherwise it could potentially trigger a `longjmp`)
78
79 * add `destructor!` convenience macro
80
81 * `Serializer` and `Deserializer` & helper types are now private
82
83 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2020 13:51:51 +0100
84
245289bd 85rust-perlmod (0.1.0-1) stable; urgency=medium
46d6d8fa
WB
86
87 * initial packaging
88
245289bd 89 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2020 13:55:27 +0100