X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=f184c6f25b290fd0d8d39aebb82347aad06554fc;hp=6a9400e549707c1f6f565d5ba9b706cd60060886;hb=16755c17628b28a58d75663d7541036344826961;hpb=c2b072c9ad558447fb73fedf0cad170214b7d80e diff --git a/ChangeLog b/ChangeLog index 6a9400e..f184c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,68 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +* Added some performance improvements to BackupPC::Xfer::RsyncFileIO + for the case of small files with cached checksums. + +* Added optional support for IO::Dirent which allows inode information + to be extracted from the dirent directory structure. This allows + BackupPC to order some directory operations by inode, which on + some file systems (eg: ext3) can results in a 20-30% performance + gain. On other file systems there is no real improvement. This + optimization is turned on automatically if IO::Dirent is installed. + +* Added sorting by column feature to host summary table in CGI + interface. Implemented by Jeremy Tietsort. + +* Added Simplified Chinese CGI translation from Youlin Feng. + +* Added FreeBSD init.d file provided by Gabriel Rossetti. + +* Added -l and -L options to BackupPC_tarCreate so that + provide a file list (without creating the archive). + Requested by Dirk. + +* Fixed single-restore file name charsets for IE, reported by + Francis Lessard. + +* Fixed makeDist so that the --config-dir option to configure.pl + works correctly. Reported by Randy Barlow, Tony Shadwick and others. + +* Applied patch from Holger Parplies that fixes cleanup of early abort + in BackupPC_dump. + +* Applied small patch from Sergey to lib/BackupPC/Xfer/Tar.pm that makes + it ignore "socket ignored" error on incrementals. + +* Applied small patch from Sergey to bin/BackupPC_archiveHost. + +* Changed BackupPC_sendEmail so that summary admin email doesn't + include errors from hosts that have $Conf{BackupsDisable} set. + Reported by James Kyle. Also, per-user email is now disabled + when $Conf{BackupsDisable} is set. + +* Added RsyncdUserName to the config editor. Reported by Vicent Roca Daniel. + +* $Conf{IncrLevels} is now defaulted if it is not defined. + +* configure.pl clears $Conf{ParPath} if it doesn't point to a valid + executable. + +* Added freebsd-backuppc init.d script from Gabriel Rossetti. + +* Added documentation for BackupPC_tarPCCopy, including use of -P option + to tar suggested by Daniel Berteaud. + +* Config editor now removes white space at start of exec path. + Reported by Christoph Iwasjuta. + +* CgiDateFormatMMDD == 2 gives a YYYY-MM-DD format for CGI dates, + suggested by Imre. + +#------------------------------------------------------------------------ +# Version 3.0.0, 28 Jan 2007 +#------------------------------------------------------------------------ + * BackupPC_sendEmail now correctly sends admin email if backups were skipped because the disk was too full, reported by Dan Pritts.