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