- updated to 1.02 see /usr/share/doc/packages/perl-Data-MessagePack/Changes 1.02 2022-03-11T14:27:47Z - Fix test for usequadmath Perl OBS-URL: https://build.opensuse.org/request/show/964210 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-MessagePack?expand=0&rev=10
189 lines
5.3 KiB
Plaintext
189 lines
5.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Mar 12 03:07:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.02
|
|
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
|
|
|
1.02 2022-03-11T14:27:47Z
|
|
- Fix test for usequadmath Perl
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 18 03:08:08 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 1.01
|
|
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
|
|
|
Revision history for Perl extension Data-MessagePack
|
|
|
|
1.01 2020-03-17T17:06:53Z
|
|
|
|
- Switch to Minilla from Module::Install
|
|
- Fix test for newer Windows Perl
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 7 22:02:02 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- Fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 22 05:14:57 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.00
|
|
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
|
|
|
1.00 2016-08-21 15:30:00+0900
|
|
|
|
- Update major version for MessagePack versioning rule
|
|
- Support Bin/Str type again
|
|
|
|
0.51 2016-08-21 15:20:00+0900
|
|
|
|
- Revert supporting Bin/Str type changes for MessagePack versioning rule
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 23 06:10:44 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.50
|
|
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
|
|
|
0.50 2016-06-15 12:09:00+0900
|
|
|
|
- No feature changes. Official release for supporting Bin/Str format
|
|
|
|
0.49_01 2016-03-01 14:40:00+0900
|
|
|
|
- Support Bin/Str type of newer MessegePack specification
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 28 09:34:50 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.49
|
|
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
|
|
|
0.49 2015-11-21 20:07:30+0900
|
|
|
|
- Fix undefined behavior issue of overflow(#23, #24, Thanks kazuho)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 19:20:54 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.48
|
|
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
|
|
|
0.48 2013-09-01 15:42:51+0900
|
|
|
|
- Fix tests for bleadperl
|
|
|
|
0.47
|
|
|
|
- Support PUREPERL_ONLY build
|
|
See the Lancaster Consensus:
|
|
https://github.com/sjn/toolchain-site/blob/219db464af9b2f19b04fec05547ac10180a469f3/lancaster-consensus.md#specifying-pure-perl-builds
|
|
|
|
0.46
|
|
|
|
- fixed unpacking issue on big-endian system.
|
|
https://github.com/msgpack/msgpack-perl/issues/4
|
|
|
|
0.45
|
|
|
|
- support tied hashes(rurban++)
|
|
|
|
0.44
|
|
|
|
- do not display deprecated warnings from Data::MessagePack::Unpacker.
|
|
T::Xslate using it...
|
|
|
|
0.43 2012-06-26T02:00:57
|
|
|
|
- Data::MessagePack::Unpacker was deprecated.
|
|
|
|
|
|
0.42 2012-06-25 09:56:58
|
|
|
|
- fix failing to pack IV/NV with MAGIC (e.g. $$ in 5.16.0)
|
|
|
|
0.41 2012-03-28 01:09:44
|
|
|
|
- Revert the privous changed utf8() behavior
|
|
|
|
0.40 2012-03-28 00:37:28
|
|
|
|
- Fix $messagepack->utf8(1) behavior
|
|
- Fix tests on NV == long double env
|
|
|
|
0.39 2011-12-05 00:08:58
|
|
|
|
- Resolve RT #72920 - packing float numbers fails on some cases,
|
|
e.g. after e.g. $flaot > 0
|
|
|
|
0.38_02 2011-10-25 09:58:28
|
|
|
|
- More informative tests
|
|
|
|
0.38_01 2011-10-25 09:44:05
|
|
|
|
- Add tests to reveal problems in Data::Encoder
|
|
|
|
0.38 2011-10-10 16:17:03
|
|
|
|
- Add tests to unpacking double - the test was missing!
|
|
|
|
0.37 2011-10-10 16:08:18
|
|
|
|
- Resolve RT #71407: broken pack()/pack() for double on arm-oabi arch
|
|
(the patch contributed by @shohex)
|
|
|
|
0.36 2011-08-21 14:41:51
|
|
|
|
- Fix a PP issue incompatible with XS impl
|
|
- Fix docs
|
|
|
|
0.35_01 2011-08-19 15:27:00
|
|
|
|
- address issue/20 (cho45): Data::MessagePack did not finish correctly
|
|
when was given devided packed data
|
|
- address pull-req/82 (cho45): canonical mode like JSON.pm
|
|
- added JSON.pm-compat interface
|
|
- added utf8 mode to apply utf8::decode() when unpacking
|
|
- deprecated $PreferInteger; use D::MP->new->prefer_integer
|
|
- repository is now https://github.com/msgpack/msgpack-perl
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 19:20:52 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.38
|
|
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
|
|
|
|
|
0.38 2011-10-10 16:17:03
|
|
|
|
- Add tests to unpacking double - the test was missing!
|
|
|
|
0.37 2011-10-10 16:08:18
|
|
|
|
- Resolve RT #71407: broken pack()/pack() for double on arm-oabi arch
|
|
(the patch contributed by @shohex)
|
|
|
|
0.36 2011-08-21 14:41:51
|
|
|
|
- Fix a PP issue incompatible with XS impl
|
|
- Fix docs
|
|
|
|
0.35_01 2011-08-19 15:27:00
|
|
|
|
- address issue/20 (cho45): Data::MessagePack did not finish correctly
|
|
when was given devided packed data
|
|
- address pull-req/82 (cho45): canonical mode like JSON.pm
|
|
- added JSON.pm-compat interface
|
|
- added utf8 mode to apply utf8::decode() when unpacking
|
|
- deprecated $PreferInteger; use D::MP->new->prefer_integer
|
|
- repository is now https://github.com/msgpack/msgpack-perl
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 22 19:34:41 UTC 2011 - coolo@novell.com
|
|
|
|
- initial package 0.34
|
|
* created by cpanspec 1.78.03
|
|
|