From: Craig B. <cba...@us...> - 2017-12-13 19:39:53
|
There were a couple of bugs in rsync-bpc-3.0.9.9 that are fixed in a newly released rsync-bpc-3.0.9.11 <https://github.com/backuppc/rsync-bpc/releases/tag/3.0.9.11>. If you have installed rsync-bpc-3.0.9.9 or rsync-bpc-3.0.9.10, please upgrade to rsync-bpc-3.0.9.11. Craig On Sun, Dec 3, 2017 at 8:28 PM, Craig Barratt < cba...@us...> wrote: > BackupPC 4.1.5 <https://github.com/backuppc/backuppc/releases/tag/4.1.5> has > been released on Github. > > New versions of BackupPC-XS 0.57 > <https://github.com/backuppc/backuppc-xs/releases/tag/0.57> and > rsync-bpc 3.0.9.9 > <https://github.com/backuppc/rsync-bpc/releases/tag/3.0.9.9> have also > been released. BackupPC 4.1.5 requires BackupPC-XS 0.57. > > The cumulative changes including 4.1.4 > <https://github.com/backuppc/backuppc/releases/tag/4.1.4> (released last > week but not announced) are listed below. Upgrading is strongly > recommended. > > Thanks to the multiple contributions and debugging help. > > Enjoy! > > Craig > > #------------------------------------------------------------------------ > # Version 4.1.5, 3 Dec 2017 > #------------------------------------------------------------------------ > > * Changed required BackupPC::XS version from 0.56 to 0.57. > > * bin/BackupPC_dump now updates inodeLast for share being backed up. > > * bin/BackupPC_refCountUpdate: inodeLast is checked and updated during > fsck; > needs BackupPC::XS 0.57. > > #------------------------------------------------------------------------ > # Version 4.1.4, 25 Nov 2017 > #------------------------------------------------------------------------ > > Merged pull requests #99, #121, #125, #131, #133, #134, #137, #148, #149, > #150 > #151, #152, #153, #155, #157, #167 > > * lib/BackupPC/Xfer/Smb.pm: made pipeSMB non-blocking to avoid a > reported deadlock when BackupPC's select() returns ok for reading, > but there are no bytes to read from the client tar's log/stdout > output. Parallel change to lib/BackupPC/Xfer/Tar.pm in 4.1.3. > > * bin/BackupPC_tarCreate and bin/BackupPC_zipCreate: untaint the host name > so they work with setuid under CGI; fixes empty tar or zip files > downloaded via CGI interface (fixes issue #156) > > * bin/BackupPC: fixed BackupPC::XS min version checking and error message, > from @moisseev (#152) > > * bin/BackupPC: added more detailed startup information (perl and BackupPC > version) to log, from @moisseev (#157) > > * bin/BackupPC_rrdUpdate: fixed empty pools hiding from @moisseev (#167) > > * lib/BackupPC/Xfer/Smb.pm: now ignores additional debug messages from > smbclient, and flags lines in the XferLOG it doesn't recognize. > > * lib/BackupPC/CGI/Browse.pm: default display now has the last, rather > than first, share opened. > > * Replaced submit with button so that Enter doesn't activate the Delete > button. Fixes issue #161, reported by Philippe-M. > > * removed commented-out settings for some ftp args (eg, port#) in > lib/BackupPC/Xfer/Ftp.pm; reported by Adam W. > > * bin/BackupPC_backupDelete: only print delta counts if LogLevel is >= 5 > > * bin/BackupPC_tarExtract: fix existing file size count and size > > * lib/BackupPC/CGI/EditConfig.pm: fixed masking of subheadings in > config editor. > > * config/config.pl: added -mSMB3 to $Conf{SmbClientIncrCmd} and > $Conf{SmbClientRestoreCmd}, from @SvenBunge (#99) > > * lib/BackupPC/Xfer/Rsync.pm: improved cleanup of orphan rsyncTmp files > > * In bin/BackupPC_dump, added "share" to __bpc_progress_state__ message so > it is 'backup share "$shareName"'. Patch #150 by @guestisp (issue #143) > > * added share name to log message in lib/BackupPC/CGI/Restore.pm for tar > and zip restore. > > * makeDist: fixed exit code from @moisseev (#153) > > * Added Travis CI configuration from @moisseev (#155) and enabled travis > > * Replaced "Homepage" with "Github" in config.pl and configure.pl from > @moisseev (#121) > > * Spelling fixes, mainly in comments from @ka7 (#125). > > * Fixed comment in config.pl (zh_CH -> zh_CN) from @patch (#131) > > * Fixed German translations from @mainboarder (#133, #134) > > * Fixed minor comment typo in config.pl from @pbe-axelor (#137) > > * Fixed comments in systemd/README from @schuetzm (#138) > > * Fixed Italian translations from @guestisp (#148, #149; issue #142) > > * Fixed incorrect hash key in German translations from @moisseev (#151) > > |