Skip to content

Commit 41068cf

Browse files
committed
bump version to 0.55; update Changes for 0.55
1 parent e6e2ca1 commit 41068cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Revision history for Perl extension BackupPC-XS.
22

3+
0.55: Jun 4, 2017
4+
5+
- updated Makefile.PL so ./configure is run before subdirs are built when parallel make (eg: make -j 4) is used
6+
7+
- generate error message instead of log message if bpc_poolWrite_unmarkPendingDelete() fails
8+
9+
- added & ~S_IFMT to chmod() mode argument
10+
311
0.54: May 25, 2017
412

513
- checks the return value of check the return value of bpc_fileZIO_read() in BackupPC::XS::FileZIO::read()

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BackupPC-XS version 0.54
1+
BackupPC-XS version 0.55
22
========================
33

44
BackupPC::XS implements various BackupPC functions in a perl-callable

lib/BackupPC/XS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ my @FILE_TYPES = qw(
5555
'all' => [ @EXPORT_OK ],
5656
);
5757

58-
our $VERSION = '0.54';
58+
our $VERSION = '0.55';
5959

6060
require XSLoader;
6161
XSLoader::load('BackupPC::XS', $VERSION);

0 commit comments

Comments
 (0)