- fixed directory browsing in BackupPC_Admin
authorcbarratt <cbarratt>
Sun, 30 Mar 2003 22:41:10 +0000 (22:41 +0000)
committercbarratt <cbarratt>
Sun, 30 Mar 2003 22:41:10 +0000 (22:41 +0000)
commitc6cebe03e53dcc49f889cf15ccda5b0fe3acd235
tree121d726202f46f52f1fd1ddbe150ed189badc7d9
parentca1666a5ccf9893f7f20240c4335088859414ac2
 - fixed directory browsing in BackupPC_Admin

 - fixed PoolWrite.pm to handle incorrect initial file sizes.  If the
   file changes on the client after Rsync sends the file list, but before
   the deltas are sent, a different file size can get sent.

 - added binmode(STDIN) to BackupPC_tarExtract

 - added es.pm from Javier for Spanish translation.
ChangeLog
bin/BackupPC_tarExtract
cgi-bin/BackupPC_Admin
conf/config.pl
doc-src/BackupPC.pod
lib/BackupPC/Lang/es.pm [new file with mode: 0644]
lib/BackupPC/PoolWrite.pm
lib/BackupPC/Xfer/Rsync.pm
lib/BackupPC/Xfer/RsyncFileIO.pm