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

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

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


Revision 1.5 - (hide annotations) (download)
Sat Jul 23 06:32:42 2016 UTC (7 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-hosts-2_6_0-4_el7_sme
Changes since 1.4: +11 -4 lines
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- fix servicename syslog to rsylog [SME: 9691]
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.
  Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
  Sun Jan 18 2014 --> Sun Jan 12 2014 or Sat Jan 18 2014 or Sun Jan 19 2014 or ....

1 unnilennium 1.5 # $Id: e-smith-hosts.spec,v 1.4 2016/07/23 06:31:30 unnilennium Exp $
2 stephdl 1.1
3     Summary: e-smith module for managing hosts entries
4     Name: e-smith-hosts
5     %define version 2.6.0
6 unnilennium 1.4 %define release 4
7 stephdl 1.1 Version: %{version}
8     Release: %{release}%{?dist}
9     License: GPL
10     Group: Networking/Daemons
11     Source: %{name}-%{version}.tar.xz
12 unnilennium 1.3 Patch0: e-smith-hosts-2.6.0-mariadb.patch
13 unnilennium 1.4 Patch1: e-smith-hosts-2.6.0.bz9691.syslog.patch
14 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15     Requires: e-smith-base
16     Requires: e-smith-lib >= 1.15.1-19
17     Requires: e-smith-test >= 0.1.14
18     Requires: e-smith-formmagick >= 1.4.0-12
19     Requires: e-smith-tinydns >= 2.2.0-2
20     Requires: dhcp
21     BuildRequires: e-smith-devtools
22     BuildArchitectures: noarch
23     AutoReqProv: no
24    
25     %description
26     e-smith module to allow the configuration of the hosts database, which is
27     used to build the DNS and DHCP configuration.
28    
29     %changelog
30 unnilennium 1.4 * Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
31     - fix servicename syslog to rsylog [SME: 9691]
32 unnilennium 1.5 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
33     by assuming the date is correct and changing the weekday.
34     Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
35     Sun Jan 18 2014 --> Sun Jan 12 2014 or Sat Jan 18 2014 or Sun Jan 19 2014 or ....
36 unnilennium 1.4
37 unnilennium 1.3 * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
38     - fix mysqld to mariadb [SME: 9438]
39    
40 vip-ire 1.2 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
41     - Rebuild for [SME: 9393]
42    
43 stephdl 1.1 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
44     - Initial release to sme10
45    
46     * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme
47     - Allow empty comment when creating/modifying a hostname [SME: 9177]
48    
49     * Fri Feb 6 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme
50     - Add a migrate fragment to sanitize the host comment [SME: 8723]
51     - Code done by Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>
52     - and Huib <sme@artixdesign.com>
53    
54 unnilennium 1.5 * Sat Jan 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme
55     Sun Jan 18 2014 --> Sun Jan 12 2014 or Sat Jan 18 2014 or Sun Jan 19 2014 or ....
56 stephdl 1.1 - Add a validator for the comment and the hostname field [SME: 8723]
57    
58     * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
59     - Remove the "swap interface" feature [SME: 7993]
60    
61     * Wed Feb 13 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
62     - Add missing dependency on dhcp [SME: 7297]
63    
64     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
65     - Roll new stream for sme9
66     - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
67    
68     * Mon Nov 29 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
69     - Sanitize comment field in tables and edit form [SME: 6408]
70    
71     * Mon Nov 29 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme
72     - Fix double speechmarks in comment field in hostname panel [SME: 6408]
73    
74     * Wed Oct 20 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
75     - Update some more occurrences to also reflect the option of a FQDN [SME: 6296]
76    
77     * Tue Oct 19 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
78     - Update textbox description to also reflect the option of a FQDN [SME: 6296]
79    
80 unnilennium 1.5 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
81     Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
82 stephdl 1.1 - Trap croak inside Net::IPv4Addr::ipv4_in_network [SME: 6288]
83    
84 unnilennium 1.5 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
85     Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
86 stephdl 1.1 - Add validator back for ip or cname entry [SME: 3132]
87    
88     * Thu Jul 29 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-2.sme
89     - Allow use of CNAME in remote hosts [SME: 3132]
90    
91     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
92     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
93    
94     * Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-14
95     - Move single occurence HOSTTYPE back to e-smith-hosts
96    
97     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-13
98     - Add common <base> tags to e-smith-formmagick's general [SME: 4280]
99    
100     * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.14.0-12
101     - Remove duplicate <base> entries [SME: 3895]
102    
103     * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.14.0-11
104     - Remove empty lexicon entry [SME: 3880]
105    
106     * Thu Jul 12 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-10
107     - Remove implicit use of GLOBAL_IP lexicon entries. [SME: 3135]
108    
109     * Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-9
110     - Remove more remnant lexicon entries. [SME: 3135]
111    
112     * Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-8
113     - Remove remnant DNS publication code and lexicon entries. [SME: 3135]
114    
115     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
116     - Clean up spec so package can be built by koji/plague
117    
118     * Mon Feb 19 2007 Stephen Noble <support@dungog.net> 1.14.0-7
119     - Fix text with a space [SME: 2246]
120    
121     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.14.0-6
122     - Make success/failure messages standard [SME: 2290]
123    
124     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-5
125     - Add comment to host entries. [SME: 878]
126    
127     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
128     - Update to new release naming. No functional changes.
129     - Make Packager generic
130    
131     * Thu Jun 22 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-03
132     - Fix display of hosts table for additional domains. [SME: 1630, 1374]
133    
134     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 1.14.0-02
135     - Improved layout applied to Hostnames and addresses. [SME: 1374]
136    
137     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01
138     - Roll stable stream version. [SME: 1016]
139    
140     * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.3-04
141     - Fix purge-domain code relating to pseudonym cleanup [SME: 515]
142    
143     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.3-03
144     - Bump release number only
145    
146     * Fri Nov 4 2005 Charlie Brady <charlieb@e-smith.com>
147     - [1.13.3-02]
148     - s/local_ip/global_ip/ when setting host to type Remote.
149     Ensure that Remote hosts don't have local_ip set.
150     [SF: 1293449]
151     - Add missing "IP_ADDRESS" localisation.
152     - Remove vestigial print_global_ip_field() function.
153     - Deal gracefully with missing Nameservers property of domains.
154    
155     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
156     - [1.13.3-01]
157     - Remove L10Ns from base packages [SF: 1309520]
158    
159     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
160     - [1.13.2-01]
161     - New dev stream before relocating L10Ns
162    
163     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
164     - [1.13.1-15]
165     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
166    
167     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
168     - [1.13.1-14]
169     - Only display the DNS Forwarder message if there are no domains
170     set with Nameservers==localhost [SF: 1303422]
171    
172     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
173     - [1.13.1-13]
174     - Allow dnscache{Forwarder} to be configured, but empty [SF: 1303422]
175    
176     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
177     - [1.13.1-12]
178     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
179    
180     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
181     - [1.13.1-11]
182     - Avoid double reformatting of old host records, which breaks HostType == self
183     records. [SF: 1275450]
184    
185     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
186     - [1.13.1-10]
187     - Remove some remnant ServiceLink code
188     - Replace conf-migrate-hosts with some migrate fragments for the host db
189     - Restart dnscache during host-{create,delete,modify} events, so that
190     cached information on hostnames is purged. [SF: 1243418,1243423]
191    
192     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
193     - [1.13.1-09]
194     - Hostnames panel updates from Shad Lords.
195    
196     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
197     - [1.13.1-08]
198     - Complete the update to current db access APIs - a few esmith::db and
199     esmith::config calls were found hiding. Rewrite conf-hostsdb as simple
200     shell script. [SF: 1216546]
201    
202     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
203     - [1.13.1-07]
204     - Greatly simplify delete-hosts, and rename to purge-domain. Purge user@domain
205     pseudonyms for deleted domains. [SF: 1193570 (Gordon)]
206    
207     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
208     - [1.13.1-06]
209     - Update to current db access APIs, in readiness for move of dbs to private
210     directory. [SF: 1216546 (Shad)]
211    
212     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
213     - [1.13.1-05]
214     - Fix to ensure panel returns status if delete fails [SF: 1200284 (Shad)]
215    
216     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
217     - [1.13.1-04]
218     - Include Shad's panel changes (publishglobal and formmagick patches)
219     from e-smith-hosts-1.13.0-02sme04. [SF: 1234280]
220     - Avoid multiple re-openings of config db in panel code.
221    
222     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
223     - [1.13.1-03]
224     - Move all host db manipulation actions to before template
225     expansions (in all events, not just bootstrap-console-save).
226     [SF: 1234255]
227    
228     * Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com>
229     - [1.13.1-02]
230     - Use services2adjust symlink to reconfigure tinydns (tinydns-conf
231     is obsolete).
232     - Move all host db manipulation actions to before template
233     expansions in bootstrap-console-save.
234    
235     * Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com>
236     - [1.13.1-01]
237     - Roll new dev stream - 1.13.1
238    
239     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
240     - [1.13.0-06]
241     - Use generic_template_expand action in place of restart-dhcpd.
242     Update e-smith-lib dependency. [MN00064130]
243    
244     * Mon Mar 7 2005 Charlie Brady <charlieb@e-smith.com>
245     - [1.13.0-05]
246     - Fix RE used in untainting of hostname. [charlieb MN00050161]
247    
248     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
249     - [1.13.0-04]
250     - Only check if host exists on create not modify. [MN00065708]
251     - Remove stray ServiceLink action symlink. [MN00064757]
252    
253     * Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com>
254     - [1.13.0-03]
255     - Untaint hostname before using in system(). [charlieb MN00050161]
256    
257     * Tue May 25 2004 Michael Soulier <msoulier@e-smith.com>
258     - [1.13.0-02]
259     - Fixing typo that prevented H&A panel from being disabled if a DNS forwarder
260     was in use. [msoulier MN00034840]
261    
262     * Tue May 25 2004 Michael Soulier <msoulier@e-smith.com>
263     - [1.13.0-01]
264     - rolling to dev stream - 1.13.0
265    
266     * Thu Feb 19 2004 Michael Soulier <msoulier@e-smith.com>
267     - [1.12.0-04]
268     - Added a check in more_options() to reject the hostname if it's a dup.
269     [msoulier dpar-20864]
270    
271     * Thu Feb 19 2004 Michael Soulier <msoulier@e-smith.com>
272     - [1.12.0-03]
273     - Added further validation of the local IP address, to prevent the user using
274     the external or internal interface IP, the gateway IP, or the loopback
275     interface. [msoulier 8887]
276     - Added further validation of a host being added as local, to prevent users
277     adding "local" hosts with are not local. [msoulier dpar-20865]
278    
279     * Tue Aug 19 2003 Michael Soulier <msoulier@e-smith.com>
280     - [1.12.0-02]
281     - Fixed persistence problem with publish_globally field. [msoulier 9427]
282    
283     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
284     - [1.12.0-01]
285     - Changing version to stable stream number - 1.12.0
286    
287     * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
288     - [1.11.1-01]
289     - Added order to migrate fragments [gordonr 9015]
290    
291     * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
292     - [1.11.0-32]
293     - Move force to lowercase to the correct place so we don't just bark
294     if upper case hostnames are entered - we squash them to lower case
295     before confirming [gordonr 8939]
296     - Correct the migrate fragment [gordonr 8939]
297    
298     * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
299     - [1.11.0-31]
300     - Force hostnames to lowercase on h&a panel [gordonr 8939]
301     - Sanitise hostsdb for old non-lowercase names (WIP) [gordonr 8939]
302    
303     * Fri May 30 2003 Michael Soulier <msoulier@e-smith.com>
304     - [1.11.0-30]
305     - Updated delete-hosts to use esmith::HostsDB, and removed redundant bind db
306     handling. [msoulier 8809]
307     - Updated delete-hosts to scan the entire hostsdb, cross-referencing with the
308     domainsdb, and remove any host for a domain that we do not manage.
309     [msoulier 8809]
310     - Added links to delete-hosts from bootstrap-console-save and
311     registration-clear. [msoulier 8809]
312    
313     * Tue May 20 2003 Michael Soulier <msoulier@e-smith.com>
314     - [1.11.0-29]
315     - Fixed indentation in lexicon files, and changed "Create/modify" to "Create
316     or modify" in all lexicon files. [msoulier 8543]
317    
318     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
319     - [1.11.0-28]
320     - Add Spanish lexicon for hostentries [lijied 3793]
321    
322     * Tue Apr 29 2003 Gordon Rowell <gordonr@e-smith.com>
323     - [1.11.0-27]
324     - Removed duplicate </trans> tag [gordonr 8613]
325    
326     * Thu Apr 24 2003 Lijie Deng <lijied@e-smith.com>
327     - [1.11.0-26]
328     - Deleted FIRSTPAGE_DESC text [lijied 8493]
329    
330     * Tue Apr 22 2003 Lijie Deng <lijied@e-smith.com>
331     - [1.11.0-25]
332     - Removed inline in text [lijied 7949]
333    
334     * Mon Apr 21 2003 Lijie Deng <lijied@e-smith.com>
335     - [1.11.0-24]
336     - Standardize Add/Save button name [lijied 7921]
337    
338     * Tue Apr 15 2003 Gordon Rowell <gordonr@e-smith.com>
339     - [1.11.0-23]
340     - Added fr entry for previous change [gordonr 3722]
341    
342     * Mon Apr 14 2003 Gordon Rowell <gordonr@e-smith.com>
343     - [1.11.0-22]
344     - Don't display H&A panel if DNS forwarder configured [gordonr 3722]
345    
346     * Wed Apr 9 2003 Gordon Rowell <gordonr@e-smith.com>
347     - [1.11.0-21]
348     - Panel cleanup now all domains are in domains db [gordonr 8097]
349    
350     * Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com>
351     - [1.11.0-20]
352     - Standardized the button name [lijied 7921]
353    
354     * Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com>
355     - [1.11.0-19]
356     - Change $q->table to $q->start_table where necessary [lijied 8034]
357    
358     * Fri Apr 4 2003 Charlie Brady <charlieb@e-smith.com>
359     - [1.11.0-18]
360     - Add tinydns-conf links in place of previous named-conf ones.
361     [charlieb 8071]
362    
363     * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
364     - [1.11.0-17]
365     - Removed 'Mitel Networks SME Server' branding [lijied 8016]
366    
367     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
368     - [1.11.0-16]
369     - Removed named links [gordonr 7659]
370    
371     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
372     - [1.11.0-15]
373     - Removed conf-dhcpd symlinks - now done in run script [gordonr 7771]
374    
375     * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
376     - [1.11.0-14]
377     - fixed the "Action" column to be several comns instead of one [miked 7761]
378    
379     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
380     - [1.11.0-13]
381     - Modified French lexicon to use lang="fr", rename the lexicon
382     directory to fr [lijied 6787]
383    
384     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
385     - [1.11.0-12]
386     - Modified hostentries panel order [lijied 7356]
387    
388     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
389     - [1.11.0-11]
390     - Split en-us lexicon from hostentries panel [lijied 4030]
391    
392     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
393     - [1.11.0-10]
394     - Added French lexicon for hostsentries. [lijied 5003]
395    
396     * Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com>
397     - [1.11.0-09]
398     - Remove use of LocalDomainPrefix. [msoulier 4812]
399    
400     * Fri Feb 21 2003 Charlie Brady <charlieb@e-smith.com>
401     - [1.11.0-08]
402     - Remove deprecated WebServerName setting from canned test data. [charlieb 6861]
403    
404     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
405     - [1.11.0-07]
406     - added Action to the lexicon [miked 6363]
407    
408     * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
409     - [1.11.0-06]
410     - minor UI updates [miked 5494]
411    
412     * Mon Dec 16 2002 Charlie Brady <charlieb@e-smith.com>
413     - [1.11.0-05]
414     - Fix problem with globally visible (published) external IPs [charlieb 5816]
415    
416     * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
417     - [1.11.0-04]
418     - ui update [miked 5494]
419    
420     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
421     - [1.11.0-03]
422     - ui update [miked 5494
423    
424     * Fri Nov 15 2002 Charlie Brady <charlieb@e-smith.com>
425     - [1.11.0-02]
426     - Removing explicit dependency on e-smith-named. [charlieb 4058]
427    
428     * Fri Nov 15 2002 Charlie Brady <charlieb@e-smith.com>
429     - [1.11.0-01]
430     - Rolling development stream to 1.11.0
431    
432     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
433     - [1.10.0-01]
434     - Roll to maintained version number to 1.10.0
435    
436     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
437     - [1.9.0-11]
438     - Back out the check for duplicate hosts added at 1.9.0-04 - it prevents
439     any modification of existing hostnames. [charlieb 3813]
440    
441     * Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com>
442     - [1.9.0-10]
443     - Check return value of open on NetworkServicesDB [gordonr 4760]
444    
445     * Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com>
446     - [1.9.0-09]
447     - Make use of NetworkServicesDB.pm in conf-migrate-hosts [gordonr 4773]
448    
449     * Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com>
450     - [1.9.0-08]
451     - Remove auto-creation of LocalDomainPrefix on upgrades. An existing
452     value will be retained, but the implicit creation of e-smith.
453     or mitel-networks. for the local prefix no longer happens. [gordonr 4811]
454    
455     * Thu Sep 5 2002 Mark Knox <markk@e-smith.com>
456     - [1.9.0-07]
457     - Added 3 missing lexicon entries [markk 3812]
458    
459     * Wed Sep 4 2002 Mark Knox <markk@e-smith.com>
460     - [1.9.0-06]
461     - Fixed some problems with dhcp range validator [markk 4513]
462    
463     * Mon Aug 26 2002 Mark Knox <markk@e-smith.com>
464     - [1.9.0-05]
465     - Improved logic for when to clear global IP [markk 3816]
466    
467     * Mon Aug 26 2002 Mark Knox <markk@e-smith.com>
468     - [1.9.0-04]
469     - Check for duplicate host names [markk 3813]
470    
471     * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
472     - [1.9.0-03]
473     - Fix validator function from previous change [charlieb 4513]
474    
475     * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
476     - [1.9.0-02]
477     - Include validator to ensure that host IP is not in DHCP range [charlieb 4513]
478    
479     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
480     - [1.9.0-01]
481     - Changing version to development stream number to 1.9.0
482    
483     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
484     - [1.8.6-01]
485     - Default for HostType is 'Self' [gordonr 3811]
486    
487     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
488     - [1.8.5-01]
489     - Relaxed regexp to match text: [a-z0-9][a-z0-9-]* [gordonr 3684]
490    
491     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
492     - [1.8.4-01]
493     - Validate that the (root of the) hostname matches [a-z][a-z0-9-]*
494     Remove unused open of the ConfigDB [gordonr 3684]
495    
496     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
497     - [1.8.3-01]
498     - Delete MACAddress when type is Remote
499     Delete RemoteIP when type is Local [gordonr 3684]
500    
501     * Mon Jun 3 2002 Mark Knox <markk@e-smith.com>
502     - [1.8.2-01]
503     - Resolved more confusion with addresses not displaying, naming conventions,
504     delete non-essential fields in modification, and stop allowing change of
505     domain during modification. [markk 3684]
506    
507     * Sat Jun 1 2002 Gordon Rowell <gordonr@e-smith.com>
508     - [1.8.1-01]
509     - Resolved a lot of confusion about HostType, Visbility, local and
510     remote hosts and global publishing. These were all mixed up.
511     TODO: Need to ensure that InternalIP and ExternalIP are deleted when
512     changing host types from Remote->Local->Self [gordonr 3684]
513    
514     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
515     - [1.8.0-01]
516     - Changing version to maintained stream number to 1.8.0
517    
518     * Fri May 31 2002 Kirrily Robert <skud@e-smith.com>
519     - [1.7.20-01]
520     - removed SL-specific service domain stuff, now just calls a routine
521     elsewhere [skud 3731]
522    
523     * Fri May 31 2002 Kirrily Robert <skud@e-smith.com>
524     - [1.7.19-01]
525     - Now checking for SL service domain in panel [skud 3684]
526    
527     * Fri May 31 2002 Kirrily Robert <skud@e-smith.com>
528     - [1.7.18-01]
529     - Made hosttyle (Local/Remote/Self) have first letter uppercase.
530     [skud 3684]
531    
532     * Thu May 30 2002 Kirrily Robert <skud@e-smith.com>
533     - [1.7.17-01]
534     - Default all hostentries props to empty string to avoid "odd number of
535     elements in hash" warning and mixed up hosts config file. [skud 3684]
536    
537     * Wed May 29 2002 Kirrily Robert <skud@e-smith.com>
538     - [1.7.16-01]
539     - Added hostname l10n for previous hostname/name fix [skud 3684]
540    
541     * Wed May 29 2002 Kirrily Robert <skud@e-smith.com>
542     - [1.7.15-01]
543     - Fixed hostname/name CGI parameter mixup in hostentries.pm [skud 3684]
544     - Fixed ethernet address validation (should be allowed to be blank)
545    
546     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
547     - [1.7.14-01]
548     - RPM rebuild forced by cvsroot2rpm
549    
550     * Fri May 17 2002 Mark Knox <markk@e-smith.com>
551     - [1.7.13-01]
552     - Added missing </entry> tag [markk 3430]
553    
554     * Fri May 17 2002 Mark Knox <markk@e-smith.com>
555     - [1.7.12-01]
556     - Removed extra lexicon data after the </form> tag. [markk 3430]
557    
558     * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
559     - [1.7.11-01]
560     - Added english localisation for NO_HOSTS_FOR_THIS_DOMAIN [skud #3429]
561    
562     * Wed May 15 2002 Kirrily Robert <skud@e-smith.com>
563     - [1.7.10-01]
564     - Fixed broken links to hostentries.skud [skud #3430]
565    
566     * Mon May 13 2002 Gordon Rowell <gordonr@e-smith.com>
567     - [1.7.9-01]
568     - Catch up with changes in action names in e-smith-named [gordonr 2733]
569    
570     * Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
571     - [1.7.8-01]
572     - Removed whitespace from nav bar entries. For some reason it resulted
573     in another Configuration group. Probably funkiness in the navigation
574     routine, but that's for ron. [gordonr 3155]
575    
576     * Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
577     - [1.7.7-01]
578     - removed dependency on esmith::NetworkServicesDB/ServiceLink-lib
579     [skud 3353]
580    
581     * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
582     - [1.7.6-01]
583     - And fixed tests to pick up en-us [gordonr 3155]
584    
585     * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
586     - [1.7.5-01]
587     - Lexicon en->en-us [gordonr 3155]
588    
589     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
590     - [1.7.4-01]
591     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
592    
593     * Tue Apr 30 2002 Gordon Rowell <gordonr@e-smith.com>
594     - [1.7.3-01]
595     - I18N'd version of hostentries [skud 3027]
596     - Nav bar entries for same [gordonr 3155]
597    
598     * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
599     - [1.7.2-01]
600     - InternalIP & ExternalIPs now translated correctly from 4.1.2 style
601     hosts databases by conf-migrate-hosts (2495)
602     - Added 'wpad' alias for Windows proxy autodetection - thanks Damien Curtain
603     [gordonr 3073]
604    
605     * Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com>
606     - [1.7.1-01]
607     - Rolling to new version 1.7.1-01, includes all patches up to 1.7.0-01,
608     as part of testing that rpm2cvs was successfull
609    
610     * Wed Feb 27 2002 Jason Miller <jay@e-smith.com>
611     - [1.7.0-01]
612     - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-02.
613    
614     * Fri Jan 4 2002 Adrian Chung <adrianc@e-smith.com>
615     - [1.6.0-02]
616     - Adding 'proxy' to the list of hostnames added to hosts database.
617     - Use passed in visibility argument for systemName.FQDN rather than always
618     using 'Global'.
619    
620     * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
621     - [1.6.0-01]
622     - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-01.
623    
624     * Fri Nov 23 2001 Tony Clayton <tonyc@e-smith.com>
625     - [1.5.0-01]
626     - rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-05.
627     - s/march-networks/mitel-networks/ in conf-migrate-hosts
628    
629     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
630     - [1.4.0-05]
631     - rebranding to Mitel Networks
632    
633     * Wed Aug 22 2001 Gordon Rowell <gordonr@e-smith.com>
634     - [1.4.0-04]
635     - Well, one more branding change
636    
637     * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
638     - [1.4.0-03]
639     - Final branding cleanup
640    
641     * Fri Aug 17 2001 gordonr
642     - [1.4.0-02]
643     - Autorebuild by rebuildRPM
644    
645     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
646     - [1.4.0-01]
647     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-58.
648    
649     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
650     - [1.3.0-58]
651     - Update to hostentries panel to change url
652    
653     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
654     - [1.3.0-57]
655     - Update conf-migrate-hosts to change default LocalDomainPrefix value from
656     e-smith. to march-networks.
657    
658     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
659     - [1.3.0-56]
660     - Branding text changes to the hostentries web panel
661    
662     * Wed Jul 18 2001 Jason Miller <jmiller@e-smith.com>
663     - [1.3.0-55]
664     - Updates to error message displays
665    
666     * Wed Jul 18 2001 Jason Miller <jmiller@e-smith.com>
667     - [1.3.0-54]
668     - Split actions
669    
670     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
671     - [1.3.0-53]
672     - Changed license to GPL
673    
674     * Tue Jun 12 2001 Jason Miller <jmiller@e-smith.com>
675     - [1.3.0-52]
676     - Update to conf-migrate-hosts script to ignore hosts already in the new
677     format
678    
679     * Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com>
680     - [1.3.0-51]
681     - Fixed bug in create-default-hosts action
682    
683     * Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com>
684     - [1.3.0-50]
685     - Update to hostentries panel to include a message about static
686     host entries and why they are non-modifiable
687    
688     * Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com>
689     - [1.3.0-49]
690     - Update to create-default-hosts to create a new host for SystemName
691     with property static=yes
692     - Update to hostentries panel to not allow modifications for hosts
693     that have the property static=yes
694    
695     * Fri Jun 01 2001 Jason Miller <jmiller@e-smith.com>
696     - [1.3.0-48]
697     - Updates to several of the panels to reflect better documentation habits
698    
699     * Thu May 31 2001 Gordon Rowell <gordonr@e-smith.com>
700     - [1.3.0-47]
701     - Re-did showInitial() text to be more in line with the text in -46 changes
702    
703     * Thu May 31 2001 Jason Miller <jmiller@e-smith.com>
704     - [1.3.0-46]
705     - Similar updates for createSelf(), createLocal(), createRemote(), modifyHost()
706     as were done in 1.3.0-45.
707    
708     * Thu May 31 2001 Jason Miller <jmiller@e-smith.com>
709     - [1.3.0-45]
710     - Updates to the showInitial() subroutine in the hostentries panel to have
711     better formatted warnings
712    
713     * Wed May 30 2001 Jason Miller <jmiller@e-smith.com>
714     - [1.3.0-44]
715     - Updates to createSelfHost, createLocalHost, createRemoteHost, modifyHost
716     subroutines inside the hostentries panel to show marketing information
717    
718     * Wed May 30 2001 Jason Miller <jmiller@e-smith.com>
719     - [1.3.0-43]
720     - Updates to the showInitial panel to display marketing information
721    
722     * Wed May 16 2001 Jason Miller <jmiller@e-smith.com>
723     - [1.3.0-42]
724     - Fixed subroutine genDomainMenu() in hostentries panel
725    
726     * Thu May 10 2001 Jason Miller <jmiller@e-smith.com>
727     - [1.3.0-41]
728     - Changed order of actions
729    
730     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
731     - [1.3.0-40]
732     - Error handling fixes to 'hostentries' panel, and 'conf-migrate-hosts'
733    
734     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
735     - [1.3.0-39]
736     - Forgot to change conf-service-name to look for correct event
737    
738     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
739     - [1.3.0-38]
740     - Moved the conf-service-name action
741    
742     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
743     - [1.3.0-37]
744     - Changes various templates and web panels to check for publishDomain
745     - hostentries web panel
746     - conf-migrate-hosts action
747     - conf-service-name action
748    
749     * Tue May 01 2001 Jason Miller <jmiller@e-smith.com>
750     - [1.3.0-36]
751     - Added an optional parameter to create-default-hosts to allow one to make
752     all the default hosts Globally published [i.e. service domain name]
753    
754     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
755     - [1.3.0-35]
756     - Reorganization of createlinks
757     - Added action delete-hosts which is symlinked into domain-delete
758     to automatically delete the host values for a particular domain
759    
760     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
761     - [1.3.0-34]
762     - Re-added symlink for console-save -> conf-hostsdb as it would
763     be required in the event that a domain is changed in the console
764     configuration
765    
766     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
767     - [1.3.0-33]
768     - Typo fix in genDomainMenu()
769    
770     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
771     - [1.3.0-32]
772     - Changed showInitial() subroutine in hostentries panel to use the
773     LocalDomainPrefix if one is set instead of DomainName
774     - Changed the ordering of genDomainMenu() subroutine in hostentries so that
775     the list of domains in the system appears as:
776     - Primary domain (with LocalDomainPrefix if applicable)
777     - Service domain
778     - Sorted i-bays
779    
780     * Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com>
781     - [1.3.0-31]
782     - Added actions for service domain
783    
784     * Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com>
785     - [1.3.0-30]
786     - Removed conf-hostsdb from console-save and host-delete events as it is not
787     necessary
788     - Added new action create-default-hosts (linked to domain-create event) which
789     takes the passed $domainName value and generates default hosts for that domain
790     - Changed conf-hostsdb to call create-default-hosts action passing it the
791     primary domain
792    
793     * Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com>
794     - [1.3.0-29]
795     - Cleaned up the Cgi code that displays the table of hosts (hostentries panel)
796     so that it would properly display in lynx
797    
798     * Mon Apr 16 2001 Jason Miller <jmiller@e-smith.com>
799     - [1.3.0-28]
800     - Fixed up /etc/dhcpd.conf/60StaticEntries so that it also checks that
801     MACAddress and LocalIP are defined AND not equal to ''
802    
803     * Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com>
804     - [1.3.0-27]
805     - More panel text corrections
806     - Removed the autogeneration of hostname e-smith-manager.$DomainName as it
807     won't work as expected anyways (needs an apache configuration to pass it
808     on to the port 980)
809    
810     * Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com>
811     - [1.3.0-26]
812     - More panel updates for textual content as well as some more cleanup of
813     deprecated modules
814    
815     * Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com>
816     - [1.3.0-25]
817     - Panel updates for textual content for deleteHostEntry() and modifyHostEntry()
818    
819     * Wed Apr 11 2001 Jason Miller <jmiller@e-smith.com>
820     - [1.3.0-24]
821     - Panel updates for textual content for showInitial(), createSelfHost(),
822     createLocalHost(), createRemoteHost()
823     - Cleanup of several deprecated modules
824    
825     * Wed Apr 11 2001 Jason Miller <jmiller@e-smith.com>
826     - [1.3.0-23]
827     - changes to the layout of the manager text for the various panels
828     of createSelfHost(), createLocalHost(), createRemoteHost() and modifyHost()
829     - changes to the display of some of the panels
830    
831     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
832     - [1.3.0-22]
833     - Removed link to removed panel
834    
835     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
836     - [1.3.0-21]
837     - Made a generic modifyHostEntry() function that is meant for all three host
838     types and includes a drop-down to choose that type.
839     - Added 'FIXME' comments to locations that need to be removed
840    
841     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
842     - [1.3.0-20]
843     - Removed conf-hostsdb and conf-migrate-hosts out of post-install/post-upgrade
844     as this is a duplicated action set (bootstrap-console-save) which shouldn't
845     need to occur
846    
847     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
848     - [1.3.0-19]
849     - Changed conf-hostsdb and conf-migrate-hosts to not generate serviceDomain
850     entries if configuration value for ServiceDomain = '' (default on install)
851    
852     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
853     - [1.3.0-18]
854     - Added in the host-create and host-modify events to each of the performCreate()
855     and performModify() sections so that named is updated with the new information
856    
857     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
858     - [1.3.0-17]
859     - Merged the working prototype webpanel into the normal hostentries panel
860     (still keeping the old create/modify/delete scripts for reference)
861     - Made stipulation to show hostname/addresses for the serviceDomainName
862     if defined and not equal to '' (default on an installation)
863    
864     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
865     - [1.3.0-16]
866     - Changed conf-migrate-hosts to be operation 06 in post-install/post-upgrade
867     as it caused a failed dependency for 05init-accounts which MUST come first
868    
869     * Wed Apr 04 2001 Jason Miller <jmiller@e-smith.com>
870     - [1.3.0-15]
871     - Added $ServiceDomainName to the list of domains for both
872     conf-hostsdb and conf-migrate-hosts scripts
873    
874     * Wed Apr 04 2001 Jason Miller <jmiller@e-smith.com>
875     - [1.3.0-14]
876     - added a new conf-migrate-hosts script to be included in
877     post-install/post-upgrade (05) to migrate existing hosts to the new format
878     as well as to check for special hosts being defined for all domains
879     [note: this doesn't include service domain just yet]
880     - changed the meaning of conf-hostsdb for the default domains that it generates
881     - changed the panel to start using /home/e-smith/hosts instead of
882     /home/e-smith/service_hosts (test centre)
883    
884     * Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com>
885     - [1.3.0-13]
886     - added the functionality for modifiying all three host types
887    
888     * Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com>
889     - [1.3.0-12]
890     - created user interface for modifySelfHostEntry(), modifyLocalHostEntry(),
891     and modifyRemoteHostEntry()
892    
893     * Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com>
894     - [1.3.0-11]
895     - prepared modify{$HostType}HostEntry and performModify{$HostType}Modify
896     for actual content
897    
898     * Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com>
899     - [1.3.0-10]
900     - Implemented the performCreateRemoteHostEntry() functionality
901    
902     * Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com>
903     - [1.3.0-09]
904     - Updated performCreateSelfHostEntry() to do a check for a valid domain
905     name first, and rearranged order of variable declarations
906     - Completed the logic for performCreateLocalHostEntry()
907    
908     * Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com>
909     - [1.3.0-08]
910     - implemented deleteHostEntry() to work with the new schema
911    
912     * Fri Mar 23 2001 Jason Miller <jmiller@e-smith.com>
913     - [1.3.0-07]
914     - Created the interfaces for create self/local/remote
915     - Implemented performCreateSelfHostEntry() and prepared
916     the logic for performCreateLocalHostEntry() and
917     performCreateRemoteHostEntry() to occur
918     - Changed REGEX for HostName to not allow periods at all
919     - Added genDomain() subroutine to generate a list of domains
920     to create host for.
921    
922     * Fri Mar 23 2001 Jason Miller <jmiller@e-smith.com>
923     - [1.3.0-06]
924     - Further prepared the links for create/modify/remove to include the
925     relevant host information and the appropriate subroutines to handle
926     them [minus the handling portions]
927    
928     * Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com>
929     - [1.3.0-05]
930     - Prepared the links for create/modify/remove host entries
931    
932     * Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com>
933     - [1.3.0-04]
934     - Added ability to store each service_host db value into a two-tiered hash
935     which is then used to provide the host name values into the table structure
936     previously layed out in the panel.
937     - Added code to show a 'No hosts for this domain' message if no hosts exist
938    
939     * Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com>
940     - [1.3.0-03]
941     - Updated the new panel (service_hosts) to read from /home/e-smith/service_hosts
942     and changed to reflect the new layout of host entries per domain on the system
943     by providing menus only
944    
945     * Wed Mar 21 2001 Jason Miller <jmiller@e-smith.com>
946     - [1.3.0-02]
947     - Created a new panel
948    
949     * Wed Mar 21 2001 Jason Miller <jmiller@e-smith.com>
950     - [1.3.0-01]
951     - Rolled to version 1.3.0-01. Includes all patches up to 1.2.0-04
952    
953     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
954     - Rolling release number for GPG signing.
955    
956     * Thu Jan 25 2001 Tony Clayton <tonyc@e-smith.com>
957     - [1.2.0-03]
958     - changed conf-hostdb action order from 01 to 07 for all events
959    
960     * Thu Jan 25 2001 Charlie Brady <charlieb@e-smith.com>
961     - [1.2.0-02]
962     - Add code to set default string for LocalDomainPrefix.
963    
964     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
965     - [1.2.0-01]
966     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-15.
967    
968     * Tue Jan 23 2001 Gordon Rowell <gordonr@e-smith.com>
969     - [1.1.0-15]
970     - Trim trailing periods from hostnames
971    
972     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
973     - [1.1.0-14]
974     - Changed descriptive text for hosts and addresses panel to emphasize
975     don't do anything unless you know what you're doing
976    
977     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
978     - [1.1.0-13]
979     - Changed descriptive text for hosts and addresses panel
980    
981     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
982     - [1.1.0-12]
983     - Changes to the navigation of the e-smith manager
984    
985     * Wed Jan 10 2001 Paul Nesbit <pkn@e-smith.com>
986     - [1.1.0-11]
987     - If $MACAddress isn't defined, set it to " " for display. This fixes
988     "Use of uninitialised..." warnings in admin_error_log.
989    
990     * Tue Jan 09 2001 Charlie Brady <charlieb@e-smith.com>
991     - [1.1.0-10]
992     - Create new bootstrap-console-save event
993    
994     * Tue Jan 02 2001 Gordon Rowell <gordonr@e-smith.com>
995     - [1.1.0-9]
996     - Redid panel
997    
998     * Thu Dec 21 2000 Charlie Brady <charlieb@e-smith.com>
999     - [1.1.0-8]
1000     - Removed unnecessary reconfig and restart of DHCPD from remoteaccess_update
1001     event.
1002    
1003     * Thu Dec 21 2000 Peter Samuel <peters@e-smith.com>
1004     - [1.1.0-7]
1005     - Fixed case where a null host was added during post-install
1006    
1007     * Tue Dec 19 2000 Jason Miller <jmiller@e-smith.com>
1008     - [1.1.0-6]
1009     - updated createlinks to include conf-hostsdb in the post-install and
1010     post-upgrade events
1011    
1012     * Sun Dec 17 2000 Gordon Rowell <gordonr@e-smith.com>
1013     - [1.1.0-5]
1014     - Removed console-save from %post - not required, and bad during installs
1015    
1016     * Fri Dec 15 2000 Charlie Brady <charlieb@e-smith.com>
1017     - [1.1.0-4]
1018     - Actions may well be named dhcpd, but they shouldn't be here - they're
1019     duplicated in e-smith-base :-)
1020    
1021     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
1022     - [1.1.0-3]
1023     - Actions are named dhcpd, not dhcp
1024    
1025     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
1026     - [1.1.0-2]
1027     - Link actions into remoteaccess-update
1028    
1029     * Tue Nov 28 2000 Adrian Chung <adrianc@e-smith.com>
1030     - Branched to 1.1.0 for 4.1/7.0 release.
1031     - Modified conf-dhcpd to look in /var/lib instead of /var/state
1032    
1033     * Fri Nov 03 2000 Gordon Rowell <gordonr@e-smith.com>
1034     - Clean up of web interface code
1035    
1036     * Wed Nov 01 2000 Gordon Rowell <gordonr@e-smith.com>
1037     - Put minor version numbers into patch file
1038     - Changed test on web interface
1039     - Modified conf-hostsdb to work for any event (including host-delete)
1040    
1041     * Wed Nov 01 2000 Brett Jensen <brett@e-smith.com>
1042     - Updates to the web interface
1043    
1044     * Mon Oct 30 2000 Gordon Rowell <gordonr@e-smith.com>
1045     - More functional web interface
1046    
1047     * Sun Oct 29 2000 Gordon Rowell <gordonr@e-smith.com>
1048     - Partially functional web interface
1049    
1050     * Sun Oct 29 2000 Gordon Rowell <gordonr@e-smith.com>
1051     - Added conf-hostsdb to prime hosts database with default entries
1052    
1053     * Sat Oct 28 2000 Gordon Rowell <gordonr@e-smith.com>
1054     - Renamed from e-smith-named-conf to e-smith-hosts
1055     - Rewritten to use hosts database
1056     - /var/named template changes moved to e-smith-named
1057    
1058     * Fri Sep 1 2000 Damien Curtain <damien@pagefault.org>
1059     - set -x added aswell as "accounts" replaced with "host name"
1060     - on the web interface.
1061    
1062     * Thu Aug 31 2000 Damien Curtain <damien@pagefault.org>
1063     - Added some checking to ensure entered data is semi-valid
1064    
1065     * Wed Aug 30 2000 Damien Curtain <damien@pagefault.org>
1066     - Change of name. MAC Address no longer required.
1067    
1068     * Sun Aug 20 2000 Damien Curtain <damien@pagefault.org>
1069     - Initial Release
1070    
1071     %prep
1072     %setup
1073 unnilennium 1.3 %patch0 -p1
1074 unnilennium 1.4 %patch1 -p1
1075 stephdl 1.1
1076     %build
1077     perl createlinks
1078    
1079     %install
1080     rm -rf $RPM_BUILD_ROOT
1081     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1082     rm -f %{name}-%{version}-%{release}-filelist
1083     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1084     > %{name}-%{version}-%{release}-filelist
1085     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1086    
1087     %clean
1088     rm -rf $RPM_BUILD_ROOT
1089    
1090     %files -f %{name}-%{version}-%{release}-filelist
1091     %defattr(-,root,root)

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