Skip to content

Commit

Permalink
bumped version to 0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jun 20, 2020
1 parent aa2a934 commit b88cc0c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Revision history for Perl extension BackupPC-XS.

0.62: June 20, 2020

- force rewrite of attr file if xattr key fixup was applied

- fixed attrib refCnt when attrib is unchanged

- bpc_attrib_dirWrite() doesn't create empty attrib files

0.61: June 8, 2020

- fix view of migrated v3 backup
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.61
BackupPC-XS version 0.62
========================

BackupPC::XS implements various BackupPC functions in a perl-callable
Expand Down
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ ac_config_headers="$ac_config_headers config.h"
RSYNC_VERSION=0.61
RSYNC_VERSION=0.62
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring backuppc-xs $RSYNC_VERSION" >&5
$as_echo "$as_me: Configuring backuppc-xs $RSYNC_VERSION" >&6;}
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.61';
our $VERSION = '0.62';

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

0 comments on commit b88cc0c

Please sign in to comment.