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

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

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


Revision 1.27 - (hide annotations) (download)
Sat Feb 8 22:53:55 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-26_el6_sme
Changes since 1.26: +8 -2 lines
* Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-26.sme
- Workstation Backup, Mail and WOL now subroutines [SME: 8193]
- Workstation Backup, remove the need for a temporary directory, updated. [SME: 7767]

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

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