BackupPC 3.3.0 released
Craig Barratt <[email protected]> Sun, 14 Apr 2013 18:05:12 -0700
| Newsgroups | gmane.comp.sysutils.backup.backuppc.announce |
|---|---|
| Message-ID | <CADSzEFgOM7E4nthyDDVz6iHcyER3YVUZO2vQhjEcaHad2Kz-mw__19670.9487740465$1365988094$gmane$org@mail.gmail.com> |
--===============8586684707274497794==
Content-Type: multipart/alternative; boundary=20cf306f73de7caa5004da5bd915
--20cf306f73de7caa5004da5bd915
Content-Type: text/plain; charset=ISO-8859-1
I just released BackupPC 3.3.0 on SF.net. It is mostly minor bug fixes,
with three additional languages and a couple of small features.
Sorry about the long delay, but I've been pretty busy the last few years...
Thanks to everyone who submitted patches or improvements, and also for the
on-going excellent support on the email lists.
I'm attaching the ChangeLog.
Craig
#------------------------------------------------------------------------
# Version 3.3.0, 14 Apr 2013
#------------------------------------------------------------------------
* Changed restore file name from restore.{zip|tar} to
restore_$host_YYYY-MM-DD.{zip|tar},
where the date is the start date of the backup. Originally suggested by
Brad Alexander,
with a healthy debate among Les, Holger, Jeffrey, Adam, Carl and others.
* Changed the timeStamp2 function in lib/BackupPC/CGI/Lib.pm so that times
more than 330
days ago also include the year. More recent times continue to use just
the day of month
and month.
* Made the directory path display (when browsing backups or history) a
sequence of links,
allowing any parent directory to be quickly selected.
* Added Japanese language file lib/BackupPC/Lang/ja.pm submitted by Rikiya
Yamamoto.
* Added Ukrainian language file lib/BackupPC/Lang/uk.pm submitted by Serhiy
Yakimchuck.
* Added Russian language file lib/BackupPC/Lang/ru.pm submitted by Sergei
Butakov.
* Patch from Alexander Moisseev that fixed file name encodings in zip files.
The default charset is now utf8. Added a menu option to override the
codepage.
* Removed -N option from smbclient command in conf/config.pl to remain
compatible
with more recent versions (3.2.3 and later) of smbclient. Reported and
discussed
by various people on the mail list, most recently by Jeff Boyce, Les
Mikesell and
Holger Parplies. Alexander Moisseev also submitted a patch.
Using smbclient >= 3.2.3 with the -N option will give a "tree connect
failed:
NT_STATUS_ACCESS_DENIED" error.
* Reapplied a patch from Tyler Wagner for lib/BackupPC/CGI/HostInfo.pl so
that
empty email status info doesn't appear. Somehow this missed 3.2.1.
* Fixed check on $parfile in bin/BackupPC_archiveHost since it is numeric.
Fix submitted by Tim Massey.
* Ensure $num is numeric in lib/BackupPC/CGI/View.pm error message
to avoid XSS attack. Report and patch by Jamie Strandboge.
* Ensure $num and $share in lib/BackupPC/CGI/RestoreFile.pm error messages
are escaped, to avoid XSS vulnerability. Report and patch by Jamie
Strandboge.
Also added some additional error checking and tweaked the handling of the
invalid number error message.
* Fixed qw(...) deprecated syntax warnings in lib/BackupPC/Storage/Text.pm
and lib/BackupPC/Lib.pm. Patch supplied by Juergen Harms. Also got a
patch from Alexander Moisseev and report from Richard Shaw.
* Fixed error in bin/BackupPC_sendEmail that caused accumulation of
per-host errors in the admin email to be skipped if a host's user
is not defined. Reported by Marco Dalla Via.
* Fixed lib/BackupPC/CGI/RSS.pm so that the base_url is correct for https.
Report and fix by Samuel Monsarrat.
* Added more careful checking that IO::Dirent returns valid inodes and file
types.
Suggested by Daniel Harvey.
* Removed redundant setting of $Lang{CfgEdit_Title_Other} from all the Lang
files.
* Applied couple of fixes to Lib.pm suggested by Jeffrey Kosowsky for
special case of where
configuration commands are fragments of perl code.
--20cf306f73de7caa5004da5bd915
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">I just released BackupPC 3.3.0 on SF.net. =A0It is mostly =
minor bug fixes, with three additional languages and a couple of small feat=
ures.<div><br><div>Sorry about the long delay, but I've been pretty bus=
y the last few years...<br>
</div><div><br></div><div>Thanks to everyone who submitted patches or impro=
vements, and also for the on-going excellent support on the email lists.</d=
iv><div><br></div><div><div>I'm attaching the ChangeLog.<br><div><br>
</div><div>Craig</div><div><br></div><div><div>#---------------------------=
---------------------------------------------</div><div># Version 3.3.0, 14=
Apr 2013</div><div>#------------------------------------------------------=
------------------</div>
<div><br></div><div>* Changed restore file name from restore.{zip|tar} to r=
estore_$host_YYYY-MM-DD.{zip|tar},</div><div>=A0 where the date is the star=
t date of the backup. =A0Originally suggested by Brad Alexander,</div><div>
=A0 with a healthy debate among Les, Holger, Jeffrey, Adam, Carl and others=
.</div><div><br></div><div>* Changed the timeStamp2 function in lib/BackupP=
C/CGI/Lib.pm so that times more than 330</div><div>=A0 days ago also includ=
e the year. =A0More recent times continue to use just the day of month</div=
>
<div>=A0 and month.</div><div><br></div><div>* Made the directory path disp=
lay (when browsing backups or history) a sequence of links,</div><div>=A0 a=
llowing any parent directory to be quickly selected.</div><div><br></div><d=
iv>
* Added Japanese language file lib/BackupPC/Lang/<a href=3D"http://ja.pm">j=
a.pm</a> submitted by Rikiya</div><div>=A0 Yamamoto.</div><div><br></div><d=
iv>* Added Ukrainian language file lib/BackupPC/Lang/<a href=3D"http://uk.p=
m">uk.pm</a> submitted by Serhiy Yakimchuck.</div>
<div><br></div><div>* Added Russian language file lib/BackupPC/Lang/<a href=
=3D"http://ru.pm">ru.pm</a> submitted by Sergei Butakov.</div><div><br></di=
v><div>* Patch from Alexander Moisseev that fixed file name encodings in zi=
p files.</div>
<div>=A0 The default charset is now utf8. =A0Added a menu option to overrid=
e the codepage.</div><div><br></div><div>* Removed -N option from smbclient=
command in conf/<a href=3D"http://config.pl">config.pl</a> to remain compa=
tible</div>
<div>=A0 with more recent versions (3.2.3 and later) of smbclient. =A0Repor=
ted and discussed</div><div>=A0 by various people on the mail list, most re=
cently by Jeff Boyce, Les Mikesell and</div><div>=A0 Holger Parplies. =A0Al=
exander Moisseev also submitted a patch.</div>
<div><br></div><div>=A0 Using smbclient >=3D 3.2.3 with the -N option wi=
ll give a "tree connect failed:</div><div>=A0 NT_STATUS_ACCESS_DENIED&=
quot; error.</div><div><br></div><div>* Reapplied a patch from Tyler Wagner=
for lib/BackupPC/CGI/HostInfo.pl so that</div>
<div>=A0 empty email status info doesn't appear. =A0Somehow this missed=
3.2.1.</div><div><br></div><div>* Fixed check on $parfile in bin/BackupPC_=
archiveHost since it is numeric.</div><div>=A0 Fix submitted by Tim Massey.=
</div>
<div><br></div><div>* Ensure $num is numeric in lib/BackupPC/CGI/View.pm er=
ror message</div><div>=A0 to avoid XSS attack. =A0Report and patch by Jamie=
Strandboge.</div><div><br></div><div>* Ensure $num and $share in lib/Backu=
pPC/CGI/RestoreFile.pm error messages</div>
<div>=A0 are escaped, to avoid XSS vulnerability. =A0Report and patch by Ja=
mie Strandboge.</div><div>=A0 Also added some additional error checking and=
tweaked the handling of the</div><div>=A0 invalid number error message.</d=
iv>
<div>
<br></div><div>* Fixed qw(...) deprecated syntax warnings in lib/BackupPC/S=
torage/Text.pm</div><div>=A0 and lib/BackupPC/Lib.pm. =A0Patch supplied by =
Juergen Harms. =A0Also got a</div><div>=A0 patch from Alexander Moisseev an=
d report from Richard Shaw.</div>
<div><br></div><div>* Fixed error in bin/BackupPC_sendEmail that caused acc=
umulation of</div><div>=A0 per-host errors in the admin email to be skipped=
if a host's user</div><div>=A0 is not defined. =A0Reported by Marco Da=
lla Via.</div>
<div><br></div><div>* Fixed lib/BackupPC/CGI/RSS.pm so that the base_url is=
correct for https.</div><div>=A0 Report and fix by Samuel Monsarrat.</div>=
<div><br></div><div>* Added more careful checking that IO::Dirent returns v=
alid inodes and file types.</div>
<div>=A0 Suggested by Daniel Harvey.</div><div><br></div><div>* Removed red=
undant setting of $Lang{CfgEdit_Title_Other} from all the Lang files.</div>=
<div><br></div><div>* Applied couple of fixes to Lib.pm suggested by Jeffre=
y Kosowsky for special case of where</div>
<div>=A0 configuration commands are fragments of perl code.</div></div><div=
><br><div><br></div><div><br></div></div></div></div></div></div>
--20cf306f73de7caa5004da5bd915--
--===============8586684707274497794==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
--===============8586684707274497794==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
BackupPC-announce mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-announce
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
--===============8586684707274497794==--