Skip to content

Commit

Permalink
bump version to 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Mar 24, 2017
1 parent 3bc6482 commit 5e09c1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension BackupPC-XS.

0.53: March 23, 2017

- updates to bpc_attribCache to sanitize path names and prepending ac->currentDir
in bpc_attribCache_getDirEntries().

0.52: March 9, 2017

- updated config.guess and config.sub; fixes problem with aarch64 and ppc64le
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BackupPC-XS version 0.52
BackupPC-XS version 0.53
========================

BackupPC::XS implements various BackupPC functions in a perl-callable
Expand Down
2 changes: 1 addition & 1 deletion lib/BackupPC/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ my @FILE_TYPES = qw(
'all' => [ @EXPORT_OK ],
);

our $VERSION = '0.52';
our $VERSION = '0.53';

require XSLoader;
XSLoader::load('BackupPC::XS', $VERSION);
Expand Down

0 comments on commit 5e09c1d

Please sign in to comment.