Changeset 155

Show
Ignore:
Timestamp:
05/23/07 21:30:29 (3 years ago)
Author:
bradfitz
Message:

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

Index: Changes
===================================================================
--- Changes (revision 154)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.03 (may 23, 2007)
+

  • brackup-restore's verbose flag is more verbose now, showing files as they're restored.


Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r153 r155  
     11.03 (may 23, 2007) 
     2 
    13  - brackup-restore's verbose flag is more verbose now, showing files 
    24    as they're restored. 
  • trunk/lib/Brackup.pm

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