Bump version and update Changes 0.003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Sep 2017 20:39:46 +0000 (23:39 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Sep 2017 20:39:46 +0000 (23:39 +0300)
Changes
README
lib/IO/Compress/Brotli.pm
lib/IO/Uncompress/Brotli.pm

diff --git a/Changes b/Changes
index 46045e5c0e24bb9ce4208cdf4f4e4d8678f45f10..23ade54aaa54b30963a09f926e9b108d30a3afe3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 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
diff --git a/README b/README
index d09a63919fa3c7cf1c2ad9fd30cb286cda48db81..79adeb9039173303c65f2c5538f828f3cca1fce1 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-IO-Compress-Brotli version 0.002_002
-====================================
+IO-Compress-Brotli version 0.003
+================================
 
 Brotli is a data compression format primarily used in web fonts and
 (more recently) HTTP compression.
index 0b81818ad64ed6d4b3e764dd3a48cc0c749a6523..7c463b18ade0011eda9966124e730b0d216b5122 100644 (file)
@@ -10,7 +10,7 @@ use IO::Uncompress::Brotli;
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.002_002';
+our $VERSION = '0.003';
 
 my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
 sub mode {
index 05c54a7adc7483cb31cd9927f0ad60efe420299f..bbfea4ee1685b7f6b8ff68396ed850022ff14ee5 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT = qw/unbro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.002_002';
+our $VERSION = '0.003';
 
 require XSLoader;
 XSLoader::load('IO::Compress::Brotli', $VERSION);
This page took 0.012981 seconds and 4 git commands to generate.