Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Jan 2018 18:09:03 +0000 (20:09 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Jan 2018 18:09:03 +0000 (20:09 +0200)
Changes
README
lib/Slob.pm

diff --git a/Changes b/Changes
index 80b3b4ba3be0a7ff3e6de58374c73d8b0b750f8f..b8d18c06062620a2b80a1cb8194626bd367741ae 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Slob.
 
+0.002 2018-01-06T20:09+02:00
+ - Add bzip2 and zlib compression support
+
 0.001 2017-12-09T20:39+02:00
  - First stable release
  - Add lzma2 compression support
diff --git a/README b/README
index 09e83805414bf3b13c2069d3fe251f69466ce590..c33d5860f81b1cd2ce5b0afd6b48db39149b7ebc 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Slob version 0.001
+Slob version 0.002
 ==================
 
 INSTALLATION
@@ -14,11 +14,13 @@ DEPENDENCIES
 
 This module requires these other modules and libraries:
 
+ * Compress::Raw::Bzip2
  * Compress::Raw::Lzma
+ * Compress::Raw::Zlib
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.26.1 or,
index 3e9697fff3c7c2faea0550ea579f1f4bc6848a33..33516bd2e83f2afe105771ed779f6bb73e618f5d 100644 (file)
@@ -3,7 +3,7 @@ package Slob;
 use 5.014000;
 use strict;
 use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 use constant MAGIC => "!-1SLOB\x1F";
 
@@ -363,7 +363,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.26.1 or,
This page took 0.012773 seconds and 4 git commands to generate.