File perl-Sereal.changes of Package perl-Sereal
218
1
-------------------------------------------------------------------
2
Thu Apr 20 03:08:48 UTC 2023 - Tina Müller <timueller+perl@suse.de>
3
4
- updated to 5.004
5
see /usr/share/doc/packages/perl-Sereal/Changes
6
7
5.004
8
* Decoder fixes: Fix thaw ordering for frozen objects. Nested THAW
9
operations now happen in the documented LIFO order. Thanks to Marco
10
Fontani for the report.
11
12
-------------------------------------------------------------------
13
Thu Feb 9 03:12:06 UTC 2023 - Tina Müller <timueller+perl@suse.de>
14
15
- updated to 5.003
16
see /usr/share/doc/packages/perl-Sereal/Changes
17
18
-------------------------------------------------------------------
19
Sun Sep 4 03:11:38 UTC 2022 - Tina Müller <timueller+perl@suse.de>
20
21
- updated to 5.001
22
see /usr/share/doc/packages/perl-Sereal/Changes
23
24
-------------------------------------------------------------------
25
Fri Jul 29 03:08:19 UTC 2022 - Tina Müller <timueller+perl@suse.de>
26
27
- updated to 4.025
28
see /usr/share/doc/packages/perl-Sereal/Changes
29
30
4.025 Thr Jul 28, 2022
31
* Release with build fixes for the Decoder under threaded
32
perls and MANIFEST update.
33
34
4.024 Wed Jul 27, 2022
35
* Changes to the FREEZE/THAW mechanism. Remove the part that
36
says that FREEZE cannot return a list. It can, and we have
37
supported it for a very long time, although I have not checked
38
how far back this support goes. If you use the FREEZE/THAW
39
API's you should upgrade to this version or later.
40
* Test fixes for t/020_sort_keys.t hanging on some perls
41
which do not come bundled with Hash::Util.
42
43
-------------------------------------------------------------------
44
Mon Feb 21 03:11:15 UTC 2022 - Tina Müller <timueller+perl@suse.de>
45
46
- updated to 4.023
47
see /usr/share/doc/packages/perl-Sereal/Changes
48
49
4.023 Sun Feb 20, 2022
50
* Make it possible to upgrade with passing tests when using
51
Sereal::Decoder 4.015 - 4.019 on threaded debugging perls.
52
IF YOU USE THREADED PERLS YOU ARE STRONGLY ADVISED TO UPDATE
53
TO THIS VERSION OR LATER. *UPGRADE THE DECODER IMMEDIATELY*.
54
4.022 Sat Feb 19, 2022
55
4.021 Fri Feb 18, 2022
56
* Early but incomplete versions of 4.023, skip these releases.
57
4.020 Thurs Feb 17, 2022
58
* Fix "panic: free from wrong pool" errors on threaded builds.
59
This error is only visible on DEBUGGING perls however it exists
60
regardless. If you are using a threaded build upgrade to this!
61
Thanks to Andreas J. Koenig for finding the bug, and Nicholas Clark
62
for suggesting valgrind to debug and fix it.
63
4.019 Mon Feb 7, 2022
64
* Fix build issue with latest perl - Thanks to Nicholas Clark
65
* Update zstd to 1.5.1
66
67
-------------------------------------------------------------------
68
Tue Aug 4 03:12:52 UTC 2020 - Tina Müller <timueller+perl@suse.de>
69
70
- updated to 4.018
71
see /usr/share/doc/packages/perl-Sereal/Changes
72
73
4.018 Thurs Aug 3, 2020
74
* Fix issue with gcc 10 with snappy compression.
75
76
-------------------------------------------------------------------
77
Fri Jul 10 09:39:41 UTC 2020 - Tina Müller <timueller+perl@suse.de>
78
79
- updated to 4.017
80
see /usr/share/doc/packages/perl-Sereal/Changes
81
82
4.017 Thurs July 9, 2020
83
* The build fixes in 4.016 didn't work correctly, this should fix them.
84
4.016 Thurs July 9, 2020
85
* Fix some dependency issues in build process
86
4.015 Weds July 8, 2020
87
* Build fixes (missing dependency)
88
* Hardening against corrupted data
89
* New thresholds to manage decoding process
90
4.014 Thurs June 11, 2020
91
* Fix build issue on non-win32 platforms.
92
* Update zstd to 1.4.5
93
4.012 Tues February 4, 2020
94
* Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev
95
96
-------------------------------------------------------------------
97
Wed Feb 5 03:12:03 UTC 2020 - <timueller+perl@suse.de>
98
99
- updated to 4.011
100
see /usr/share/doc/packages/perl-Sereal/Changes
101
102
4.011 Tues February 4, 2020
103
* Fix and test custom opcode logic for 5.31.2 and later.
104
105
4.010 Tues February 4, 2020
106
* Encoder/Decoder: Update miniz
107
* Encoder/Decoder: Update zstd
108
* Sereal/Encoder/Decoder: perltidy perl code to a standard style
109
110
-------------------------------------------------------------------
111
Sat Feb 1 03:18:06 UTC 2020 - <timueller+perl@suse.de>
112
113
- updated to 4.009
114
see /usr/share/doc/packages/perl-Sereal/Changes
115
116
4.009 Fri January 31, 2020
117
* Encoder/Decoder: Update ppport.h for modern perls.
118
119
4.008 Thurs Jan 30, 2020
120
* Encoder/Decoder: Build fixes for modern perls.
121
* Encoder/Decoder: Pod fixes
122
123
-------------------------------------------------------------------
124
Wed Apr 10 05:23:51 UTC 2019 - Stephan Kulow <coolo@suse.com>
125
126
- updated to 4.007
127
see /usr/share/doc/packages/perl-Sereal/Changes
128
129
4.007 Tues Apr 9, 2019
130
* Sereal: restore write_sereal(), read_sereal() as aliases to write_sereal_file()
131
and read_sereal_file(). Better tests for exported subs. Add SRL_UNCOMPRESSED,
132
SRL_SNAPPY, SRL_ZLIB, SRL_ZSTD exports.
133
* Decoder: tweak docs for looks_like_sereal/scalar_looks_like_sereal
134
135
4.006 Mon Apr 8, 2019
136
* Sereal: fix read_sereal_file(),
137
138
-------------------------------------------------------------------
139
Tue Apr 9 05:23:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
140
141
- updated to 4.006
142
see /usr/share/doc/packages/perl-Sereal/Changes
143
144
-------------------------------------------------------------------
145
Wed Nov 7 10:50:13 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
146
147
- Ensure neutrality of summary.
148
149
-------------------------------------------------------------------
150
Sun Oct 7 15:12:10 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
151
152
- Fix autogenerated changes
153
154
-------------------------------------------------------------------
155
Wed Feb 7 17:17:08 UTC 2018 - coolo@suse.com
156
157
- updated to 4.005
158
see /usr/share/doc/packages/perl-Sereal/Changes
159
160
-------------------------------------------------------------------
161
Sun Sep 4 05:55:50 UTC 2016 - coolo@suse.com
162
163
- updated to 3.015
164
see /usr/share/doc/packages/perl-Sereal/Changes
165
166
-------------------------------------------------------------------
167
Fri Sep 2 06:04:11 UTC 2016 - coolo@suse.com
168
169
- updated to 3.015
170
see /usr/share/doc/packages/perl-Sereal/Changes
171
172
3.015 Thu Sep 1 20:18:44 CEST 2016
173
* Fix builds under 5.25+
174
* Fix various buffer overun bugs found using AFL (thanks to dgryski)
175
* Fix issue in decode_from_file()
176
177
-------------------------------------------------------------------
178
Thu Dec 10 10:19:51 UTC 2015 - coolo@suse.com
179
180
- updated to 3.014
181
see /usr/share/doc/packages/perl-Sereal/Changes
182
183
-------------------------------------------------------------------
184
Mon Nov 16 10:20:15 UTC 2015 - coolo@suse.com
185
186
- updated to 3.006
187
see /usr/share/doc/packages/perl-Sereal/Changes
188
189
3.006 Nov 14 2015
190
* [DECODER] fix segfaults from heavily corrupted data. Guards
191
against various pathological cases which could cause segfaults
192
fixed. Thanks to Damian Gryski and "fuzzing sereal with afl"
193
for finding these cases.
194
* [ENCODER] Various subtle fixes to how we choose whether to serialize
195
the string or numeric version of a value, in particular to
196
ensure that "00" always round trips as "00", and related issues.
197
Note this fix has correctness and performance consequences. In
198
some cases values that used to serialized as integers (arguably
199
incorrectly) will be serialized as strings instead, and some code
200
maybe be slower to serialize.
201
NOTE: Some issues related to this subject are not fixable without
202
a protocol change. In particular this change may affect the behavior
203
of code that uses binary logical operators on values serialized
204
with Perl.
205
Thanks to Zefram, Tom, and others for help with this issue.
206
* Fixups for cast warnings under -Wint-to-ptr builds by using
207
using PTR2INT and INT2PTR for casting our objects.
208
* Win32 fixes
209
* Build improvements
210
* Changes to how we generate constants
211
212
-------------------------------------------------------------------
213
Sat May 9 07:55:31 UTC 2015 - coolo@suse.com
214
215
- initial package $version
216
* created by $NAME $VERSION
217
218