/[smeserver]/rpms/e-smith-backup/sme10/e-smith-backup.spec
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme10/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (hide annotations) (download)
Wed Apr 26 16:36:20 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-11_el7_sme
Changes since 1.11: +4 -3 lines
* Wed Apr 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
- added lock during backup to avoid multiple instance running [SME: 9127]
- code from Stefano Zamboni <zamboni@mind-at-work.it>

1 unnilennium 1.12 # $Id: e-smith-backup.spec,v 1.11 2017/04/26 16:33:46 unnilennium Exp $
2 vip-ire 1.1
3     Summary: e-smith module to provide the backup panel
4     %define name e-smith-backup
5     Name: %{name}
6     %define version 2.6.0
7 unnilennium 1.12 %define release 11
8 vip-ire 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: Artistic
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 unnilennium 1.2 Patch0: e-smith-backup-2.6.0-normalreboot.patch
14 stephdl 1.4 Patch1: e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch
15     Patch2: e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch
16     Patch3: e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch
17     Patch4: e-smith-backup-2.6.0.Do_Dar_Exclusion.patch
18     Patch5: e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch
19 stephdl 1.7 Patch6: e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch
20 unnilennium 1.8 Patch7: e-smith-backup-2.6.0-bz9550.fixconsolerestore.patch
21 unnilennium 1.9 Patch8: e-smith-backup-2.6.0-bz9299-consoleBackupBlockDevice.patch
22 unnilennium 1.11 Patch9: e-smith-backup-2.6.0-bz9127-add_lock_feature.patch
23 stephdl 1.4
24 vip-ire 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25     BuildRequires: e-smith-devtools >= 1.11.0-03
26     BuildRequires: gettext
27     BuildArchitectures: noarch
28     Requires: e-smith-base
29     Requires: e-smith-lib >= 1.15.1-19
30     Requires: perl(Quota)
31     Requires: perl(Unix::PasswdFile)
32     Requires: perl(Crypt::PasswdMD5)
33     Requires: perl(Passwd::Unix)
34     Requires: perl(POSIX)
35     Requires: perl(Locale::gettext)
36     Requires: perl(Digest::MD5)
37     Requires: perl(File::Copy)
38     Requires: perl(esmith::I18N)
39     Requires: dar
40     Requires: cifs-utils
41     Requires: e-smith-formmagick >= 1.4.0-12
42     Requires: nfs-utils
43    
44     %changelog
45 unnilennium 1.12 * Wed Apr 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
46 unnilennium 1.11 - added lock during backup to avoid multiple instance running [SME: 9127]
47 unnilennium 1.12 - code from Stefano Zamboni <zamboni@mind-at-work.it>
48 unnilennium 1.11
49 unnilennium 1.10 * Fri Apr 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
50     - added support back to ext2 and ext3 [SME: 9299]
51    
52 unnilennium 1.9 * Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
53     - fix removable device detection [SME: 9299]
54    
55 unnilennium 1.8 * Fri Feb 17 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
56     - console restoration can be launched again from console [SME: 9550]
57    
58 stephdl 1.7 * Wed Aug 10 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-6.sme
59     - fixed bug on the dar catalog when backups are not added in it [SME: 9563]
60     - Added e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch
61    
62 stephdl 1.6 * Tue Aug 02 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-5.sme
63     - Remove the dar exclusion message in the email if there is no exclusion.
64     - Modified e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633]
65     - Added two commented files backup.{include,exclude} in /etc/backup-data.d
66     - Modified e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607]
67    
68 stephdl 1.4 * Sun Jul 31 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme
69     - Add or remove path in your backup by a file *.include and *.exclude
70     - Added e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607]
71     - Test if the remote host (cifs/nfs) is up, else save and display a warning.
72     - Added e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch [SME: 9090]
73     - The 'tar backup to desktop' of the backup panel takes consideration of exclusion
74     - Added e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch [SME: 9635]
75     - The 'dar workstation backup' of the backup panel takes consideration of exclusion
76     - Added e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633]
77     - The 'tar backup' of the console takes consideration of exclusion and display a page with the exclusion content
78     - e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch [SME: 9635]
79    
80 vip-ire 1.3 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
81     - Rebuild for [SME: 9393]
82    
83 unnilennium 1.2 * Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
84     - avoid restoration on every reboot[SME: 9436]
85     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
86     by assuming the date is correct and changing the weekday.
87     Thu Feb 14 2001 --> Thu Feb 08 2001 or Wed Feb 14 2001 or Thu Feb 15 2001 or ....
88     Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
89     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
90     Sat Oct 10 2010 --> Sat Oct 09 2010 or Sun Oct 10 2010 or Sat Oct 16 2010 or ....
91     Tue Dec 02 2013 --> Tue Nov 26 2013 or Mon Dec 02 2013 or Tue Dec 03 2013 or ....
92     Thu Mar 10 2014 --> Thu Mar 06 2014 or Mon Mar 10 2014 or Thu Mar 13 2014 or ....
93     Fri Mar 11 2014 --> Fri Mar 07 2014 or Tue Mar 11 2014 or Fri Mar 14 2014 or ....
94    
95 vip-ire 1.1 * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-1.sme
96     - Roll new stream for sme10
97    
98     * Mon Oct 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-44.sme
99     - The mountpoint is tested before to do the console backup [SME: 9089]
100     - added e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch
101    
102     * Wed Feb 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-43.sme
103     - Workstation Backup, do not fail backup for mtime/ctime mismatch [SME: 8800]
104    
105     * Mon Feb 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-42.sme
106     - Change the sub checkMount() to findmnt [SME: 8502]
107     - Ian Wells <esmith@wellsi.com>
108    
109     * Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-40.sme
110     - Add requires nfs-utils [SME: 8479]
111     - the nfs service is neither started or allowed to start
112    
113     * Sun Nov 2 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-38.sme
114     - Don't remove the apache group during restore [SME: 8549]
115    
116     * Sat Apr 26 2014 Ian Wells <esmith@wellsi.com> 2.4.0-37.sme
117     - Workstation Backup, fix regression in mounting backup share [SME: 8144]
118    
119     * Thu Apr 24 2014 Ian Wells <esmith@wellsi.com> 2.4.0-36.sme
120     - Workstation Backup, do not create folder in / [SME: 8347]
121    
122     * Wed Apr 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-35.sme
123     - Workstation Backup, suppress ctime error message on incremental backups [SME: 8346]
124    
125     * Sun Apr 20 2014 Ian Wells <esmith@wellsi.com> 2.4.0-34.sme
126     - Implement panel and restore for backup to mounted drive [SME: 8144]
127    
128     * Sun Apr 20 2014 Ian Wells <esmith@wellsi.com> 2.4.0-33.sme
129     - Implement verify workstation backup for mounted drive [SME: 8144]
130    
131     * Sat Apr 19 2014 Ian Wells <esmith@wellsi.com> 2.4.0-32.sme
132     - Allow workstation backup to mounted drive [SME: 8144]
133    
134     * Sat Mar 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-31.sme
135     - Update to the latest version of perform_restore [SME: 8259]
136     - Boostrap console should only offer restore if no password set.
137    
138 unnilennium 1.2 * Tue Mar 11 2014 Ian Wells <esmith@wellsi.com> 2.4.0-30.sme
139     Fri Mar 11 2014 --> Fri Mar 07 2014 or Tue Mar 11 2014 or Fri Mar 14 2014 or ....
140 vip-ire 1.1 - Delete items from dar catalog in descending order [SME: 8129]
141     - Minor non-functional updates based on PerlCritic and review comments
142    
143 unnilennium 1.2 * Mon Mar 10 2014 Ian Wells <esmith@wellsi.com> 2.4.0-29.sme
144     Thu Mar 10 2014 --> Thu Mar 06 2014 or Mon Mar 10 2014 or Thu Mar 13 2014 or ....
145 vip-ire 1.1 - Move console backup to e-smith-backup [SME: 3324]
146    
147     * Sun Feb 9 2014 Ian Wells <esmith@wellsi.com> 2.4.0-28.sme
148     - Workstation Backup, selective restore of deleted files [SME: 8200]
149     - Remove migrate fragment 30vfstype [SME: 8199]
150    
151     * Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-27.sme
152     - Workstation Backup, Don't delete old sets, only empty them. [SME: 8195]
153    
154     * Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-26.sme
155     - Workstation Backup, Mail and WOL now subroutines [SME: 8193]
156     - Workstation Backup, remove the need for a temporary directory, updated. [SME: 7767]
157    
158     * Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-25.sme
159     - Workstation Backup, backupname includes seconds. [SME: 8194]
160     - Simplification of the time routines.
161    
162     * Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-24.sme
163     - Workstation Backup, remove the need for a temporary directory. [SME: 7767]
164    
165     * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-23.sme
166     - Allow configuration of workstation backup if no removable disk present [SME: 7815]
167    
168     * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-22.sme
169     - Create simplified function for updating the DarCatalog [SME: 8129]
170    
171     * Fri Jan 3 2014 Ian Wells <esmith@wellsi.com> 2.4.0-21.sme
172     - Workstation Backup, do not exclude dar files by default
173     in line with console backup. [SME: 7523]
174    
175     * Wed Dec 18 2013 Ian Wells <esmith@wellsi.com> 2.4.0-20.sme
176     - Further refine the text in the Backup panel [SME: 7817]
177     - Workstation Backup, remove tabs and whitespace changes.
178    
179     * Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-19.sme
180     - Workstation Backup, count backup sets from 1 [SME: 8059]
181     Set numbering patch by Dave Liquorice
182    
183     * Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-18.sme
184     - Workstation Backup, fix selective restore by requesting array
185     of results from CGI.pm [SME: 8057]
186    
187     * Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-17.sme
188     - Workstation Backup, new method to show files being restored is needed
189     when using dar 2.4 [SME: 8058]
190    
191 unnilennium 1.2 * Mon Dec 02 2013 Ian Wells <esmith@wellsi.com> 2.4.0-16.sme
192     Tue Dec 02 2013 --> Tue Nov 26 2013 or Mon Dec 02 2013 or Tue Dec 03 2013 or ....
193 vip-ire 1.1 - Allow more time for cifs mounts before reporting errors [SME: 8034]
194    
195     * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-15.sme
196     - Simplify the workstation backup report [SME: 7791]
197    
198     * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-14.sme
199     - Update the text in the Backup panel [SME: 7817]
200    
201     * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-13.sme
202     - Workstation Backup, add a choice to delete old backup before or after backup [SME: 7766]
203    
204     * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme
205     - Workstation Backup, remove temporary directory on success [SME: 7765]
206     - Refactor directory tree creation and removal.
207    
208     * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-11.sme
209     - Workstation Backup, inconsistent formatting of host share name in messages [SME: 7783]
210    
211     * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.sme
212     - Workstation Backup, more reliable catalog creation [SME: 7786]
213    
214     * Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
215     - Workstation Backup, report cifs mount errors [SME: 7769]
216    
217     * Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
218     - Workstation Backup, do not access /proc/mounts [SME: 7785]
219     - Incremental backup fix [SME: 7763]
220    
221     * Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
222     - Workstation Backup, allow spaces in the backup destination [SME: 7763]
223     Includes fix for disk usage broken with spaces. [SME: 7784]
224    
225     * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
226     - Desktop Backup, allow user setting of compression level [SME: 7744]
227    
228     * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
229     - Use Wake on LAN before starting Backup with DAR, by Dave Liquorice [SME: 7743]
230    
231     * Mon Apr 1 2013 chris burnat <devlist@burnat.com> 2.4.0-4.sme
232     - NFS syntax is deprecated for CIFS mount [SME: 7525]
233    
234     * Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
235     - Require cifs-utils and use UNC paths for cifs mount [SME: 7503]
236    
237     * Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme
238     - Backup panel does not correctly report disk usage due to
239     missing ext4 support in panel code [SME: 7401]
240    
241     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
242     - Roll new stream for sme9
243     - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
244    
245     * Sun Jul 08 2012 Ian Wells <esmith@wellsi.com> 2.2.0-61.sme
246     - Allow full backup to occur on Sunday [SME: 6876]
247    
248     * Mon Apr 9 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-60
249     - Prevent selective restore timeout by creating dar catalog after backup [SME: 6052]
250    
251     * Sun Mar 04 2012 Ian Wells <esmith@wellsi.com> 2.2.0-59.sme
252     - Fix selective restore in modern browsers[SME: 6645]
253    
254     * Sun Jan 15 2012 Ian Wells <esmith@wellsi.com> 2.2.0-58.sme
255     - Remove default index.htm from Primary ibay before restore [SME: 6760]
256    
257     * Thu Dec 29 2011 Ian Wells <esmith@wellsi.com> 2.2.0-57.sme
258     - Additional email addresses for Workstation Backups [SME: 6783]
259    
260     * Tue Jul 19 2011 Jonathan Martens <smeserver-bugzilla@snetram.nl> 2.2.0-56.sme
261     - Fix bareword TERM error introduced by 2.2.0-54 [SME: 6692]
262    
263     * Tue Jun 14 2011 Ian Wells <esmith@wellsi.com> 2.2.0-55.sme
264     - Do not make backup fail when due to a modified file, by Filippo Carletti [SME: 6569]
265    
266     * Sun Jun 12 2011 Ian Wells <esmith@wellsi.com> 2.2.0-54.sme
267     - Change kill -9 to Kill TERM [SME: 6564]
268     - Remove backup.orig file
269    
270     * Sun May 29 2011 Ian Wells <esmith@wellsi.com> 2.2.0-53.sme
271     - Remove EOL from volume labels [SME: 6605]
272    
273     * Mon Mar 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-52
274     - Reverting previous changeset as it did more than it was supposed to do [SME: 6578]
275    
276     * Mon Mar 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-51
277     - Fix html p entry [SME: 6578]
278    
279     * Sun Mar 20 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-50
280     - Localize dropdown box of backup destination type [SME: 6575]
281    
282     * Fri Mar 18 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-49
283     - Fix strings referencing USB media [SME: 5955]
284    
285     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-48
286     - Fix strings representing sequences [SME: 5961]
287    
288     * Fri Mar 11 2011 Ian Wells <esmith@wellsi.com> 2.2.0-47.sme
289     - Backup to Workstation does not handle full remote disc gracefully, by Filippo Carletti [SME: 6355]
290    
291     * Sun Nov 21 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-46
292     - Do not convert case of SmbShare on database migration [SME: 6387]
293    
294 unnilennium 1.2 * Sun Oct 10 2010 Ian Wells <esmith@wellsi.com> 2.2.0-45.sme
295     Sat Oct 10 2010 --> Sat Oct 09 2010 or Sun Oct 10 2010 or Sat Oct 16 2010 or ....
296 vip-ire 1.1 - Include disk usage in Workstation Backup email [SME: 6143]
297    
298     * Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-44.sme
299     - Indicate failure in Subject line of Workstation Backup [SME: 6121]
300    
301     * Fri Jul 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-43.sme
302     - Only define Workstation Backup temporary directory once [SME: 5930]
303    
304     * Fri Jul 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-42.sme
305     - Remove relocate_samba_file and all references to /etc/smbpasswd [SME: 6073]
306    
307     * Thu Jul 8 2010 Ian Wells <esmith@wellsi.com> 2.2.0-41.sme
308     - Remove /etc/smbpasswd from restore_list [SME: 6071]
309    
310     * Tue Jun 22 2010 Ian Wells <esmith@wellsi.com> 2.2.0-40.sme
311     - Update backup instructions in server-manager [SME: 6078]
312    
313     * Mon Jun 14 2010 Ian Wells <esmith@wellsi.com> 2.2.0-39.sme
314     - Strip spaces from Workstation Backup hostname [SME: 6060]
315    
316     * Mon Jun 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-38.sme
317     - Fix error causing restore to report failed where it was complete [SME: 6062]
318    
319     * Mon Jun 7 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-37.sme
320     - Check if local USB disk is mounted in backup panel [SME: 6033]
321    
322     * Thu May 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-36.sme
323     - Revert patch from 2.2.0-31: secrets.tdb still in /etc/samba [SME: 5857]
324    
325     * Tue May 11 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-35.sme
326     - Fix removal of leading slash in storage location [SME: 5928]
327    
328 unnilennium 1.2 * Sun May 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-34.sme
329 vip-ire 1.1 - Add system name in Workstation Backups email [SME: 5706]
330    
331     * Thu May 6 2010 Ian Wells <esmith@wellsi.com> 2.2.0-33.sme
332     - To: field missing from header in Workstation Backups email [SME: 5924]
333    
334     * Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-32.sme
335     - Partly revert previous patch due to undesired side effects to smbpasswd [SME: 5857]
336    
337     * Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-31.sme
338     - Adjust backup routines for relocation of samba secrets.tdb file [SME: 5857]
339    
340     * Mon Feb 15 2010 Stephen Noble <support@dungog.net> 2.2.0-30.sme
341     - Improved upgrade compatibility, remove .orig [SME: 4809]
342    
343     * Fri Feb 12 2010 Stephen Noble <support@dungog.net> 2.2.0-29.sme
344     - fix mount point for verify [SME: 5765]
345    
346     * Tue Feb 9 2010 Stephen Noble <support@dungog.net> 2.2.0-28.sme
347     - create mount point for verify [SME: 5765]
348    
349     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme
350     - remove comment re smbpasswd being last [SME: 5600]
351    
352     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-26.sme
353     - Fix mounting usb disks [SME: 4809]
354    
355     * Mon Jan 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme
356     - Don't backup more than once per day [SME: 5445]
357    
358     * Wed Nov 25 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-24.sme
359     - Fix full backup on Sunday diplayed as Everyday [SME: 5623]
360    
361     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-23.sme
362     - Add more excludes for compressed filetypes [SME: 4765]
363    
364     * Wed Aug 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-22.sme
365     Porting Jean-Paul Leclere changes in the SME Server 7 tree to SME Server 8:
366     - using credentials file for cifs mount [SME: 5442]
367     - workstation backup: add cifs credentials expand to bootstrap-console-save [SME: 5442]
368    
369     * Sun Jul 26 2009 Jean-Paul Leclere <jean-paul@leclere.org> 2.2.0-21.sme
370     - workstation backup: allow many backups in the same day [SME: 5411]
371    
372     * Wed Jul 22 2009 Jean-Paul Leclere <jean-paul@leclere.org> 2.2.0-20.sme
373     - workstation restore: all needed backups must be available before restore [SME: 5397]
374     - workstation verify: add option to check integrity of backups needed in a full restore [SME: 5405]
375     - minor fix in translation [SME: 5407]
376    
377     * Sun May 17 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-19.sme
378     - Fix DAR e-mail message with regards to incremental backups [SME: 4579]
379    
380     * Tue Dec 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-18.sme
381     - Fix discrepancy in maximum compression level [SME: 4841]
382    
383     * Wed Oct 29 2008 Shad L. Lords <slords@mail.com> 2.2.0-17.sme
384     - Fix spelling mistakes in backup panel [SME: 4732]
385     - Hide password from manager panel [SME: 4734]
386    
387     * Tue Oct 28 2008 Shad L. Lords <slords@mail.com> 2.2.0-16.sme
388     - Migrate smbfs to cifs to complete removal [SME: 4678]
389    
390     * Mon Oct 27 2008 Shad L. Lords <slords@mail.com> 2.2.0-15.sme
391     - Fix compression to default to gzip [SME: 4630]
392     - Fix uninitialized values in backup [SME: 4720]
393    
394     * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 2.2.0-14.sme
395     - dar backup to be less verbose in panel [SME: 4719]
396    
397     * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 2.2.0-13.sme
398     - correct mounting for usb disks [SME: 4695]
399    
400     * Wed Oct 22 2008 Shad L. Lords <slords@mail.com> 2.2.0-12.sme
401     - Fix from address on email [SME: 4702]
402    
403     * Tue Oct 21 2008 Shad L. Lords <slords@mail.com> 2.2.0-11.sme
404     - Fix patch to remove orig file [SME: 4700]
405     - Patch dar backup to be less verbose [SME: 4699]
406    
407     * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.0.0-10.sme
408     - no compression for ogg media files [SME: 4677]
409    
410     * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.2.0-8.sme
411     - replace defined list of directories to backup [SME: 4676]
412    
413     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
414     - Fix already mounted check [SME: 4688]
415    
416     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
417     - Remove obsolete smbfs backup method [SME: 4678]
418    
419     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
420     - Use perl routines for timeout checking [SME: 4660]
421    
422     * Thu Oct 16 2008 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
423     - Make dar use defined list of directories to backup [SME: 4676]
424    
425     * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
426     - Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669]
427    
428     * Thu Oct 9 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
429     - Fix localization strings in backup panel [SME: 4650]
430    
431     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
432     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
433    
434     * Thu Aug 7 2008 Shad L. Lords <slords@mail.com> 1.15.0-22
435     - Localise status of workstation backup [SME: 4481]
436    
437     * Fri Aug 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-21
438     - Fix too greedy removel of locale key CONFIGURE_TAPE_BACKUP [SME: 4469]
439    
440     * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-20
441     - Make full backups have priority over incremental [SME: 4395]
442    
443     * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-19
444     - Fix redirect to stderr on check tape cronjob [SME: 4458]
445    
446 unnilennium 1.2 * Mon Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-18
447 vip-ire 1.1 - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
448    
449     * Sat May 31 2008 Gavin Weight <gweight@gmail.com> 1.15.0-17
450     - Fix Dar manager to redirect correctly in system call. [SME: 4304]
451    
452     * Mon May 26 2008 Gavin Weight <gweight@gmail.com> 1.15.0-16
453     - Fix Dar to expand correctly. [SME: 4304]
454    
455     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-15
456     - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
457    
458     * Wed Apr 09 2008 Stephen Noble <support@dungog.net> 1.15.0-14
459     - Minor fix in translation of hours [SME: 4179]
460    
461     * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.15.0-13
462     - Fix localization in restore routine [SME: 3989]
463    
464 unnilennium 1.2 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-12
465     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
466 vip-ire 1.1 - Remove <br> tag from error msg [SME: 3989]
467    
468 unnilennium 1.2 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-11
469     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
470 vip-ire 1.1 - Move/copy Backup_Desc to Backup_Desc_Dar for 1.15 rel [SME: 4024]
471    
472     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.15.0-10
473     - Remove <base> tags now in general [SME: 3912]
474    
475     * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.15.0-9
476     - Remove duplicate <base> entries [SME: 3887]
477    
478     * Thu Nov 29 2007 Gavin Weight <gweight@gmail.com> 1.15.0-8
479     - Fix restore files location path. [SME: 3593]
480    
481     * Mon Nov 19 2007 Gavin Weight <gweight@gmail.com> 1.15.0-7
482     - Fix compression setting range (Thanks JPL) . [SME: 3560]
483    
484     * Fri Nov 09 2007 Gavin Weight <gweight@gmail.com> 1.15.0-06
485     - Enhancement to DAR code (Thanks JPL) . [SME: 3538]
486    
487     * Fri Oct 26 2007 Gavin Weight <gweight@gmail.com> 1.15.0-05
488     - Fix up DAR code to enable backup to complete. [SME: 3373]
489    
490     * Tue Sep 11 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-04
491     - Remove desktop verify and desktop restore features. Note that
492     lexicon entries have not been removed. [SME: 3372]
493    
494     * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-03
495     - Reformat new DAR code to match existing coding style.
496    
497     * Wed Sep 05 2007 Jean-Paul Leclere <jean-paul@leclere.org> 1.15.0-02
498     - Dar workstation backup patch
499    
500     * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-01
501     - Roll new development version.
502    
503     * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-16
504     - Remove files/dirs that don't exist from the backup list [SME: 3115]
505    
506     * Sat Jun 30 2007 Shad L. Lords <slords@mail.com> 1.14.0-15
507     - force proxy request to 1.0 to improve backup2desktop speed [SME: 178]
508    
509     * Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.14.0-14
510     - Backup to desktop changes BackupType fix. [SME 3026]
511    
512     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
513     - Clean up spec so package can be built by koji/plague
514    
515     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.14.0-13
516     - Add db entry to override who gets backup reminder email [SME: 23]
517    
518     * Fri Jan 26 2007 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-12
519     - Restore group entry for machine accounts and update tests [SME: 1792]
520    
521     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-11
522     - Change restore-from-disk to chroot tar from cpio [SME: 2318]
523    
524     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-10
525     - Link in eject action. [SME: 795]
526     - Fix do_backup to actually pass backup type. [SME: 1055]
527    
528     * Fri Jan 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-9
529     - Make tape actions depend on tape backup. [SME: 1055]
530     - Make backup type configurable via db. [SME: 1055]
531    
532     * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
533     - Add eject action and default to no. [SME: 795]
534    
535     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
536     - Update to new release naming. No functional changes.
537     - Make Packager generic
538    
539     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-06
540     - Use tarsize not dumpsize to determine when backup is too large.
541     [SME: 2041]
542    
543     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-05
544     - Fix typo in crontab template for 'disabled' case [SME: 1092]
545    
546     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-04
547     - Move /etc/cron.d/backup into /etc/crontab fragment [SME: 1172]
548     - Expand /etc/crontab in conf-backup. e-smith-base already does
549     it for us in bootstrap-console-save [SME: 1172]
550     - Remove /etc/cron.d/backup in post [SME: 1172]
551    
552     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-03
553     - Add semi-colon to last code change. Saves head-scratching if
554     someone removes the braces at some later stage. [SME: 1045]
555    
556     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-02
557     - Add warning about desktop backup if the server has more than
558     2GB of data. [SME: 1045]
559    
560     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01
561     - Roll stable stream version. [SME: 1016]
562    
563     * Sun Mar 12 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-10
564     - Another fix to restore-from-disk script. [SME: 821]
565    
566     * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-09
567     - Fix restore-from-disk script. [SME: 821]
568    
569     * Mon Feb 6 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-08
570     - Fix 24->12 hour time display problem (courtesy of Federico Simoncelli).
571     [SME: 667]
572    
573     * Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-07
574     - Add restore-from-disk script. [SME: 615]
575    
576 unnilennium 1.2 * Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-06
577     Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
578 vip-ire 1.1 - Don't delete config dbs in pre-restore [SME: 229]
579    
580     * Tue Dec 06 2005 Filippo Carletti <carletti@mobilia.it> 1.13.4-05
581     - Tape reminder uses mt status to check if tape loaded [SME: 251]
582    
583     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-04
584     - Bump release number only
585    
586     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
587     - [1.13.4-03]
588     - Improve user feedback if pre-backup or pre-restore events fail. [SF: 1334923]
589    
590     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
591     - [1.13.4-02]
592     - Create empty /etc/e-smith/db/backups directory to trigger migration
593     to new location. [SF: 1335862]
594    
595     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
596     - [1.13.4-01]
597     - Remove L10Ns from base packages [SF: 1309520]
598    
599     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
600     - [1.13.3-01]
601     - New dev stream before relocating L10Ns
602    
603     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
604     - [1.13.2-17]
605     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
606    
607     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
608     - [1.13.2-16]
609     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
610    
611     * Sun Sep 18 2005 Charlie Brady <charlieb@e-smith.com>
612     - [1.13.2-15]
613     - Remove explict use of CGI (which caused double construction of
614     the CGI object, and loss of uploaded data file). [SF: 1264699]
615    
616     * Fri Sep 16 2005 Charlie Brady <charlieb@e-smith.com>
617     - [1.13.2-14]
618     - Don't delete configuration dbs in pre-restore event until
619     we have finished using them. [SF: 1292448]
620    
621     * Tue Aug 30 2005 Charlie Brady <charlieb@e-smith.com>
622     - [1.13.2-13]
623     - Really add delete-configuration-dbs action. [SF: 1246347,1275962]
624    
625     * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
626     - [1.13.2-12]
627     - Delete configuration dbs from /home/e-smith/db/ prior to
628     a restore to ensure that the ones coming from tape are the
629     only ones on the system after the restore [SF: 1246347]
630    
631     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
632     - [1.13.2-11]
633     - Restore passwd file entries for machine accounts. [SF: 1254663]
634    
635     * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
636     - [1.13.2-10]
637     - Enforce Posix behaviour of df command, in restore functions of panel.
638     [SF: 1242986]
639    
640     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
641     - [1.13.2-09]
642     - Remove last deprecated esmith::config API calls. [SF: 1216546]
643    
644     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
645     - [1.13.2-08]
646     - Remove explicit paths to db files. [SF: 1216546]
647    
648     * Fri Apr 29 2005 Charlie Brady <charlieb@e-smith.com>
649     - [1.13.2-07]
650     - Remove another anacronistic version requires in perl library.
651     Grrrr!!! [charlieb MN00050370]
652    
653     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
654     - [1.13.2-06]
655     - Use generic_template_expand action in place of conf-backup.
656     Update e-smith-lib dependency. [MN00064130]
657    
658     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
659     - [1.13.2-05]
660     - Ensure that smbpasswd file appears last in list during restore/verification.
661     [MN00073362]
662     - Fix merging of samba files. [MN00073365]
663    
664     * Mon Nov 8 2004 Charlie Brady <charlieb@e-smith.com>
665     - [1.13.2-04]
666     - Explicitly list required perl modules - RPM didn't work it out correctly.
667     [charlieb MN00050751]
668    
669     * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
670     - [1.13.2-03]
671     - Remove deprecated "require v5.6.0". [charlieb MN00050370]
672     - Allow RPM to work out what the perl Requires headers should be.
673     [charlieb MN00050751]
674    
675     * Thu Sep 16 2004 Michael Soulier <msoulier@e-smith.com>
676     - [1.13.2-02]
677     - Fixed Content-disposition header. [msoulier MN00049326]
678    
679     * Sat Jun 19 2004 Michael Soulier <msoulier@e-smith.com>
680     - [1.13.2-01]
681     - skipping mps branch start - 1.13.2
682    
683     * Fri May 21 2004 Michael Soulier <msoulier@e-smith.com>
684     - [1.13.0-06]
685     - Added /etc/samba/secrets.tdb to the restore list. [msoulier MN00020969]
686    
687     * Mon Mar 1 2004 Michael Soulier <msoulier@e-smith.com>
688     - [1.13.0-05]
689     - Updated do_backup to pass a "tape" argument when using signal-event
690     and rewind-tape to exit if a second argument is not given.
691     [msoulier dpar-22041]
692    
693     * Wed Jan 14 2004 Michael Soulier <msoulier@e-smith.com>
694     - [1.13.0-04]
695     - Added /etc/sudoers to backup list for desktop backup. [msoulier 4954]
696    
697     * Fri Nov 28 2003 Michael Soulier <msoulier@e-smith.com>
698     - [1.13.0-03]
699     - Display big-red reboot warning like other panels. Wow, it's hard to miss
700     now. [msoulier 10240]
701    
702     * Fri Nov 28 2003 Mark Knox <markk@e-smith.com>
703     - [1.13.0-02]
704     - Display reboot warning and button after successful desktop restore [markk
705     1312]
706    
707     * Thu Nov 6 2003 Michael Soulier <msoulier@e-smith.com>
708     - [1.13.0-01]
709     - rolling to dev stream - 1.13.0
710    
711     * Thu Sep 11 2003 Gordon Rowell <gordonr@e-smith.com>
712     - [1.12.1-02]
713     - Relocate /etc/secrets.tdb to /etc/samba [gordonr 9759]
714    
715     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
716     - [1.12.1-01]
717     - Rebuild [gordonr 1305]
718    
719     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
720     - [1.12.0-09]
721     - Adjusted Copyright [gordonr 1305]
722    
723     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
724     - [1.12.0-08]
725     - Whitespace fix in Backup.pm [gordonr 9428]
726    
727     * Mon Jul 14 2003 Charlie Brady <charlieb@e-smith.com>
728     - [1.12.0-07]
729     - Remove /etc/samba/smbpasswd symlink if we find it, before doing
730     the move/symlink shuffle with smbpasswd files. This prevents us
731     "preserving" old symlinks. [charlieb 9416]
732    
733     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
734     - [1.12.0-06]
735     - Rename the pre-restore cache files in $file.time(). This preserves
736     them in case we want to wander back through them after an
737     upgrade, and ensures that they won't be around to confuse another
738     post-upgrade [gordonr 9428]
739    
740     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
741     - [1.12.0-05]
742     - Handle the "everything o.k. with relocation" case [gordonr 9333]
743    
744     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
745     - [1.12.0-04]
746     - Further safeguards for the /etc/smbpasswd -> /etc/samba/smbpasswd
747     relocation [gordonr 9333]
748    
749     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
750     - [1.12.0-03]
751     - Fix backup panel text change. Made text non-specific about the location of
752     the smbpasswd file. [charlieb 9220]
753    
754     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
755     - [1.12.0-02]
756     - Account for the path change of smbpasswd file in desktop restore/verify.
757     [charlieb 9220]
758    
759     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
760     - [1.12.0-01]
761     - Changing version to stable stream number - 1.12.0
762    
763     * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
764     - [1.11.1-04]
765     - Spanish nav bar [gordonr 9153]
766    
767     * Fri Jun 13 2003 Gordon Rowell <gordonr@e-smith.com>
768     - [1.11.1-03]
769     - Corrected logic for switching /etc{/samba,}/smbpasswd [gordonr 8747]
770    
771     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
772     - [1.11.1-02]
773     - Remove some remnants of templated /sbin/e-smith/backup.
774     - Use Backup program parameter in /sbin/e-smith/do_backup.
775     [charlieb 7853]
776    
777     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
778     - [1.11.1-01]
779     - Roll new development stream to 1.11.1
780    
781     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
782     - [1.11.0-56]
783     - And symlink /etc/smbpasswd to avoid confusion [gordonr 8809]
784     - Move guard so we skip if /etc/smbpasswd is not a file [gordonr 8809]
785    
786     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
787     - [1.11.0-55]
788     - Migrate /etc/smbpasswd to /etc/samba/smbpasswd after restore [gordonr 8809]
789    
790     * Wed May 21 2003 Gordon Rowell <gordonr@e-smith.com>
791     - [1.11.0-54]
792     - Fix return check for ->group and ->passwd [gordonr 8766]
793     - Fix tests for BackupHistoryDB.pm [gordonr 5908, in passing]
794    
795     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
796     - [1.11.0-53]
797     - Extract the tests at build time [gordonr 8766]
798    
799     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
800     - [1.11.0-52]
801     - Completed merge_group and tests, including admin, www, shared [gordonr 8766]
802    
803     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
804     - [1.11.0-51]
805     - Added test files and skeleton for merge_group [gordonr 8766]
806     - TODO: Complete merge_group and tests [gordonr 8766]
807     - TODO: Handle admin, www, shared groups [gordonr 8766]
808    
809     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
810     - [1.11.0-50]
811     - Further work, and tests, for merge_passwd [gordonr 8766]
812    
813     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
814     - [1.11.0-49]
815     - Code cleanups [gordonr 8766]
816    
817     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
818     - [1.11.0-48]
819     - Constructors are nice to have in objects :-( [gordonr 8766]
820     - Link merge-system-files into post-upgrade [gordonr 8766]
821    
822     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
823     - [1.11.0-47]
824     - Added esmith::Backup::{save,merge}_system_files [gordonr 8766]
825    
826     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
827     - [1.11.0-46]
828     - Modified backup panel to use esmith::Backup library [gordonr 8766]
829    
830     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
831     - [1.11.0-45]
832     - Added esmith::Backup library to centralise list of files/directories to
833     restore [gordonr 8766]
834     - Save away important system files in pre-restore [gordonr 8766]
835    
836     * Tue May 6 2003 Mark Knox <markk@e-smith.com>
837     - [1.11.0-44]
838     - Pass the right type of object to genResult [markk 8498]
839    
840     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
841     - [1.11.0-43]
842     - Add Spanish translation for backup [lijied 3793]
843    
844     * Tue Apr 29 2003 Trevor Poole <trevorp@e-smith.com>
845     - [1.11.0-42]
846     - add the BackupType to the record for the desktop case. [trevor 5908]
847    
848     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
849     - [1.11.0-41]
850     - Fix calls to create new backup records. [charlieb 5908]
851    
852     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
853     - [1.11.0-40]
854     - Record each backup attempt separately in a backup history db. [charlieb 5908]
855    
856     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
857     - [1.11.0-39]
858     - Record success or otherwise of backup to desktop attempts in config db.
859     [charlieb 5908]
860     - Gracefully handle SIGPIPE in backup to desktop. [charlieb 8490]
861    
862     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
863     - [1.11.0-38]
864     - Fix typo in rewind-tape fix. [charlieb 8475]
865    
866     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
867     - [1.11.0-37]
868     - Call signal-event {pre,post}-backup with extra "desktop" parameter
869     from desktop backup code, and use that parameter to skip tape rewinding.
870     [charlieb 7853]
871     - Fix device lookup code in rewind-tape action. [charlieb 8475]
872    
873     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
874     - [1.11.0-36]
875     - Fix a few semantic problems with reset--restore-idle-flag script.
876     [charlieb 8466]
877    
878     * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
879     - [1.11.0-35]
880     - Replaced bad call to processTemplate. [msoulier 7600]
881    
882     * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
883     - [1.11.0-34]
884     - Remove deprecated /sbin/e-smith/backup in %post script.
885     [charlieb 7853]
886    
887     * Tue Apr 8 2003 Charlie Brady <charlieb@e-smith.com>
888     - [1.11.0-33]
889     - Fix typo in rewind-tape action. [charlieb 5908]
890     - Change Copyright => License in header.
891    
892     * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
893     - [1.11.0-32]
894     - Removed redundant refs to bootstrap-console from panel [markk 6164]
895    
896     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
897     - [1.11.0-31]
898     - Change table to start_table where applicable [tonyc 8034]
899    
900     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
901     - [1.11.0-30]
902     - Removed "Mitel Network SME server' branding [lijied 8016]
903     - Fix layout/css in backup panel [tonyc 7950]
904    
905     * Mon Mar 31 2003 Charlie Brady <charlieb@e-smith.com>
906     - [1.11.0-29]
907     - Re-write do_backup in perl. [charlieb 5908]
908    
909     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
910     - [1.11.0-28]
911     - Modified directory po/fr_CA to fr [lijied 6787]
912    
913     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
914     - [1.11.0-27]
915     - Modified gettext() extraction based on changes in 1.11.0-25 [gordonr 5908]
916    
917     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
918     - [1.11.0-26]
919     - Call genFooter/genResult with an FM object (subclass of CGI) so
920     footers get localised [gordonr 3553]
921    
922     * Thu Mar 27 2003 Charlie Brady <charlieb@e-smith.com>
923     - [1.11.0-25]
924     - Remove templated /sbin/e-smith/backup and add non-templated
925     do_backup script. Alter cron template to suit. Move tape
926     rewind into pre-backup and post-backup actions. Log
927     start, finish and result properties from backup script.
928     [charlieb 5908]
929    
930     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
931     - [1.11.0-24]
932     - Modified French lexicon to use lang="fr", rename the lexicon
933     directory to fr [lijied 6787]
934    
935     * Tue Mar 25 2003 Tony Clayton <apc@e-smith.com>
936     - [1.11.0-23]
937     - Add link to fr-ca PAGE_REFRESH_IN translation [tonyc 6491]
938    
939     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
940     - [1.11.0-22]
941     - Deleted ./sbin/e-smith/backup/template-begin, and modified
942     %build [lijied 3295]
943    
944     * Fri Mar 14 2003 Michael Soulier <msoulier@e-smith.com>
945     - [1.11.0-21]
946     - Changed the post restore code such that the backup panel is blocked until
947     the server reboots. [msoulier 6471]
948    
949     * Mon Mar 10 2003 Lijie Deng <lijied@e-smith.com>
950     - [1.11.0-20]
951     - Modified charset tag in .po file [lijied 3930]
952    
953     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
954     - [1.11.0-19]
955     - Modified e-smith-devtools again [lijied 7578]
956    
957     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
958     - [1.11.0-18]
959     - Modified e-smith-devtools version [lijied 7578]
960    
961     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
962     - [1.11.0-17]
963     - Added the generate lexicon code [lijied 7442]
964    
965     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
966     - [1.11.0-16]
967     - Added the .po file to po/fr_CA again [lijied 7442]
968    
969     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
970     - [1.11.0-15]
971     - Cleaned up .po->.mo build [lijied 7442]
972    
973     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
974     - [1.11.0-14]
975     - Added .po->.mo instructions to %build [lijied 7442]
976    
977     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
978     - [1.11.0-13]
979     - Modified backup panel order [lijied 7356]
980    
981     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
982     - [1.11.0-12]
983     - Remodify the lexicon file [lijied 4030]
984    
985     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
986     - [1.11.0-11]
987     - Split en-us lexicon from backup panel [lijied 4030]
988    
989     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
990     - [1.11.0-10]
991     - Rebuild RPM - commit missed last time [lijied 5003]
992    
993     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
994     - [1.11.0-09]
995     - Added French lexicon for backup [lijied 5003]
996    
997     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
998     - [1.11.0-08]
999     - Rewrote template to use esmith::I18N [gordonr 5212]
1000    
1001     * Fri Dec 13 2002 Mark Knox <markk@e-smith.com>
1002     - [1.11.0-07]
1003     - Added "click here" text on tape restore page [markk 6094]
1004    
1005     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
1006     - [1.11.0-06]
1007     - Removed redundant success message after restore [markk 6094]
1008    
1009     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
1010     - [1.11.0-05]
1011     - Added refresh and status messages to tape restore process [markk 6094]
1012    
1013     * Tue Dec 3 2002 Charlie Brady <charlieb@e-smith.com>
1014     - [1.11.0-04]
1015     - Tidy up and update /sbin/e-smith/backup templates, preparatory to adding
1016     support for non-tape devices. [charlieb 5521]
1017    
1018     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
1019     - [1.11.0-03]
1020     - ui update [miked 5494]
1021    
1022     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
1023     - [1.11.0-02]
1024     - update to new UI system [miked 5494]
1025    
1026     * Wed Nov 6 2002 Charlie Brady <charlieb@e-smith.com>
1027     - [1.11.0-01]
1028     - Rolling development stream version to 1.11.0
1029    
1030     * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
1031     - [1.10.1-01]
1032     - New checkout to force head revisions to 1.10.1
1033    
1034     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
1035     - [1.10.0-01]
1036     - Roll to maintained version number to 1.10.0
1037    
1038     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
1039     - [1.9.0-09]
1040     - Added missing closing paren - code police needed earlier [gordonr 5168]
1041    
1042     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
1043     - [1.9.0-08]
1044     - Renamed duplicate lexicon tag RESTORE_IN_PROGRESS{,_BEGAN_AT}
1045     RESTORE_IN_PROGRES_DESC -> MUST_REBOOT_AFTER_RESTORE in tape restore
1046     [gordonr 5168]
1047    
1048     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
1049     - [1.9.0-07]
1050     - Fixed double call of pre-restore [miked 5158]
1051    
1052     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
1053     - [1.9.0-06]
1054     - Fixed references to ext2 filesystem in CalculateSizes; cahnged them to ext3
1055    
1056     * Wed Sep 25 2002 Charlie Brady <charlieb@e-smith.com>
1057     - [1.9.0-05]
1058     - Add calls to signal-event pre-restore before tape or desktop restore
1059     (currently to stop slapd and remove LDIF dump file). [charlieb 2745]
1060    
1061     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
1062     - [1.9.0-04]
1063     - Fix XML errors in backup panel. [charlieb 2745]
1064    
1065     * Fri Sep 20 2002 Charlie Brady <charlieb@e-smith.com>
1066     - [1.9.0-03]
1067     - Complete previous change - the web panel needed to be updated as well.
1068     [charlieb 2745]
1069    
1070     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
1071     - [1.9.0-02]
1072     - Change mysql-dump-tables and mysql-delete-dumps events to pre-backup and
1073     post-backup events. [charlieb 2745]
1074    
1075     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
1076     - [1.9.0-01]
1077     - Changing version to development stream number to 1.9.0
1078    
1079     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
1080     - [1.8.2-01]
1081     - Reverting previous change - "it's a feature" [tonyc 3746]
1082    
1083     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
1084     - [1.8.1-01]
1085     - Prevent tape/destop restores from dieing in state=running [tonyc 3746]
1086    
1087     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
1088     - [1.8.0-01]
1089     - Changing version to maintained stream number to 1.8.0
1090    
1091     * Fri May 31 2002 Mark Knox <markk@e-smith.com>
1092     - [1.7.20-01]
1093     - Fixed some funny table cells that were causing trouble in Netscape
1094     [markk 3764]
1095    
1096     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
1097     - [1.7.19-01]
1098     - Removed unused config db tie in restore-idle-flag.
1099     - Add initialisation of backup service entry in config db.
1100     This will allow restore from tape to work out of the box.
1101     [charlieb 1254, 3746]
1102    
1103     * Wed May 29 2002 Tony Clayton <apc@e-smith.com>
1104     - [1.7.18-01]
1105     - Fix bad string concats in /sbin/e-smith/backup fragments [tonyc 3180]
1106    
1107     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1108     - [1.7.17-01]
1109     - RPM rebuild forced by cvsroot2rpm
1110    
1111     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1112     - [1.7.16-01]
1113     - testing co2rpm --force
1114    
1115     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1116     - [1.7.15-01]
1117     - testing co2rpm --force
1118    
1119     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1120     - [1.7.14-01]
1121     - testing co2rpm --force
1122    
1123     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1124     - [1.7.13-01]
1125     - testing co2rpm --force
1126    
1127     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
1128     - [1.7.12-01]
1129     - Changed quoting in /etc/crond.d/backup template [gordonr 3029]
1130    
1131     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
1132     - [1.7.11-01]
1133     - "Verify complete" -> "Verification is complete" [gordonr 3544]
1134    
1135     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
1136     - [1.7.10-01]
1137     - Allow form uploads and large files to be posted. [markk 3159]
1138    
1139     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
1140     - [1.7.9-01]
1141     - Localised a few more strings in sbin/e-smith/backup templates [markk 3029]
1142    
1143     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
1144     - [1.7.8-01]
1145     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
1146    
1147     * Tue Apr 16 2002 Mark Knox <markk@e-smith.com>
1148     - [1.7.7-01]
1149     - I18n backup cronjob using gettext. Also converted to ConfigDB. [markk 3029]
1150    
1151     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
1152     - [1.7.7-01]
1153     - Language en->en-us
1154    
1155     * Fri Apr 12 2002 Mark Knox <markk@e-smith.com>
1156     - [1.7.6-01]
1157     - Internationalized using FormMagick lexicon [markk 3159]
1158     - Converted to esmith::ConfigDB API [markk 3159]
1159    
1160     * Fri Mar 15 2002 Charlie Brady <charlieb@e-smith.com>
1161     - [1.7.5-01]
1162     - Include "du -s " of all backed up files and directories other than
1163     /home/e-smith in desktop backup estimate.
1164    
1165     * Thu Mar 14 2002 Charlie Brady <charlieb@e-smith.com>
1166     - [1.7.4-01]
1167     - Fix error in use of AccountsDB interface (#2139).
1168    
1169     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
1170     - [1.7.3-01]
1171     - Include /root in desktop backup and in size estimate (#2322).
1172     - Change text to indicate that desktop backup file will be somewhat
1173     smaller if files are compressible.
1174    
1175     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
1176     - [1.7.2-01]
1177     - Use Quota module to estimate desktop backup size, by summing over all
1178     user accounts (#2139).
1179    
1180     * Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com>
1181     - [1.7.1-01]
1182     - Rolled to version 1.7.1-01 to verify CVS contents from 1.7.0-01.
1183     Includes all patchesup to 1.7.0-01.
1184    
1185     * Wed Feb 27 2002 Jason Miller <jay@e-smith.com>
1186     - [1.7.0-01]
1187     - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01.
1188    
1189     * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
1190     - [1.6.0-01]
1191     - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-04.
1192    
1193     * Thu Dec 6 2001 Adrian Chung <adrianc@e-smith.com>
1194     - [1.5.0-04]
1195     - Adding text to restore screen that warns that your restore
1196     is not complete until you see the words Restore complete and
1197     /etc/smbpasswd is restored.
1198    
1199     * Wed Nov 28 2001 Charlie Brady <charlieb@e-smith.com>
1200     - [1.5.0-03]
1201     - Report restore/verify problems if they are detected. Do not do any
1202     post processing unless the restore completes successfully.
1203    
1204     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
1205     - [1.5.0-02]
1206     - adding last patch to prep section. feels like monday.
1207    
1208     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
1209     - [1.5.0-01]
1210     - Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-06.
1211     - use esmith::lockfile for lockfile stuff
1212     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
1213    
1214     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
1215     - [1.4.0-06]
1216     - backing out lockfile patch - moving to new stream
1217    
1218     * Mon Nov 12 2001 Tony Clayton <tonyc@e-smith.com>
1219     - [1.4.0-05]
1220     - use esmith::lockfile for lockfile stuff
1221     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
1222    
1223     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
1224     - [1.4.0-04]
1225     - rebranding to Mitel Networks
1226    
1227     * Fri Aug 17 2001 Gordon Rowell <gordonr@e-smith.com>
1228     - [1.4.0-03]
1229     - Changed default network backup filename to "smeserver.tgz"
1230     - Note: We can still restore the old format "esmithsg.bak" files
1231    
1232     * Fri Aug 17 2001 gordonr
1233     - [1.4.0-02]
1234     - Autorebuild by rebuildRPM
1235    
1236     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
1237     - [1.4.0-01]
1238     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-10.
1239    
1240     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
1241     - [1.3.0-10]
1242     - More branding changes
1243    
1244     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
1245     - [1.3.0-09]
1246     - More branding changes
1247    
1248     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
1249     - [1.3.0-08]
1250     - Branding/marketing text changes email/e-mail
1251    
1252     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
1253     - [1.3.0-07]
1254     - Branding text changes to the backup web panel
1255    
1256     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
1257     - [1.3.0-06]
1258     - Changed license to GPL
1259    
1260     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
1261     - [1.3.0-05]
1262     - Default to .tgz for desktop backup/restore/verify
1263     - Allow uuencoded tar (esmithsg.bak) for restore/verify backwards compatability
1264    
1265     * Thu Jun 07 2001 Gordon Rowell <gordonr@e-smith.com>
1266     - [1.3.0-04]
1267     - Add --verbose to tar --extract so web panels shows restored files
1268    
1269     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
1270     - [1.3.0-03]
1271     - Add option to verify desktop backup file contents.
1272    
1273     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
1274     - [1.3.0-02]
1275     - Avoid use of redundant temporary file, CGI.pm already creates one for us,
1276     and provides us with a file handle.
1277    
1278     * Wed Apr 11 2001 Adrian Chung <mac@e-smith.com>
1279     - [1.3.0-01]
1280     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-11.
1281    
1282     * Wed Feb 21 2001 Charlie Brady <charlieb@e-smith.com>
1283     - [1.2.0-11]
1284     - Add tape rewind action to tape restore
1285    
1286     * Wed Feb 21 2001 Peter Samuel <peters@e-smith.com>
1287     - [1.2.0-10]
1288     - Now rewinds tape before zeroing tape.
1289     - Writes 32k of zeroes instead of 10k.
1290    
1291 unnilennium 1.2 * Wed Feb 14 2001 Charlie Brady <charlieb@e-smith.com>
1292     Thu Feb 14 2001 --> Thu Feb 08 2001 or Wed Feb 14 2001 or Thu Feb 15 2001 or ....
1293 vip-ire 1.1 - [1.2.0-09]
1294     - Add conf-backup to bootstrap-console-save.
1295     - Don't need templates-user-custom directory now, it's in e-smith-base RPM.
1296    
1297     * Mon Feb 12 2001 Peter Samuel <peters@e-smith.com>
1298     - [1.2.0-08]
1299     - Duping STDOUT fails for netscape. Now just redirecting STDOUT to STDERR.
1300    
1301     * Mon Feb 12 2001 Adrian Chung <adrianc@e-smith.com>
1302     - [1.2.0-07]
1303     - rolling release number for GPG signing.
1304    
1305     * Sun Feb 11 2001 Charlie Brady
1306     - [1.2.0-06]
1307     - Include etc/e-smith/templates-user-custom in backup
1308    
1309     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
1310     - Rolling release number for GPG signing.
1311    
1312     * Thu Feb 8 2001 Peter Samuel <peters@e-smith.com>
1313     - [1.2.0-04]
1314     - Zero pad minutes for backup and reminder times.
1315     - Fix nasty problem stopping flexbackup running in the background.
1316     Needed to dup STDOUT, close STDOUT, and reset STDOUT to duped fd.
1317    
1318     * Tue Jan 30 2001 Peter Samuel <peters@e-smith.com>
1319     - [1.2.0-03]
1320     - Changed size calculations so that minimum size displayed is 1Mb.
1321     - Changed wording of size of snapshot.
1322     - Notify user how much free space exists in /tmp.
1323     - Remove uploaded file after restore.
1324    
1325     * Mon Jan 29 2001 Charlie Brady <charlieb@e-smith.com>
1326     - [1.2.0-02]
1327     - Preserve gid of www across restore.
1328     - Add comment about upbuffering output
1329    
1330     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
1331     - [1.2.0-01]
1332     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-17.
1333    
1334     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
1335     - [1.1.0-17]
1336     - Added html output to reboot function of manager panel
1337    
1338     * Wed Jan 24 2001 Peter Samuel <peters@e-smith.com>
1339     - [1.1.0-16]
1340     - /sbin/e-smith/backup zeroes tape before starting. This is a hack to
1341     work around talking to ide tapes via ide-scsi.
1342    
1343     * Wed Jan 17 2001 Peter Samuel <peters@e-smith.com>
1344     - [1.1.0-15]
1345     - mysql tables are deleted before and after backups and restores
1346    
1347     * Tue Jan 16 2001 Peter Samuel <peters@e-smith.com>
1348     - [1.1.0-14]
1349     - cron job now runs every day
1350    
1351     * Mon Jan 15 2001 Peter Samuel <peters@e-smith.com>
1352     - [1.1.0-13]
1353     - removed unnecessary /sbin/e-smith/tape-restore template
1354     - fixed html formatting problem in backup panel
1355     - fixed backgrounding problem in backup panel - need to close STDOUT in child
1356     - format fixes in backup panel
1357    
1358     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
1359     - [1.1.0-12]
1360     - Changes to the menu item ordering for the e-smith manager
1361    
1362     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1363     - [1.1.0-11]
1364     - Changed fork and signal handling again - doesn't seem to make much
1365     difference. Could be the lock file interaction - needs testing.
1366    
1367     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1368     - [1.1.0-10]
1369     - Fixed order of files to be restored
1370     - Moved signal handling but it makes no difference, still can't background
1371    
1372     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1373     - [1.1.0-09]
1374     - /sbin/e-smith/backup now dumps mysql tables to /home/e-smith prior
1375     to running the tape backup
1376    
1377     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1378     - [1.1.0-08]
1379     - fixed uninitialised variables
1380     - reboot action calls backgroundCommand instead of showing new panel
1381    
1382     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1383     - [1.1.0-07]
1384     - fixed syntax error in /etc/e-smith/events/actions/conf-backup
1385    
1386     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1387     - [1.1.0-06]
1388     - flexbackup is merely the default backup program
1389     - cron job calls /sbin/e-smith/backup which is a templated file
1390     - restore-tape action now given to flexbackup as it is flexbackup specific
1391    
1392     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1393     - [1.1.0-05]
1394     - Removed checks for uptime. The state in /etc/e-smith/restore is not
1395     changed, regardless of reboots. It is changed by bootstrap-console.
1396     - Lots of text changes for consistency and to reinforce the need to
1397     reboot after a restore
1398     - Mail is sent to the admin user after a tape restore indicating
1399     success or failure.
1400     - mysql tables are dumped to /home/e-smith prior to network backup.
1401     - Calculation of tarsize handles negative values sensibly.
1402    
1403     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1404     - [1.1.0-04]
1405     - No longer checks for current state of EthernetDrive1 and LocalIP.
1406     - Does not do a forced reboot under any circumstances.
1407     - Calls post-upgrade after the restore instead of post-restore.
1408    
1409     * Thu Jan 11 2001 Peter Samuel <peters@e-smith.com>
1410     - [1.1.0-03]
1411     - Major changes to panel. Now does tape restore in background. Lots of
1412     checks and balances to avoid concurrent restores/backups etc.
1413    
1414     * Wed Jan 10 2001 Jason Miller <jmiller@e-smith.com>
1415     - [1.1.0-02]
1416     - Minor change to the copyright for consistency
1417    
1418     * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
1419     - [1.1.0-01]
1420     - Rolled version to 1.1.0-01. Includes patches upto 0.1-4
1421    
1422     * Mon Jan 8 2001 Peter Samuel <peters@e-smith.com>
1423     - [0.1-4]
1424     - Now restores config from tape
1425    
1426     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1427     - [0.1-2] through [0.1-3]
1428     - completed the update section for configuration database
1429     of flexbackup
1430     - prepared the restore-tape option for the call to the
1431     proper event for restoring from tape
1432    
1433     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1434     - initial release
1435    
1436     %description
1437     e-smith server central backup administration panel
1438    
1439     %prep
1440     %setup
1441 unnilennium 1.2 %patch0 -p1
1442 stephdl 1.4 %patch1 -p1
1443     %patch2 -p1
1444     %patch3 -p1
1445     %patch4 -p1
1446     %patch5 -p1
1447 stephdl 1.7 %patch6 -p1
1448 unnilennium 1.8 %patch7 -p1
1449 unnilennium 1.9 %patch8 -p1
1450 unnilennium 1.11 %patch9 -p1
1451 vip-ire 1.1
1452     %build
1453     /sbin/e-smith/buildtests 10e-smith-backup
1454 stephdl 1.4 %{__mkdir} -p root/etc/backup-data.d
1455 vip-ire 1.1 perl createlinks
1456    
1457     # Extract a new copy of the English .po, though we won't use it for this build
1458     xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/backup.po \
1459     root/etc/e-smith/templates/etc/crontab/backup \
1460     root/sbin/e-smith/do_backup
1461    
1462     /sbin/e-smith/generate-lexicons
1463    
1464     %install
1465     rm -rf $RPM_BUILD_ROOT
1466     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1467     rm -f %{name}-%{version}-%{release}-filelist
1468     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1469     > %{name}-%{version}-%{release}-filelist
1470     echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
1471     echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
1472     echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
1473    
1474     %clean
1475     rm -rf $RPM_BUILD_ROOT
1476    
1477     %files -f %{name}-%{version}-%{release}-filelist
1478     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed