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

diff --git a/Changes b/Changes
index 23ade54aaa54b30963a09f926e9b108d30a3afe3..9c15590ad2e11a50909eaa7fa421dc375f14ff22 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension IO::Compress::Brotli.
 
+0.003_001 2017-09-23T22:20+03:00
+ - Update included Brotli library to v1.0.1
+ - [BREAKS API] remove the undocumented "set_dictionary" function from
+    both IO::Compress::Brotli and IO::Uncompress::Brotli because
+       Brotli v1.0.0 dropped support for custom dictionaries
+
 0.003 2017-09-16T23:40+03:00
  - Same as 0.002_002
  - Update included Brotli library to v0.6.0
diff --git a/README b/README
index 79adeb9039173303c65f2c5538f828f3cca1fce1..5340bc45b7f88672f57af835ef74da857cf00dd5 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-IO-Compress-Brotli version 0.003
-================================
+IO-Compress-Brotli version 0.003_001
+====================================
 
 Brotli is a data compression format primarily used in web fonts and
 (more recently) HTTP compression.
index 7c463b18ade0011eda9966124e730b0d216b5122..05651f770e3e0dc96bb19b0c08d873aeb5d28fec 100644 (file)
@@ -10,7 +10,7 @@ use IO::Uncompress::Brotli;
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.003';
+our $VERSION = '0.003_001';
 
 my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
 sub mode {
index bbfea4ee1685b7f6b8ff68396ed850022ff14ee5..46b11898d3154a72cbc9a20ca5acf577b68d3e7c 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT = qw/unbro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.003';
+our $VERSION = '0.003001';
 
 require XSLoader;
 XSLoader::load('IO::Compress::Brotli', $VERSION);
This page took 0.013596 seconds and 4 git commands to generate.