File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension BackupPC-XS.
22
3+ 0.53: March 23, 2017
4+
5+ - updates to bpc_attribCache to sanitize path names and prepending ac->currentDir
6+ in bpc_attribCache_getDirEntries().
7+
380.52: March 9, 2017
49
510 - updated config.guess and config.sub; fixes problem with aarch64 and ppc64le
Original file line number Diff line number Diff line change 1- BackupPC-XS version 0.52
1+ BackupPC-XS version 0.53
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.52 ' ;
58+ our $VERSION = ' 0.53 ' ;
5959
6060require XSLoader;
6161XSLoader::load(' BackupPC::XS' , $VERSION );
You can’t perform that action at this time.
0 commit comments