Changeset 159

Show
Ignore:
Timestamp:
07/30/07 22:38:35 (2 years ago)
Author:
bradfitz
Message:

Checking in changes prior to tagging of version 1.04. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 158)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.04 (july 30, 2007)
+

  • Amazon list_backups and delete backups (and delete for filesystem target too), from Alessandro Ranellucci <aar@…>


Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r158 r159  
     11.04 (july 30, 2007) 
     2 
    13  - Amazon list_backups and delete backups (and delete for filesystem 
    24    target too), from Alessandro Ranellucci <aar@cpan.org> 
  • trunk/lib/Brackup.pm

    r155 r159  
    22use strict; 
    33use vars qw($VERSION); 
    4 $VERSION = '1.03'; 
     4$VERSION = '1.04'; 
    55 
    66use Brackup::Config;