From 5e09c1d373395381cad07b15c611159b78bab11e Mon Sep 17 00:00:00 2001 From: Craig Barratt Date: Thu, 23 Mar 2017 19:28:06 -0700 Subject: [PATCH] bump version to 0.53 --- Changes | 5 +++++ README | 2 +- lib/BackupPC/XS.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index b9faf5f..d63b877 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/README b/README index 3a1a0e9..a37f876 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -BackupPC-XS version 0.52 +BackupPC-XS version 0.53 ======================== BackupPC::XS implements various BackupPC functions in a perl-callable diff --git a/lib/BackupPC/XS.pm b/lib/BackupPC/XS.pm index cb4d42f..ac0dac5 100644 --- a/lib/BackupPC/XS.pm +++ b/lib/BackupPC/XS.pm @@ -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);