2020-06-18 21:56:32 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
p5-Sereal: update to 4.014.
4.014 Thurs June 11, 2020
* Fix build issue on non-win32 platforms.
* Update zstd to 1.4.5
4.012 Tues February 4, 2020
* Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev
4.011 Tues February 4, 2020
* Fix and test custom opcode logic for 5.31.2 and later.
4.010 Tues February 4, 2020
* Encoder/Decoder: Update miniz
* Encoder/Decoder: Update zstd
* Sereal/Encoder/Decoder: perltidy perl code to a standard style
|
2020-02-03 12:34:52 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
p5-Sereal: update to 4.009.
4.009 Fri January 31, 2020
* Encoder/Decoder: Update ppport.h for modern perls.
|
2020-01-30 10:48:34 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
p5-Sereal: update to 4.008.
4.008 Thurs Jan 30, 2020
* Encoder/Decoder: Build fixes for modern perls.
* Encoder/Decoder: Pod fixes
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232) |
Log message:
Follow some remaining search.cpan.org redirects.
|
2019-04-19 16:56:32 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 4.007
Upstream changes:
4.007 Tues Apr 9, 2019
* Sereal: restore write_sereal(), read_sereal() as aliases to write_sereal_file()
and read_sereal_file(). Better tests for exported subs. Add SRL_UNCOMPRESSED,
SRL_SNAPPY, SRL_ZLIB, SRL_ZSTD exports.
* Decoder: tweak docs for looks_like_sereal/scalar_looks_like_sereal
4.006 Mon Apr 8, 2019
* Sereal: fix read_sereal_file(),
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-02-25 17:15:47 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Sereal: update to 4.005.
4.005 Tues Jan 23, 2018
* Encoder: Document encode_to_file()
* Decoder: Document and fix decode_from_file()
* Sereal: fixup docs on write_file()/decode_file()
|
2017-11-15 11:05:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Sereal: update to 4.004.
4.004 Sun Nov 12
* Fix build issues from C++ style comments
* Fixup build_requires
4.003 Sun Nov 12
* Fixup Devel::CheckLib usage
* Do not compress using Snappy if the buffer is larger 2**32
* Build fixes
|
2017-11-13 14:45:52 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Sereal: update to 4.002.
4.001_001 Mon Feb 6 11:13:40 CEST 2017
* Sereal v4 release with Zstandard compression support
https://github.com/facebook/zstd
|