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