~ubuntu-branches/ubuntu/wily/backuppc/wily

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Dave Walker (Daviey)
  • Author(s): Allison Randal
  • Date: 2011-09-19 12:04:17 UTC
  • mfrom: (33.1.1 bug-852484)
  • Revision ID: davewalker@ubuntu.com-20110919120417-2z1it0nm3rxgdowd
Tags: 3.2.1-1ubuntu1
* Merge from debian unstable. (LP: #852484) Remaining changes:
  - debian/backup.init, debian/rules, debian/postinst: Do not call init
    script on shutdown and reboot (TearDown) (Debian #488660)
  - debian/control: Add dependency for libsocket6-perl.
  - debian/control: Drop build dependency to 'par2', it's in universe.
  - configure.pl: Do not test for par2 being available at build time
  - debian/control: depend on default-mta | mail-transport-agent, instead of
    enumerating a long list of alternative MTAs.
  - debian/rules: installing setuid wrapper with setuid bit set, and no
    permissions granted to other (mode 4750)
* New upstream release. Closes: #641450
* urgency set to high because of a security fix
* Non-maintainer upload.
* Use inetutils-ping as an alternative to iputils-ping. Closes: #630777

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#
12
12
#========================================================================
13
13
#
14
 
# Version 3.2.0, released 31 Jul 2010.
 
14
# Version 3.2.1, released 24 Apr 2011.
15
15
#
16
16
# See http://backuppc.sourceforge.net.
17
17
#
18
18
#========================================================================
19
19
 
20
20
#------------------------------------------------------------------------
 
21
# Version 3.2.1, 24 Apr 2011
 
22
#------------------------------------------------------------------------
 
23
 
 
24
* Ensure $num is numeric in lib/BackupPC/CGI/Browse.pm to avoid XSS
 
25
  attack.  Report and patch by Adam E.
 
26
 
 
27
* Fixed application of "*" in $Conf{BackupFilesOnly} and
 
28
  $Conf{BackupFilesExclud} for 2nd and later shares.  Reported
 
29
  by Alessandro and Alexander Maringer.
 
30
 
 
31
* Fixed email status check in lib/BackupPC/CGI/HostInfo.pl so that
 
32
  empty email info doesn't appear; reported by Wayne Trevena,
 
33
  and based on patch from Tyler Wagner.
 
34
 
 
35
* Several fixes to FTP xfer mode related to file excludes, from
 
36
  Dave Pearce.
 
37
 
 
38
* Wrapped eval() around unpack() in lib/BackupPC/Attrib.pm to avoid
 
39
  failures on corrupted attrib files; patch from Tim Connors.
 
40
 
 
41
* Applied documention patch from Alexander Moisseev.
 
42
 
 
43
#------------------------------------------------------------------------
21
44
# Version 3.2.0, 31 Jul 2010
22
45
#------------------------------------------------------------------------
23
46