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