/[BackupPC]/trunk/ChangeLog
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Wed Jun 22 19:12:42 2005 UTC revision 316 by dpavlin, Mon Jan 30 13:37:17 2006 UTC
# Line 11  Line 11 
11  #  #
12  #========================================================================  #========================================================================
13  #  #
14  # Version 2.1.0, released 20 Jun 2004.  # Version 2.1.2, released 5 Sep 2005.
15  #  #
16  # See http://backuppc.sourceforge.net.  # See http://backuppc.sourceforge.net.
17  #  #
18  #========================================================================  #========================================================================
19    
20  #------------------------------------------------------------------------  #------------------------------------------------------------------------
21    # Version 2.1.2, 5 Sep 2005
22    #------------------------------------------------------------------------
23    
24    * Fixed simple but serious bug in bin/BackupPC_tarCreate that prevented
25      hardlinks being saved correctly.  Debugged by Michael (mna.news)
26      with several other people.
27    
28    * Fixed serious bug in bin/BackupPC_dump reported/debugged by Dan Niles
29      that can happen when multiple full backups are deleted after
30      $Conf{FullKeepCnt} is changed.
31    
32    * Changed lib/BackupPC/CGI/Lib.pm so that link to "$TopDir/conf/$host.pl"
33      is displayed if it exists.  Patch from Andreas Vögele.
34    
35    * Applied daemonize patch to bin/BackupPC from:
36            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301057
37    
38    * It's now a fatal error if $Conf{CompressLevel} is set, but
39      Compress::Zlib is not found.  Before $Conf{CompressLevel} was
40      silently set to 0, which made all the backups uncompressed.
41      That meant the user never knew if they forget to install
42      Compress::Zlib but were expecting compression to be on.
43    
44    * Finally increased $Conf{ClientTimeout} to 72000 (20 hours).
45    
46    * Added sleep 1 in restart() function in init.d/src/gentoo-backuppc,
47      suggested by Jon Hood.
48    
49    * Added $DestDir to the path of the CGI image directory in configure.pl.
50      Patch submitted by Andreas Vögele.
51    
52    * Applied extensive patch to French translation from Frederic Lehobey.
53    
54    * Minor change to Dutch language $Lang{Pool_Stat} from Wander Winkelhorst.
55    
56    * Minor change to French language $Lang{EMailOutlookBackupMesg} and
57      $Lang{EMailOutlookBackupSubj} from Ludovic Gasc.
58    
59    #------------------------------------------------------------------------
60    # Version 2.1.1, 13 Mar 2005
61    #------------------------------------------------------------------------
62    
63     * Fixed bug in top-level restore using rsync XferMethod.
64       BackupPC::View was leaving an extra leading "/" at the start
65       of top-level directories, messing up the FileList sort order.
66       Reported and debugged by Gail Edwards.
67    
68     * Added pathCreate() to BackupPC_tarExtract so that new directories
69       are created.  Required for xtar on MacOSX since the virtual resource
70       fork directories (.rsrc) are not explicitly included in the tar
71       archive - just the files below .rsrc are.
72    
73     * Changed $host.$bkupNum.tar$fileExt.* to $host.$bkupNum.tar$fileExt*
74       in $parCmd in bin/BackupPC_archiveHost.
75    
76     * Fixed HostSortCompare() in BackupPC to correctly sort hosts so
77       those with the oldest backups get queued first.
78    
79     * Changed test in BackupPC_sendEmail so that directories/files
80       starting with "." in $TopDir/pc are ignored, rather than
81       just "." and "..".
82    
83     * Changed BackupPC_sendEmail to include NT_STATUS_FILE_LOCK_CONFLICT
84       in check for bad outlook files.
85    
86     * Ensure that %Status and %StatusHost are empty if requesting
87       status on hosts in lib/BackupPC/CGI/Lib.pm GetStatusInfo().
88       Fixes problem with new hosts under mod_perl.
89    
90     * Added images/icon-hardlink.gif so that hardlinks show file type icon.
91    
92    #------------------------------------------------------------------------
93    # Version 2.1.0pl1, 15 Aug 2004
94    #------------------------------------------------------------------------
95    
96    * Added fix to lib/BackupPC/Lang/nl.pm from Lieven Bridts.
97    
98    * Added patch from Tony Nelson to remove $Info{pid} before BackupPC
99      writes the status and shuts down.
100    
101    * Changed BackupPC_nightly so that it doesn't call find() if the
102      directory doesn't exist.  This avoids errors in certain versions
103      of perl.  Reported by Bernd Rilling.
104    
105    * Fixed BackupPC::CGI::Lib to correctly re-load config.pl for mod_perl.
106      Reported by Tony Nelson and Jimmy Liang.
107    
108    * Explicitly untaint $In{host} in BackupPC::CGI::Lib to fix problem
109      reported by Thomas Tempé.
110    
111    * Added newline to "...skipping because of user requested delay..."
112      log message in BackupPC_dump.  Reported by Wayne Scott.
113    
114    * Added read file size error checking to BackupPC_tarCreate.
115      Reported by Brandon Evans.
116    
117    * Added check in BackupPC::Xfer::RsyncFileIO to ensure that when
118      compression is toggled on/off, a compressed backup doesn't link
119      to an uncompressed pool file (and an uncompressed backup doesn't
120      link to a compressed pool file).  Reported by Brandon Evans.
121    
122    * Updated documentation with new dirvish URL and a typo from
123      Todd Curry.
124    
125    * Fix to BackupPC_sendEmail so that it correctly sends admin emails
126      for hosts that have failed backups.  Reported by Simon Kuhn.
127    
128    #------------------------------------------------------------------------
129  # Version 2.1.0, 20 Jun 2004  # Version 2.1.0, 20 Jun 2004
130  #------------------------------------------------------------------------  #------------------------------------------------------------------------
131    

Legend:
Removed from v.2  
changed lines
  Added in v.316

  ViewVC Help
Powered by ViewVC 1.1.26