From: Marius Gavrilescu Date: Sat, 6 Jan 2018 18:09:03 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.002^0 X-Git-Url: http://git.ieval.ro/?p=slob.git;a=commitdiff_plain;h=35224ef9dda3fa2cd01de24ffebe0d850a9cab79 Bump version and update Changes --- diff --git a/Changes b/Changes index 80b3b4b..b8d18c0 100644 --- 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 09e8380..c33d586 100644 --- 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, diff --git a/lib/Slob.pm b/lib/Slob.pm index 3e9697f..33516bd 100644 --- a/lib/Slob.pm +++ b/lib/Slob.pm @@ -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, Emarius@ieval.roE =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,