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