Bump version and update Changes
[io-compress-brotli.git] / Changes
1 Revision history for Perl extension IO::Compress::Brotli.
2
3 0.004_002 2019-06-11T16:06+03:00
4 - Make unbro not require maximum buffer size (RT #129480)
5 - Add "binmode FH" to 01-uncompress.t (RT #125995)
6 - Fix link in POD
7 - Update POD for bro to include configurables (thanks, Mark Zabaro)
8 - Update included Brotli library to v1.0.7
9
10 0.004001 2018-05-19T19:58+01:00
11 - Update included Brotli library to v1.0.4
12 - Use File::Slurper instead of File::Slurp
13
14 0.004 2017-10-28T20:40+01:00
15 - Same as 0.003_002
16
17 0.003_002 2017-10-14T18:55+01:00
18 - Fix bad version causing test failures
19
20 0.003_001 2017-09-23T22:20+03:00
21 - Update included Brotli library to v1.0.1
22 - [BREAKS API] remove the undocumented "set_dictionary" function from
23 both IO::Compress::Brotli and IO::Uncompress::Brotli because
24 Brotli v1.0.0 dropped support for custom dictionaries
25
26 0.003 2017-09-16T23:40+03:00
27 - Same as 0.002_002
28 - Update included Brotli library to v0.6.0
29 - [BREAKS API] unbro now takes two parameters due to the removal of
30 the BrotliDecompressedSize function
31
32 0.002_002 2017-09-09T18:10+01:00
33 - Update included Brotli library to v0.6.0
34 - [BREAKS API] unbro now takes two parameters due to the removal of
35 the BrotliDecompressedSize function
36
37 0.002001 2016-09-08T23:09+01:00
38 - Use gmake (if available) to compile the brotli library
39
40 0.002 2016-08-28T00:33+01:00
41 - Thanks to Quim Rovira, Ævar Arnfjörð Bjarmason, Marcell Szathmári
42 and Mattia Barbon for all changes in this version
43 - Use a git submodule to embed the brotli repo
44 - Modernise calls to deprecated brotli decoder APIs
45 - Add brotli encoder bindings
46 - Add more tests
47 - Add a command line tool (bro-perl) that imitates the official bro
48 tool
49 - Make XS code look nicer
50
51 0.001001 2016-01-01T11:32+02:00
52 - Add BUILD_REQUIRES
53
54 0.001 2015-12-31T21:02+02:00
55 - Initial release
This page took 0.021743 seconds and 4 git commands to generate.