Skip to content

Commit 5e09c1d

Browse files
committed
bump version to 0.53
1 parent 3bc6482 commit 5e09c1d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision 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+
38
0.52: March 9, 2017
49

510
- updated config.guess and config.sub; fixes problem with aarch64 and ppc64le

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BackupPC-XS version 0.52
1+
BackupPC-XS version 0.53
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.52';
58+
our $VERSION = '0.53';
5959

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

0 commit comments

Comments
 (0)