File perl-CBOR-XS.changes of Package perl-CBOR-XS
108
1
-------------------------------------------------------------------
2
Fri Mar 8 22:00:16 UTC 2024 - Tina Müller <tina.mueller@suse.com>
3
4
- Fix disabling of __perllib_provides
5
6
-------------------------------------------------------------------
7
Mon Sep 11 03:06:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
8
9
- updated to 1.87
10
see /usr/share/doc/packages/perl-CBOR-XS/Changes
11
12
-------------------------------------------------------------------
13
Fri Nov 5 03:06:06 UTC 2021 - Tina Müller <timueller+perl@suse.de>
14
15
- updated to 1.86
16
see /usr/share/doc/packages/perl-CBOR-XS/Changes
17
18
TODO: round-tripping of types, such as float16 - maybe types::Serialiser support?
19
20
-------------------------------------------------------------------
21
Sun Oct 24 03:06:12 UTC 2021 - Tina Müller <timueller+perl@suse.de>
22
23
- updated to 1.85
24
see /usr/share/doc/packages/perl-CBOR-XS/Changes
25
26
1.85 Sat 23 Oct 2021 04:59:56 CEST
27
- left debugging printf in code, need a test for that :(
28
29
1.84 Thu 21 Oct 2021 03:11:52 CEST
30
- fix a bug in validate_utf8 where we call perl's is_utf8_string with
31
a lenght of zero for empty strings, but perl interprets that as
32
"calculate length", causing spurious validation errors for
33
empty strings.
34
- include validate_utf8 in new_safe.
35
- avoid some warnings.
36
37
-------------------------------------------------------------------
38
Wed Dec 9 03:06:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
39
40
- updated to 1.83
41
see /usr/share/doc/packages/perl-CBOR-XS/Changes
42
43
1.83 Tue Dec 8 09:27:06 CET 2020
44
- add CBOR::XS::as_map cast function.
45
46
-------------------------------------------------------------------
47
Tue Dec 1 03:06:33 UTC 2020 - Tina Müller <timueller+perl@suse.de>
48
49
- updated to 1.82
50
see /usr/share/doc/packages/perl-CBOR-XS/Changes
51
52
TODO: type cast tests.
53
TODO: possibly implement https://peteroupc.github.io/CBOR/extended.html, but NaNs are nonportable. rely on libecb?
54
TODO: https://github.com/svaarala/cbor-specs/blob/master/cbor-nonutf8-string-tags.rst, but maybe that is overkill?
55
56
1.82 Tue Dec 1 02:47:40 CET 2020
57
- add CBOR::XS::as_bool cast function.
58
59
1.81 Mon Nov 30 19:29:33 CET 2020
60
- cast functions were broken due to last-minute renaming. thats
61
what you get for not having a tessuite.
62
- Math::BigInt and Math::BigFloat are pretty broken (again),
63
so disable some tests. (try printing the bigfloat
64
799999999999999999998E99999999999999999998).
65
66
1.8 Sun Nov 29 22:35:13 CET 2020
67
- experimental support for some type casts, as well as embedding
68
raw cbor data.
69
70
-------------------------------------------------------------------
71
Thu Dec 6 15:23:42 UTC 2018 - Stephan Kulow <coolo@suse.com>
72
73
- updated to 1.71
74
see /usr/share/doc/packages/perl-CBOR-XS/Changes
75
76
1.71 Thu Nov 15 20:52:13 CET 2018
77
- work around what smells like a perl bug w.r.t. exceptions
78
thrown in callbacks.
79
- update libecb.
80
81
-------------------------------------------------------------------
82
Wed Jun 28 05:07:45 UTC 2017 - coolo@suse.com
83
84
- updated to 1.7
85
see /usr/share/doc/packages/perl-CBOR-XS/Changes
86
87
1.7 Tue Jun 27 04:02:23 CEST 2017
88
- SECURITY FIX: fix two bugs found by american fuzzy lop,
89
upgrade is advised if you accept data from untrusted
90
sources.
91
- an out-of bound sharedref or stringref index could cause an
92
out of bounds access - might be exploitable.
93
- a decoding error during indefinite array or hash decoding
94
could cause an endless loop.
95
96
-------------------------------------------------------------------
97
Thu Dec 8 06:06:33 UTC 2016 - coolo@suse.com
98
99
- updated to 1.6
100
see /usr/share/doc/packages/perl-CBOR-XS/Changes
101
102
-------------------------------------------------------------------
103
Thu Jun 2 05:03:55 UTC 2016 - coolo@suse.com
104
105
- initial package 1.5
106
* created by cpanspec 1.78.08
107
108