File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Revision 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+
3110.54: May 25, 2017
412
513 - checks the return value of check the return value of bpc_fileZIO_read() in BackupPC::XS::FileZIO::read()
Original file line number Diff line number Diff line change 1- BackupPC-XS version 0.54
1+ BackupPC-XS version 0.55
22========================
33
44BackupPC::XS implements various BackupPC functions in a perl-callable
Original file line number Diff line number Diff 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
6060require XSLoader;
6161XSLoader::load(' BackupPC::XS' , $VERSION );
You can’t perform that action at this time.
0 commit comments