X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Changes;h=23ade54aaa54b30963a09f926e9b108d30a3afe3;hb=765b9391d155d213b8c67a19939879cde3e5d4c0;hp=51121326e08a5ba2ca5479f0980569a0fc4208dc;hpb=9d4f189a64df629bbe70f133ee95934f3dee074a;p=io-compress-brotli.git diff --git a/Changes b/Changes index 5112132..23ade54 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,30 @@ Revision history for Perl extension IO::Compress::Brotli. +0.003 2017-09-16T23:40+03:00 + - Same as 0.002_002 + - Update included Brotli library to v0.6.0 + - [BREAKS API] unbro now takes two parameters due to the removal of + the BrotliDecompressedSize function + +0.002_002 2017-09-09T18:10+01:00 + - Update included Brotli library to v0.6.0 + - [BREAKS API] unbro now takes two parameters due to the removal of + the BrotliDecompressedSize function + +0.002001 2016-09-08T23:09+01:00 + - Use gmake (if available) to compile the brotli library + +0.002 2016-08-28T00:33+01:00 + - Thanks to Quim Rovira, Ævar Arnfjörð Bjarmason, Marcell Szathmári + and Mattia Barbon for all changes in this version + - Use a git submodule to embed the brotli repo + - Modernise calls to deprecated brotli decoder APIs + - Add brotli encoder bindings + - Add more tests + - Add a command line tool (bro-perl) that imitates the official bro + tool + - Make XS code look nicer + 0.001001 2016-01-01T11:32+02:00 - Add BUILD_REQUIRES