From 35224ef9dda3fa2cd01de24ffebe0d850a9cab79 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 6 Jan 2018 20:09:03 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 6 ++++-- lib/Slob.pm | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) 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, -- 2.30.2