Changeset 136

Show
Ignore:
Timestamp:
05/23/07 02:00:38 (2 years ago)
Author:
bradfitz
Message:

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

Index: Changes
===================================================================
--- Changes (revision 135)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.02 (may 22, 2007)
+

  • support for merging little files together into big chunks
    on the backup target. aka "tail packing". requires no changes
    to target drivers. this should speed backups, as less network
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Changes

    r134 r136  
     11.02 (may 22, 2007) 
     2 
    13  - support for merging little files together into big chunks 
    24    on the backup target.  aka "tail packing".  requires no changes 
  • trunk/MANIFEST.SKIP

    r128 r136  
     1makedocs.pl 
    12\.shipit 
    23\.brackup$ 
  • trunk/lib/Brackup.pm

    r130 r136  
    22use strict; 
    33use vars qw($VERSION); 
    4 $VERSION = '1.01'; 
     4$VERSION = '1.02'; 
    55 
    66use Brackup::Config;