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

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

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


Revision 1.121 - (hide annotations) (download)
Sun Jun 6 20:49:51 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-1_el7_sme
Changes since 1.120: +10 -3 lines
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-1.sme
- add local domains in self signed cert alt subjects [SME: 11624]
  add local hosts in self signed cert alt subjects
  modSSL property to disable hosts domains addition : AddDomains AddHosts
  default is enabled when empty

1 jpp 1.121 # $Id: e-smith-base.spec,v 1.120 2021/06/06 20:34:02 jpp Exp $
2 vip-ire 1.1
3     Summary: e-smith server and gateway - base module
4     %define name e-smith-base
5     Name: %{name}
6 jpp 1.120 %define version 5.8.1
7 jpp 1.121 %define release 1
8 vip-ire 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 jpp 1.121 Patch0: e-smith-base-5.8.1-bz11624-altdomains.patch
14 unnilennium 1.34
15 vip-ire 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16     Requires: pwauth
17     Requires: e-smith-lib >= 2.2.0-2
18     Requires: server-manager-images, server-manager
19     Requires: e-smith-formmagick >= 1.4.0-12
20     Requires: initscripts >= 6.67-1es17
21     Requires: e-smith-daemontools >= 1.7.1-04
22     Requires: perl(Locale::gettext)
23     Requires: perl(Crypt::Cracklib)
24     Requires: perl(Date::Manip)
25     Requires: perl(Net::IPv4Addr)
26 unnilennium 1.8 Requires: perl(Digest::SHA1)
27 jpp 1.50 Requires: perl(Net::Netmask)
28 vip-ire 1.1 Requires: /usr/sbin/irqbalance
29     Requires: /usr/sbin/smartd
30     Requires: dbus
31     Requires: acpid
32     Requires: rssh
33     Requires: bridge-utils
34     Requires: vconfig
35     Requires: e-smith-bootloader
36     Requires: mdadm
37     Requires: pv
38 unnilennium 1.9 Requires: dhcp
39 vip-ire 1.1 Requires: diald
40     Requires: /usr/bin/passwd
41     Requires: nss-pam-ldapd
42 unnilennium 1.6 Requires: uuid-perl
43 unnilennium 1.20 Requires: kbd
44 jpp 1.78 Requires: bash-completion
45     Requires: bash-completion-extras
46 jpp 1.54 Requires: e-smith-runit >= 2.6.0-7
47 jpp 1.85 Requires: smeserver-php >= 3.0.0-22
48 jpp 1.78 Requires: smeserver-yum >= 2.6.0-43
49 vip-ire 1.1 Obsoletes: nss_ldap < 254
50     Requires: cpu >= 1.4.3
51     Obsoletes: rlinetd, e-smith-mod_ssl
52     Obsoletes: e-smith-serial-console
53     Obsoletes: sshell
54     Obsoletes: e-smith-rp-pppoe
55 jpp 1.79 Obsoletes: e-smith-pptpd
56 jpp 1.100 Obsoletes: e-smith-dynamicdns-yi
57     Obsoletes: e-smith-dynamicdns-tzo
58     Obsoletes: e-smith-dynamicdns-dyndns.org
59     Obsoletes: e-smith-dynamicdns-dyndns
60 vip-ire 1.1 BuildRequires: perl, perl(Test::Inline) >= 0.12
61     BuildRequires: e-smith-devtools >= 1.13.1-03
62     BuildRequires: gettext
63 chrissn 1.83 Requires: gdisk
64 vip-ire 1.1
65     %define dbfiles accounts configuration domains hosts networks
66     AutoReqProv: no
67    
68     %description
69     e-smith server and gateway software - base module.
70    
71 jpp 1.106 %prep
72     %setup
73 jpp 1.121 %patch0 -p1
74 jpp 1.120 #%patch1 -p1
75     #%patch2 -p1
76 jpp 1.106
77     %build
78    
79     LEXICONS=$(find root/etc/e-smith/web/functions -type f| grep -v CVS)
80    
81     for lexicon in $LEXICONS
82     do
83     /sbin/e-smith/validate-lexicon $lexicon
84     done
85    
86     /sbin/e-smith/generate-lexicons
87    
88     xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console.pl
89    
90     perl createlinks
91     /sbin/e-smith/buildtests 10e-smith-base
92    
93     gcc -o root/sbin/e-smith/console console_wrapper.c
94    
95     # Force creation of potentially empty directories
96     mkdir -p root/etc/e-smith/web/panels/password/cgi-bin
97     ln -s ../../../functions/wrapper root/etc/e-smith/web/panels/password/cgi-bin/userpassword
98    
99     %install
100     rm -rf $RPM_BUILD_ROOT
101     mkdir -p $RPM_BUILD_ROOT/etc/selinux
102     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
103     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
104     --file /sbin/e-smith/systemd/mdmonitor-pre 'attr(0554,root,root)' \
105     --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
106     --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
107     --dir /etc/e-smith/pam 'attr(0700,root,root)' \
108     --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
109     --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
110     --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
111     --dir /var/service/wan 'attr(1755,root,root)' \
112     --file /var/service/wan/down 'attr(0644,root,root)' \
113     --file /var/service/wan/run 'attr(0750,root,root)' \
114     --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
115     --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
116     --file /var/service/wan/run.static 'attr(0750,root,root)' \
117     --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
118     --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
119     --dir /var/service/wan/supervise 'attr(0700,root,root)' \
120     --dir /var/service/wan/log 'attr(1755,root,root)' \
121     --file /var/service/wan/log/run 'attr(0750,root,root)' \
122     --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
123     --dir /var/log/wan 'attr(2750,smelog,smelog)' \
124     --dir /var/service/ippp 'attr(1755,root,root)' \
125     --file /var/service/ippp/down 'attr(0644,root,root)' \
126     --file /var/service/ippp/run 'attr(0750,root,root)' \
127     --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
128     --dir /var/service/ippp/log 'attr(1755,root,root)' \
129     --file /var/service/ippp/log/run 'attr(0750,root,root)' \
130     --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
131     --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
132     --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
133     --file /etc/sysconfig/modules/dummy.modules 'attr(0755,root,root)' \
134     --dir /etc/selinux 'attr(0755,root,root)' \
135     > %{name}-%{version}-%{release}-filelist
136    
137     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
138     for file in %{dbfiles}
139     do
140     # Create ghost file for rpm
141     touch $RPM_BUILD_ROOT/home/e-smith/db/$file
142     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
143     >> %{name}-%{version}-%{release}-filelist
144     done
145     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
146    
147     %clean
148     rm -rf $RPM_BUILD_ROOT
149    
150     %files -f %{name}-%{version}-%{release}-filelist
151     %defattr(-,root,root)
152    
153     %pre
154     /sbin/e-smith/create-system-user smelastsys 2999 \
155     'sme last system user marker' /tmp /bin/false
156    
157     %post
158     LEXICONS=$(find /etc/e-smith/locale/*/etc/e-smith/web/panels/password/cgi-bin/userpassword -type f 2>/dev/null)
159    
160     for lexicon in $LEXICONS
161     do
162     if [ -f $lexicon ]
163     then
164     cd $(dirname "$lexicon")
165     mv ./userpassword ../../../functions
166     fi
167     done
168    
169     if [ -d "/var/service/dhcpd" ]; then
170     rm -rf /var/service/dhcpd
171     fi
172     if [ -d "/var/service/raidmonitor" ]; then
173     rm -rf /var/service/raidmonitor
174     fi
175     if [ -d "/var/service/local" ]; then
176     rm -rf /var/service/local
177     fi
178    
179    
180 vip-ire 1.1 %changelog
181 jpp 1.121 * Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-1.sme
182     - add local domains in self signed cert alt subjects [SME: 11624]
183     add local hosts in self signed cert alt subjects
184     modSSL property to disable hosts domains addition : AddDomains AddHosts
185     default is enabled when empty
186    
187 jpp 1.119 * Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-99.sme
188     - fix missing export [SME: 11620]
189 jpp 1.118
190 jpp 1.117 * Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-97.sme
191     - fix issue with adding new user to the ldap db [SME: 11607]
192    
193 jpp 1.116 * Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-96.sme
194     - always renew self signed certificate [SME: 11552]
195     update key / crt if not signed with the right key size
196     default to self signed if custom cert and key are not files or not rigth type
197     add perl module to help handle certificates and keys
198     TODO: check if both key and cert are related, if not default to self signed
199    
200 jpp 1.115 * Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-95.sme
201     - fix openssl.conf not generated when openldap field are empty [SME: 11569]
202    
203 jpp 1.114 * Thu Apr 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-94.sme
204     - fix missing path to systemctl for add-wants [SME: 11537]
205    
206 jpp 1.112 * Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-93.sme
207     - merge dhcpdmanager custom template fragments with core [SME: 10657]
208 jpp 1.113 - remove templates-custom previously owned by a contrib [SME: 11508]
209     they got migrated as part as normal backup restore
210 jpp 1.112
211 jpp 1.111 * Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-92.sme
212     - fix masq failing on initial boot [SME: 11479]
213    
214 jpp 1.110 * Fri Mar 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-91.sme
215     - removing weekly cron for ddns update, targeted script has been removed [SME: 11470]
216    
217 jpp 1.108 * Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-90.sme
218     - revert e-smith-service file [SME: 9692]
219     - add systemctl wrapper [SME: 11345]
220    
221 jpp 1.107 * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-89.sme
222     - clean rsyslog syntax for dhcpd [SME: 11422]
223    
224 jpp 1.105 * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-88.sme
225     - cleanup /etc/rc.d and /var/service [SME: 9692]
226    
227 jpp 1.104 * Wed Mar 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-87.sme
228 jpp 1.102 - remove klogd references [SME: 11363]
229 jpp 1.103 - restore part of pptp code and move to generik vpn entry [SME: 11374]
230 jpp 1.102
231 jpp 1.100 * Wed Mar 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-85.sme
232 jpp 1.102 - drop dyndns core support [SME: 11415]
233 jpp 1.100
234 jpp 1.99 * Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-84.sme
235     - fix enabled service not started on reboot [SME: 11355]
236     unless a power outage, as long as you reboot, halt or shutdown systemd will
237     be in sync
238     - fix console::startup run twice [SME: 11358 ]
239     - improve run order in systemd-default [SME: 11356]
240    
241 jpp 1.98 * Wed Feb 17 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-83.sme
242 jpp 1.97 - fix uninitialized value during post-install [SME: 11350]
243    
244 jpp 1.96 * Sun Feb 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-81.sme
245     - fix user with rssh shell need to be member of rsshusers group [SME: 9155]
246    
247 jpp 1.95 * Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-80.sme
248     - add missing /sbin/e-smith/bootstrap-runlevel7 [SME: 11318]
249    
250 jpp 1.94 * Mon Jan 11 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-79.sme
251     - fix typo for isolate [SME: 11246]
252    
253 jpp 1.93 * Mon Jan 11 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-78.sme
254 jpp 1.90 - separate bootstrap-console from run level service launch [SME: 11318]
255    
256 jpp 1.89 * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-75.sme
257 jpp 1.87 - only run isolate if sme-server.target is not active [SME: 11246]
258     - update system-preset usr/lib file [SME: 10958]
259    
260 jpp 1.86 * Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-72.sme
261     - fix loss of httpd basic auth [SME: 11309]
262    
263 jpp 1.84 * Fri Dec 25 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-71.sme
264     - fix services starting when they are in Wants= for sme-server.target and preset disabled [SME: 11247]
265    
266 chrissn 1.83 * Wed Dec 23 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-70.sme
267     - rewrite of manageRAID.pl and add_drive_to_raid for SME10 [SME:10918]
268     - added gdisk as a dependency to support GPT systems
269    
270 jpp 1.82 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-69.sme
271     - fix modSSL key crt and keychain files really exist [SME: 11252]
272     - add ldap.init as exception for preset
273    
274 jpp 1.81 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-68.sme
275     - fix init-accounts [SME: 9642]
276    
277 jpp 1.80 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-67.sme
278     - validate modSSL key crt and keychain files really exist [SME: 11252]
279     if not we use self generated
280    
281 jpp 1.79 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-66.sme
282     - drop pptpd support [SME: 11250]
283    
284 jpp 1.78 * Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-65.sme
285     - add bash-completion [SME: 11244]
286     - improve local service to systemd [SME: 11119]
287     now run rc.local file as part of the event
288    
289 jpp 1.76 * Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-64.sme
290 jpp 1.78 - move local service to systemd [SME: 11119]
291 jpp 1.76 make it run /etc/rc.d/rc.local
292     cleaning /var/service/syslog still there
293    
294 jpp 1.75 * Sat Dec 05 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-63.sme
295 jpp 1.74 - workaround drop-in install section ignored by systemctl preset [SME: 11231]
296     some cleanup
297    
298 jpp 1.73 * Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-61.sme
299     - remove S95reset-unsavedflag [SME: 11229]
300     - add exclusion for lpd [SME: 11006]
301    
302 jpp 1.72 * Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-60.sme
303     - execute systemd-reload before service adjust in events [SME: 11228]
304    
305 jpp 1.71 * Tue Dec 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-59.sme
306     - fix ExecStart for raidmonitor [SME: 11094]
307    
308 jpp 1.70 * Sun Nov 29 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-58.sme
309     - fix permission for /sbin/e-smith/systemd/mdmonitor-pre [SME: 11094]
310    
311 chrissn 1.69 * Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-57.sme
312     - Don't ask for confirmation to save changes on first install configuration [SME: 11193]
313    
314 chrissn 1.68 * Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-56.sme
315     - Fix RAID detection regex for disk redundancy screen [SME: 10918]
316    
317 jpp 1.67 * Wed Nov 18 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-55.sme
318     - add Install part of systemd unit [SME: 11100]
319    
320 jpp 1.66 * Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-54.sme
321     - move dhcpd to systemd [SME: 11100]
322     - get dhcpd log out of message [SME: 2408]
323     also configure logrotate for /var/log/dhcpd/dhcpd.log and /var/log/dhcpd/current
324    
325 jpp 1.65 * Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-53.sme
326     - reverte previous changes for service2adjust and util.pm [SME: 11177]
327     files are owned by e-smith-lib
328    
329 jpp 1.64 * Mon Nov 16 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-52.sme
330     - allow more systemctl controls [SME: 11177]
331     convert unrecognized signals from service2adjust in events for systemd
332     handle unsupervised services the same way supervised were in adjust-services
333     make service-status only log when service disabled and not fail it
334    
335 jpp 1.60 * Sat Nov 14 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-51.sme
336     - add template for /etc/systemd/system-preset/49koozali.preset [SME: 11174]
337     this will help systemd integration in enabling and disabling services
338     remove wan link
339    
340 jpp 1.59 * Wed Nov 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-50.sme
341     - move raidmonitor to systemd [SME: 11094]
342    
343 jpp 1.57 * Tue Nov 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-49.sme
344     - move network service to systemd [SME: 11090]
345 jpp 1.58 - move wan service to systemd [SME: 11091]
346 jpp 1.57
347 jpp 1.52 * Wed Sep 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-48.sme
348     - create e-smith-base-update event [SME: 11012]
349 jpp 1.53 - create sme-server.target [SME: 10957]
350 jpp 1.52 make sme-server.target default target
351     change default target on signal-event post-upgrade, post-install, e-smith-base-update
352 jpp 1.53 requires update or smeserver-php and e-smith-runit
353 jpp 1.56 - add an executable to check if service is enabled in e-smith db
354 jpp 1.52
355 jpp 1.51 * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-47.sme
356 jpp 1.50 - validate submask on remote access panel [SME: 6536]
357     accept netmask bit and convert it
358     - validate subnet mask on local network panel [SME: 10974]
359     accept netmask bit and convert it
360    
361 jpp 1.49 * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-45.sme
362     - remove info.txt [SME: 9590]
363    
364 jpp 1.48 * Sun May 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-44.sme
365     - wildcard self-signed certificate [SME: 8156]
366     * ip in self-signed certificate
367     * subject altname in self-signed certificate
368     * ability to define Country code and State using
369     modSSL{Country} and modSSL{State} properties
370     * /etc/openssl.conf is used now and templated for self-signed certificate
371    
372 jpp 1.47 * Sat May 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-43.sme
373     - enable smartd for existing installation [SME: 5890]
374    
375 chrissn 1.46 * Sun May 17 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-42.sme
376     - Enable smartd by default [SME: 5890]
377     - Credit to Chris Burnat
378    
379 michel 1.45 * Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 5.8.0-41.sme
380     - Add a link to manager C wrapper to execute userpassword's cgi to replace perl-suid [SME: 9677]
381    
382 jcrisp 1.44 * Fri Nov 22 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 5.8.0-40.sme
383     - fix SystemName [SME: 8876]
384    
385 jpp 1.43 * Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-39.sme
386     - modify the default city and company [SME: 10715]
387    
388 jpp 1.41 * Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-38.sme
389 jpp 1.42 - cleaning xinetd.conf fragment out of the package [SME: 10219]
390 jpp 1.41
391 jpp 1.40 * Wed Nov 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-37.sme
392     - revert previous change - wrong package
393    
394 jpp 1.39 * Tue Nov 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-36.sme
395     - added post transaction rule for ntp [SME: 10190]
396     - thank you to Stefano Zamboni for this work
397    
398 vip-ire 1.38 * Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-35.sme
399     - Expand route-bond0 when nic bonding is enabled [SME: 10272]
400    
401 unnilennium 1.37 * Sat Apr 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-34.sme
402     - improve regex to catch local [SME: 9724]
403    
404 unnilennium 1.36 * Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-33.sme
405     - change smtpd to qpsmtpd for default service access [SME: 9478]
406    
407 unnilennium 1.35 * Mon Feb 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-32.sme
408     - add translation links for manager to most language variations we support [SME: 11121]
409    
410 unnilennium 1.34 * Fri Feb 17 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-31.sme
411     - prevent restoration from being called on regular and post-upgrade reboot [SME: 9550]
412     - console restoration can be launched again from console
413    
414 vip-ire 1.33 * Thu Feb 9 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-30.sme
415     - Use ip route syntax to define routes to local network [SME: 10083]
416    
417 vip-ire 1.32 * Tue Sep 6 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-29.sme
418     - Allow /32 masks on the external interface, in which case we don't
419     check if the gateway is on the correct network) [SME: 9610]
420    
421 unnilennium 1.31 * Thu Aug 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-28.sme
422     - fix config db locale property [SME: 9724]
423    
424 unnilennium 1.30 * Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-27.sme
425     - adapt e-smith service command to systemd [SME: 9672]
426    
427 unnilennium 1.29 * Fri Jul 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-26.sme
428     - add systemd skip redirect to e-smith-service [SME: 9688]
429    
430 unnilennium 1.28 * Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-25.sme
431 unnilennium 1.26 - fix broken link /etc/init.d/supervise/local link [SME: 9687]
432    
433 unnilennium 1.25 * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-22.sme
434     - fix mysqld to mariadb [SME: 9438]
435    
436 unnilennium 1.24 * Sat Jul 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-21.sme
437     - fix missing path to chkconfig [SME: 9641]
438    
439 stephdl 1.22 * Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.8.0-20.sme
440 stephdl 1.23 - Fix deprecated syntax '*' in rsyslog [SME: 9398]
441 stephdl 1.22 - Added e-smith-base-5.8.0.bz9398.DeprecatedRsyslogSyntax.patch
442    
443 stephdl 1.21 * Mon Jul 4 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.8.0-19.sme
444     - Set the hostname by hostnamectl [SME: 9631]
445     - Stefano Zamboni <zamboni@mind-at-work.it>
446    
447 unnilennium 1.20 * Sun Jun 12 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-18.sme
448     - fix Lang and keyboard layout configured are not used [SME: 9539]
449    
450 vip-ire 1.19 * Thu Jun 2 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-17.sme
451     - Fix display of email forward fields since smtpd entry has been merged
452     qpsmtpd [SME: 9552]
453    
454 unnilennium 1.18 * Sun May 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-16.sme
455     - Allow bootstrap to start services after post-install configuration [SME: 9530]
456    
457 vip-ire 1.17 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-15.sme
458     - Use a C wrapper for the console to replace perl-suid [SME: 9393]
459    
460 unnilennium 1.16 * Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-14.sme
461     - fix password not asked after signal-event post-install [SME: 9445]
462    
463 unnilennium 1.15 * Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-13.sme
464     - only start services on regular boot [SME: 9436]
465    
466 unnilennium 1.14 * Tue Apr 12 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-12.sme
467     - fix getting locale for db configuration [SME: 9378]
468    
469 unnilennium 1.13 * Mon Apr 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-11.sme
470 unnilennium 1.12 - rearange startup [SME: 9352]
471     - let systemd handle following unsupervised services:
472     - bootstrap-console, rsyslog, irqbalance, crond, acpid, smartd
473     - disable from systemd services whith link in rc7.d
474     - let bootstrap-console run at every reboot and handle surpevised services startup
475    
476 vip-ire 1.11 * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-9.sme
477     - Remove ctrlaltdel service entry [SME: 9437]
478    
479 vip-ire 1.10 * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-8.sme
480     - Remove obsolete services [SME: 9420]
481    
482 unnilennium 1.9 * Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-7.sme
483     - added requires dhcp [SME: 9392]
484    
485 unnilennium 1.8 * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-6.sme
486     - add Requires perl(Digest::SHA1) for console [SME: 9372]
487    
488 unnilennium 1.7 * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-5.sme
489 unnilennium 1.6 - fix conflict perl-Data-UUID vs uuid-perl [SME: 9344]
490    
491 unnilennium 1.5 * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-3.sme
492     - remove cpuspeed Requires and support [SME: 9337]
493     - remove pam_abl Requires [SME: 9341]
494    
495 unnilennium 1.3 * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-2.sme
496     - Remove Requires: hal [SME: 9342]
497     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
498     by assuming the date is correct and changing the weekday.
499     Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
500     Mon Feb 21 2006 --> Mon Feb 20 2006 or Tue Feb 21 2006 or Mon Feb 27 2006 or ....
501     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
502     Sat Mar 10 2008 --> Sat Mar 08 2008 or Mon Mar 10 2008 or Sat Mar 15 2008 or ....
503     Mon Apr 21 2013 --> Mon Apr 15 2013 or Sun Apr 21 2013 or Mon Apr 22 2013 or ....
504     Tue Sep 30 2015 --> Tue Sep 29 2015 or Wed Sep 30 2015 or Tue Oct 06 2015 or ....
505    
506 vip-ire 1.2 * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-1.sme
507 vip-ire 1.1 - Roll new stream for sme10
508    
509     * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-28.sme
510     - Add a column to display forwarding address [SME: 9174]
511    
512     * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-27.sme
513     - Correctly display http URL to the server-manager in the console [SME: 9163]
514    
515     * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-26.sme
516     - Fire ssl-update event when default cert is renewed [SME: 2257]
517    
518     * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-25.sme
519     - Expand /home/e-smith/ssl.pem/pem during ssl-update [SME: 9152]
520    
521 unnilennium 1.3 * Wed Sep 30 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-24.sme
522     Tue Sep 30 2015 --> Tue Sep 29 2015 or Wed Sep 30 2015 or Tue Oct 06 2015 or ....
523 vip-ire 1.1 - Update /etc/mime.types templates [SME: 9078]
524    
525     * Mon Aug 24 2015 Charlie Brady <charlie_brady@mitel.com> 5.6.0-23.sme
526     - Use sha256 algorithm for signature of SSL cert. [SME: 8615]
527    
528     * Thu Jun 25 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-22.sme
529     - Fix including /etc/selinux directory [SME: 8954]
530    
531     * Thu Jun 25 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-21.sme
532     - Add templates for /etc/selinux/config [SME: 8954]
533    
534     * Thu Jun 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-20.sme
535     - Add dummy NIC support as InternalInterface [SME: 7200]
536    
537     * Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-19.sme
538     - Only fire the ip-change event when IP is assigned to WAN nic
539     (Code by Charlie Brady and John Crisp) [SME: 8896]
540    
541     * Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-18.sme
542     - Only reset service access when switching to or from private server mode
543     (Code by Charlie Brady) [SME: 8879]
544    
545     * Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-17.sme
546     - When quiting the console app with unsaved changes set the default selected
547     - answer to NO Hsing-Foo Wang <hsingfoo@gmail.com> [SME: 8616]
548    
549     * Tue Jan 6 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-16.sme
550     - Added a comment to specify the real configuration file of dhcpd [SME: 8386]
551    
552     * Sat Jan 3 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-15.sme
553     - Modified the patch of daniel e-smith-base-5.6.0-ensure_apache_alias_www.patch
554     - Ensure www group exists and that apache is an alias of www [SME: 8549]
555    
556     * Sun Nov 2 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-13.sme
557     - Ensure www group exists and that apache is an alias of www [SME: 8549]
558    
559     * Sun Nov 2 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-12.sme
560     - Check were running runlevel 4, not 7 in service wrapper [SME: 8637]
561    
562     * Sun Sep 21 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-11.sme
563     - Correctly update NIC configuration on single NIC systems [SME: 8561]
564    
565     * Wed Sep 10 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-10.sme
566     - Symlink udev-post service in rc7 [SME: 8542]
567    
568     * Fri Jul 25 2014 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-9.sme
569     - Fix PPPoE after a post-upgrade [SME: 8493]
570    
571     * Thu Jul 3 2014 Ian Wells <esmith@wellsi.com> 5.6.0-8.sme
572     - Remove dependency on microcode_ctl [SME: 8468]
573    
574     * Sun May 11 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-7.sme
575     - Prevent emailing about the normal, weekly, checks of RAID arrays, by Mark Casey
576     - [SME: 7748]
577    
578     * Tue May 06 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-6.sme
579     - remove /etc/e-smith/templates/etc/crontab/10runparts for anacron compatibility
580     - [SME: 8364]
581    
582     * Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-5.sme
583     - Add a verification in the console of number of pptp clients against ip allowed in dhcpd
584     - [SME: 8312]
585    
586     * Sun Apr 6 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-4.sme
587     - Add a verification in remoteaccess panel of number of pptp clients against ip allowed in dhcpd
588     - [SME: 8312]
589    
590     * Sat Apr 5 2014 Ian Wells <esmith@wellsi.com> 5.6.0-3.sme
591     - Ensure console is run with taint checking [SME: 8311]
592     - Non-functional perl::Critic changes.
593    
594     * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-2.sme
595     - Roll new stream to really remove obsolete images [SME: 7962]
596    
597     * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-1.sme
598     - Roll new stream to remove obsolete images [SME: 7962]
599    
600     * Thu Mar 20 2014 Ian Wells <esmith@wellsi.com> 5.4.0-62.sme
601     - Move console backup to e-smith-backup [SME: 3324]
602    
603     * Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> 5.4.0-61.sme
604     - Remove support.pl from e-smith-base and move to smeserver-support [SME: 8264]
605    
606     * Sat Mar 15 2014 Ian Wells <esmith@wellsi.com> 5.4.0-60.sme
607     - Console restore should reboot [SME: 8259]
608    
609     * Sat Mar 8 2014 Ian Wells <esmith@wellsi.com> 5.4.0-59.sme
610     - Boostrap console should only offer restore if no password set [SME: 8259]
611    
612     * Thu Mar 6 2014 Ian Wells <esmith@wellsi.com> 5.4.0-58.sme
613     - Add restore backup as a console item for freshly installed servers [SME: 8259]
614     - Non-code changes to perform_restore.pm
615    
616     * Sun Feb 16 2014 Ian Wells <esmith@wellsi.com> 5.4.0-57.sme
617     - Refer to removable media not CDROM in console restore [SME: 8214]
618    
619     * Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 5.4.0-56.sme
620     - Remove insecure SSL ciphers [SME: 8138]
621    
622     * Sun Dec 15 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-55.sme
623     - Restart rsyslog in logrotate event [SME: 8065]
624    
625     * Sun Dec 15 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-54.sme
626     - Set smb ServerName if unset (patch from Ian Wells) [SME: 8030]
627    
628     * Mon Dec 9 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-53.sme
629     - Don't reload init in bootstrap-console-save and console-save [SME: 8050]
630    
631     * Mon Dec 9 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-52.sme
632     - Re-add missing templates metadata for bond0 [SME: 7990]
633    
634     * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-51.sme
635     - Load the bonding module if NIC bonding is enabled [SME: 7996]
636    
637     * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-50.sme
638     - Define the udev-post service in the DB [SME: 7992]
639    
640     * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-49.sme
641     - Remove the "swap interface" feature [SME: 7993]
642    
643     * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-48.sme
644     - Do not hardcode NIC names to eth0 and eth1 [SME: 7990]
645     - Remove obsolete VLAN code [SME: 7994]
646    
647     * Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-47.sme
648     - Remove HWAddress prop from interfaces [SME: 7991]
649    
650     * Thu Nov 14 2013 Chris Burnat <devlist@burnat.com> 5.4.0-46.sme
651     - Fix add_new_disk_to_raid1 (codes by Charlie Brady - patch by Terje Edseth)
652     [SME: 7960]
653    
654     * Wed Oct 30 2013 Charlie Brady <charlie_brady@mitel.com> 5.4.0-45.sme
655     - Fix parsing issues with "manage RAID" menu option in the console.
656     [SME: 7953]
657    
658     * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 5.4.0-44.sme
659     - Patch to correct issue with not being able to access a password protected
660     ibay [SME: 7794]
661    
662     * Sun Jul 7 2013 Ian Wells <esmith@wellsi.com> 5.4.0-43.sme
663     - Improve text in console backup for success and failure [SME: 7770]
664    
665     * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-42.sme
666     - Console USB Backup, allow user setting of compression level [SME: 7745]
667     Compression level of the console backup is now -6 by default
668    
669     * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-41.sme
670     - Update ServerName (Samba netbios name) when SystemName is updated [SME: 7746]
671    
672     * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-40.sme
673     - Remove old System Name from the Hosts DB, by Charlie Brady [SME: 7747]
674    
675     * Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-39.sme
676     - Fix group creation when LDAP auth is enabled [SME: 7672]
677    
678     * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-38.sme
679     - Disable IPv6 on a default install (patch by Shad Lords) [SME: 7531]
680    
681     * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-37.sme
682     - Continue escaping control chars in rsyslog, just replace LF with space [SME: 7662]
683    
684     * Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-36.sme
685     - Don't escape control characters in rsyslog [SME: 7662]
686    
687     * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-35.sme
688     - Use UTF-8 in the console [SME: 7591]
689    
690     * Sun May 19 2013 Ian Wells <esmith@wellsi.com> 5.4.0-34.sme
691     - Remove redundant parts of init-accounts [SME: 3550]
692    
693     * Sat May 18 2013 chris burnat <devlist@burnat.com> 5.4.0-33.sme
694     - Add_template_to_ssl.pem, codes by JP Pialasse [SME: 7601]
695    
696     * Tue May 07 2013 Ian Wells <esmith@wellsi.com> 5.4.0-32.sme
697     - Require diald [SME: 7279]
698    
699     * Mon May 06 2013 Ian Wells <esmith@wellsi.com> 5.4.0-31.sme
700     - Removal of rc.e-smith now functionality is in e-smith-service [SME: 7267]
701    
702     * Sun May 05 2013 Ian Wells <esmith@wellsi.com> 5.4.0-30.sme
703     - Revert last change. [SME: 7227]
704    
705     * Sat May 04 2013 Ian Wells <esmith@wellsi.com> 5.4.0-29.sme
706     - Suppress template text from /etc/inittab [SME: 7227]
707    
708     * Mon Apr 22 2013 Ian Wells <esmith@wellsi.com> 5.4.0-28.sme
709     - Replacement of rc.e-smith by moving code into e-smith-service [SME: 7267]
710    
711 unnilennium 1.3 * Sun Apr 21 2013 chris burnat <devlist@burnat.com> 5.4.0-27.sme
712     Mon Apr 21 2013 --> Mon Apr 15 2013 or Sun Apr 21 2013 or Mon Apr 22 2013 or ....
713 vip-ire 1.1 - Fix the way '.' works in bash [SME: 7532]
714    
715     * Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-26.sme
716     - rename /etc/ldap.conf to /etc/pam_ldap.conf (and same for .secret) [SME: 7289]
717    
718     * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-25.sme
719     - Always define InternalInterface NICBonding [SME: 7498]
720    
721     * Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 5.4.0-24.sme
722     - In the console refer to removable media instead of USB disk [SME: 7414]
723    
724     * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-23.sme
725     - Fix a few more syslog => rsyslog items [SME: 7221]
726    
727     * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-22.sme
728     - Remove modprobe stuff [SME: 7261]
729    
730     * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-21.sme
731     - Don't be as agressive on rate limiting [SME: 7470]
732    
733     * Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme
734     - Change syslog templates to rsyslog [SME: 7221]
735    
736     * Fri Mar 15 2013 Ian Wells <esmith@wellsi.com> 5.4.0-19.sme
737     - Ensure existing_hwaddr is always initialized [SME: 7471]
738    
739     * Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-18.sme
740     - Change System Name from mitel-networks-server to sme-server [SME: 7485]
741    
742     * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-17.sme
743     - Fix user www creation in init-accounts [SME: 7319]
744    
745     * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-16.sme
746     - Update package and path for pwauth [SME: 7319]
747     - Update init-accounts to set uid/gid correctly for pwauth
748    
749     * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> 5.4.0-15.sme
750     - Remove fragments in inittab that are no longer needed [SME: 7227]
751    
752     * Mon Feb 25 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
753     - Post-upgrades not fired after restore from console [SME: 7390]
754    
755     * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 5.4.0-13.sme
756     - Remove microcode_ctl service as now udev-driven [SME: 7397]
757    
758     * Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 5.4.0-12.sme
759     - Increase memory limit for pppoe to 100Mb matching SME8 solution [SME: 7391]
760    
761     * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
762     - Optimize user-modify-unix script and link it in bootstrap-ldap-save [SME: 7387]
763    
764     * Tue Feb 19 2013 Shad L. Lords <slords@mail.com> 5.4.0-10.sme
765     - Add /usr/bin/passwd as a required package [SME: 7350]
766    
767     * Sat Feb 9 2013 Ian Wells <esmith@wellsi.com> 5.4.0-9.sme
768     - Update symlink to not conflict with /etc/init.d [SME: 7322]
769    
770     * Thu Feb 7 2013 Ian Wells <esmith@wellsi.com> 5.4.0-8.sme
771     - Add symbolic links from rsyslog to syslog to start the
772     the transition from syslog to rsyslog [SME: 7322]
773    
774     * Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-7.sme
775     - Remove apmd service and change package to noarch [SME: 7312]
776    
777     * Sun Feb 3 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme
778     - Add a daemontools service to run signal-event local [SME: 7230]
779    
780     * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-5.sme
781     - Obsolete nss_ldap so upgrades work [SME: 7273]
782    
783     * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-4.sme
784     - Helps to spell requirements correctly
785    
786     * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-3.sme
787     - Change nss_ldap to nss-pam-ldapd [SME: 7272]
788    
789     * Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
790     - Change default runlevel to 4 [SME: 7266]
791    
792     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
793     - Roll new stream for sme9
794    
795     * Tue Jan 22 2013 Ian Wells <esmith@wellsi.com> 5.2.0-67.sme
796     - Increase memory limit for pppoe to 100Mb [SME: 7000]
797    
798     * Sun Dec 30 2012 Ian Wells <esmith@wellsi.com> 5.2.0-66.sme
799     - Template /etc/updatedb.conf [SME: 7090]
800    
801     * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 5.2.0-65.sme
802     - Make CipherSuite secure by default [SME: 7026]
803    
804     * Fri Mar 16 2012 Ian Wells <esmith@wellsi.com> 5.2.0-64.sme
805     - Add MAC address into console network selection [SME: 6844]
806    
807     * Sun Nov 6 2011 Shad L. Lords <slords@mail.com> 5.2.0-63.sme
808     - Initialize ExternalInterface db structure so hwaddr in console works
809     [SME: 6775]
810    
811     * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-62.sme
812     - Stop using gecos attribute in LDAP [SME: 6539]
813    
814     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-61.sme
815     - Fix a typo in strings [SME: 5932]
816    
817     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-60.sme
818     - Rework text changes in console screen in previous revision [SME: 5932]
819    
820     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-59.sme
821     - Only list backup targets that are writeable [SME: 5932]
822    
823     * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-58.sme
824     - Revert admin password change through user-manager [SME: 3759]
825    
826     * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
827     - Allow admin password change through user-manager [SME: 3759]
828    
829     * Wed Mar 2 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
830     - Handle no network interface scenario in console and bootstrap-console [SME: 6023]
831    
832     * Mon Dec 6 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme
833     - change apache uid and gid so they become aliases for www [SME: 6425]
834    
835     * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-55.sme
836     - Only remove dangling symlinks in weak-updates directories [SME: 6376]
837    
838     * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-54.sme
839     - Fix create user gid parameter [SME: 6416]
840    
841     * Mon Nov 29 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-53.sme
842     - Fix gpasswd path [SME: 6412]
843    
844     * Mon Nov 22 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-52.sme
845     - Fix relocation of dhclient conf file [SME: 6385]
846    
847     * Sun Nov 7 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-51.sme
848     - No longer need to pass supplemental groups to cpu [SME: 6349]
849    
850     * Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-50.sme
851     - Allow cpu to remove empty attributes [SME: 6343]
852    
853     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-49.sme
854     - Fix maxUsers patch (again) to not break setting passwords [SME: 5537]
855    
856     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-48.sme
857     - Fix maxUsers patch to not break setting passwords [SME: 5537]
858    
859     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-47.sme
860     - Don't put empty attributes in file for cpu [SME: 6334]
861    
862     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-46.sme
863     - Add flush to tmpfile so that data is available to cpu [SME: 6334]
864    
865     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-45.sme
866     - Add extra attributes to ldap objects with cpu call [SME: 6334]
867    
868     * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-44.sme
869     - Fix cpu critical patch missing ' [SME: 6330]
870    
871     * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-43.sme
872     - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
873     - Add cpu.conf and cpu-system.conf to post-upgrade event [SME: 6327]
874    
875     * Tue Nov 2 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-42.sme
876     - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6328]
877    
878     * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-41.sme
879     - Switch to cpu commands if ldap is master [SME: 6328]
880    
881     * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-40.sme
882     - Add templates for ldap authentication if enabled [SME: 6329]
883    
884     * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-39.sme
885     - Add cpu.conf and cpu-system.conf template/program to SME [SME: 6327]
886    
887     * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-38.sme
888     - Fix empty leases file test [SME: 6274]
889    
890     * Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-37.sme
891     - Relocate dhcpd leases file [SME: 6274]
892    
893     * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
894     - Add migrate script to add missing HWaddr to interface records [SME: 6267]
895    
896     * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
897     - Make lcp options configurable [SME: 6277]
898    
899     * Mon Oct 11 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-34.sme
900     - Relocate dhclient conf file [SME: 5833]
901    
902     * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
903     - Disable apmd on 64-bit arch [SME: 6170]
904    
905     * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
906     - Remove check for maxUsers [SME: 5537]
907    
908     * Wed Oct 6 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
909     - Try and keep same external address for pppoe connections [SME: 6263]
910    
911     * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-30.sme
912     - Add ibay groups to group membership [SME: 6247]
913    
914     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
915     - Prepare nss_ldap [SME: 6227]
916    
917     * Sun Aug 8 2010 Ian Wells <esmith@wellsi.com> 5.2.0-28.sme
918     - Enable cpuspeed by default [SME: 6066]
919    
920     * Sun Jul 25 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-27.sme
921     - Fix syntax error in last patch. [SME: 5830]
922    
923     * Mon Jul 19 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-26.sme
924     - Don't exit 99 from e-smith-service script when called with 'condrestart'
925     and service is disabled. [SME: 5830]
926    
927     * Fri Jun 11 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-25.sme
928     - FreeBusy patch fix (save account changes) [SME: 5941]
929    
930     * Fri Jun 11 2010 Ian Wells <esmith@wellsi.com> 5.2.0-24.sme
931     - Remove checkMaxUsers patch due to regression. [SME: 5537]
932    
933     * Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
934     - Fix translation of local nic string in console [SME: 5571]
935    
936     * Sun Jun 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-22.sme
937     - Handle no network interface scenario in console [SME: 6023]
938    
939     * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 5.2.0-21.sme
940     - Remove checkMaxUsers(). [SME: 5537]
941    
942     * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-20.sme
943     - Patch that will remove all FreeBusy references from e-smith-base. [SME: 5941]
944    
945     * Wed Mar 3 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-19.sme
946     - Restate smartd dependency. [SME: 5814]
947    
948     * Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
949     - Fix gettext errors in WAN/LAN subnet error message [SME: 5501]
950    
951     * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
952     - Really fix template expansion error [SME: 4528]
953    
954     * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
955     - Fix template expansion error [SME: 4528]
956    
957     * Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
958     - Improve security by using SHA1 algorithm for certificate signing [SME: 5737]
959    
960     * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
961     - Fix eth? swapping [SME: 4528]
962    
963     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
964     - Fix console backup from removable media [SME: 4809]
965    
966     * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
967     - Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]
968    
969     * Thu Jan 14 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-11.sme
970     - Fix console restore from removable media (Federico Simoncelli) [SME: 4809]
971    
972     * Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-10.sme
973     - Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]
974    
975     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
976     - Translate $ifName in console configuration pages [SME: 5571]
977    
978     * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
979     - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
980    
981     * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme
982     - Clean up: remove unused nonetworkdrivers [SME: 5521]
983    
984     * Sat Jun 6 2009 Shad L. Lords <slords@mail.com> 5.2.0-6.sme
985     - Clean up stray symlinks in /lib/modules before depmod [SME: 5336]
986    
987     * Mon May 18 2009 Gavin Weight <gweight@gmail.com> 5.2.0-5.sme
988     - Allow for different mdadm output formats for DeviceSize. [SME: 5230]
989    
990     * Sat Feb 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-4.sme
991     - Auto-mount USB REV70-drive as usbdisk [SME: 5006]
992    
993     * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 5.2.0-3.sme
994     - create service link for smartd [SME: 1445]
995    
996     * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
997     - Add patch to support multiple samba roles [SME: 4172]
998    
999     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
1000     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
1001    
1002     * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
1003     - Add locale tags for email in review panel [SME: 4267]
1004    
1005     * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
1006     - Correct gettext type during build process [SME: 570]
1007    
1008     * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
1009     - Fix screen corruption in console [SME: 4155]
1010    
1011     * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
1012     - Fix detection of xen instance against newer kernels [SME: 4555]
1013    
1014     * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
1015     - Fixed warnings generated during build process [SME: 570]
1016    
1017     * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
1018     - Roll new dev stream.
1019    
1020     * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
1021     - Add gettext to creating backup file title for localization. [SME: 4467]
1022    
1023     * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
1024     - Fix race condition in VPN ip-down handling which could cause loss of
1025     LAN connectivity. [SME: 4405]
1026    
1027     * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
1028     - Remove requires for whiptail. No longer needed [SME: 4491]
1029    
1030     * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
1031     - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
1032    
1033     * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
1034     - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
1035     to e-smith-formmagick's general [SME: 4475]
1036     - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
1037     - Remove invalid entry tag from userpassword's locale file preventing the
1038     form from displaying properly [SME: 4479]
1039    
1040     * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
1041     - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
1042    
1043     * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
1044     - Revert some locale changes
1045    
1046     * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
1047     - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
1048    
1049     * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
1050     - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
1051    
1052     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
1053     - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
1054    
1055     * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
1056     - Fix for > 5 nics detected [SME: 4232]
1057    
1058     * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
1059     - Remove use of Date::Manip from ssl.crt [SME: 3155]
1060    
1061     * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
1062     - Fix FreeBusy param when disabled [SME: 1806]
1063     - Remove .orig file [SME: 4228]
1064    
1065     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
1066     - Remove quitConsole from menu [SME: 4154]
1067    
1068     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
1069     - Really fix free/busy in usermanager [SME: 4157]
1070    
1071     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
1072     - Use frames in elinks [SME: 4156]
1073     - Set homepage for elinks [SME: 4160]
1074    
1075     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
1076     - Fix free/busy field in useraccounts [SME: 4157]
1077    
1078     * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
1079     - Add free/busy URL entry to help kronolith contribs [SME: 1806]
1080    
1081     * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
1082     - Fix insert_mode for elinks on el5 platform [SME: 4127]
1083    
1084     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
1085     - Set accounts to deleted before template expansion [SME: 4122]
1086    
1087     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
1088     - Fix gettext strings returned by password checks [SME: 4104]
1089    
1090     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-1
1091     - Roll new stable stream consolidating patches.
1092    
1093     * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
1094     - Finish removing pleasewait [SME: 126]
1095    
1096     * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
1097     - Add gettext to console titles. [SME: 4089]
1098    
1099     * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
1100     - Minor translation fixes [SME: 4058] [SME: 4059]
1101    
1102     * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-101
1103     - Remove tests for removed FORM_TITLE's [SME: 4050]
1104    
1105     * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
1106     - Cleanup SAVE/ADD tag mixup [SME: 4045]
1107    
1108 unnilennium 1.3 * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
1109     Sat Mar 10 2008 --> Sat Mar 08 2008 or Mon Mar 10 2008 or Sat Mar 15 2008 or ....
1110 vip-ire 1.1 - Fix dyndns custom gettext [SME: 4032]
1111    
1112 unnilennium 1.3 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-98
1113     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1114 vip-ire 1.1 - revised gettext messages [SME: 631]
1115    
1116 unnilennium 1.3 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-97
1117     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1118 vip-ire 1.1 - gettext messages [SME: 631]
1119    
1120 unnilennium 1.3 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-96
1121     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1122 vip-ire 1.1 - remove duplicate system password has been changed [SME: 3974]
1123    
1124 unnilennium 1.3 * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-95
1125     Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
1126 vip-ire 1.1 - EthernetAssign shouldn't be translated [SME: 3947]
1127    
1128     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-94
1129     - Remove pleasewait function [SME: 126]
1130    
1131     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-93
1132     - fix gettext formatting in three files [SME: 3938]
1133    
1134     * Wed Feb 13 2008 chris burnat <devlist@burnat.com> 4.18-92
1135     - Fix creation of usernames and pseudonyms with one character
1136     - [SME: 2451]
1137    
1138     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.18-91
1139     - Remove <base> tags now in general [SME: 3911]
1140    
1141     * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
1142     - Remove duplicate <base> entries [SME: 3894]
1143    
1144     * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
1145     - remove unused ROUTER_DESC token from lexicon [SME: 3879]
1146    
1147     * Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88
1148     - remove default of 1400 MTU for interfaces [SME: 549]
1149    
1150     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87
1151     - db prop to dissociate admin password from root in useraccounts.pm [SME: 3117]
1152    
1153     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86
1154     - pptp connections setting mtu/mru > 1400 [SME: 549]
1155    
1156     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85
1157     - console to strength validate password choice on first entry [SME: 3131]
1158    
1159     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84
1160     - Auto-mount USB REV-drive as usbdisk [SME: 2972]
1161    
1162     * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
1163     - ignore error returns from tar [SME: 3127]
1164    
1165     * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
1166     - Use esmith::util::validatePassword on console [SME: 2173]
1167    
1168     * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
1169     - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
1170    
1171     * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
1172     - Add smartd as a disabled service with template [SME: 1445]
1173    
1174     * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
1175     - Lock user accounts with usermod instead of passwd [SME: 3595]
1176    
1177     * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
1178     - Add symlink to fr-fr locale. [SME: 3648]
1179    
1180     * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
1181     - Add fix for varying partition sizes in add_raid [SME: 3547]
1182    
1183     * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
1184     - Fix removal of Corporate DNS from console. [SME: 3532]
1185    
1186     * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
1187     - Remove previous change, applied to wrong package. [SME: 3512]
1188    
1189     * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
1190     - Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512]
1191    
1192     * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
1193     - Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214]
1194    
1195     * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
1196     - Adjust success text when changing admin password. [SME: 2442]
1197    
1198     * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
1199     - Fix comparison of expected to actual SSL cert data. Also change
1200     truncation point for email address from 40 chars to 64. [SME: 1736].
1201     [Note that -70 was inadvertently skipped.]
1202    
1203     * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
1204     - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
1205    
1206     * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
1207     - Rename in logrotate.d directory apache to httpd. [SME: 3380]
1208    
1209     * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
1210     - Fix pod in groups.pm file. [SME: 3379]
1211    
1212     * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
1213     - Relax restrictions on restore devices, to allow CDR and DVDR.
1214     [SME: 3126]
1215    
1216     * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
1217     - Ensure that depmod is run for all installed kernels. [SME: 3235]
1218    
1219     * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
1220     - Really really clear devices variable [SME: 3116]
1221    
1222     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
1223     - Really clear devices variable [SME: 3116]
1224    
1225     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
1226     - Clean up loop var and mount point for backup/restore [SME: 3116]
1227    
1228     * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
1229     - Improve usb backup error reporting [SME: 2772]
1230    
1231     * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
1232     - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
1233     [SME: 2762]
1234    
1235     * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
1236     - Have nonetworkdrivers script exit silently if kmodule bin not found.
1237     [SME: 2549]
1238    
1239     * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
1240     - Start messagebus/haldaemon so restore works [SME: 3058]
1241    
1242     * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
1243     - expand /etc/pam.d/login [SME: 2831]
1244    
1245     * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
1246     - Prevent backout from console config during initial setup.
1247     [SME: 2540]
1248    
1249     * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
1250     - Clean up some more newlines [SME: 3035]
1251     - Make raid failures more verbose [SME: 3032]
1252     - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
1253    
1254     * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
1255     - Update noraid text and add newline after text. [SME: 3035]
1256    
1257     * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
1258     - Don't use cracklib in system-auth [SME: 2686]
1259    
1260     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
1261     - Use correct lib for modules
1262    
1263     * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
1264     - Updates to support xenU instance
1265    
1266     * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
1267     - Updates to support SME Server 8
1268    
1269     * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
1270     - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
1271    
1272     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
1273     - Clean up spec so package can be built by koji/plague
1274    
1275     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
1276     - Change to dist for tagging release
1277     - Only include apmd for i386 platforms
1278    
1279     * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
1280     - Validate GatewayIP address more carefully. [SME: 2928]
1281    
1282     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
1283     - Field to change ssh port [SME: 2382]
1284    
1285     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
1286     - Change fm to self in remoteaccess.pm [SME: 2382]
1287    
1288     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
1289     - Make configuration dbs config(noreplace) [SME: 2527]
1290    
1291     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
1292     - Adjust perm for dhcpd.conf again [SME: 2715]
1293    
1294     * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
1295     - Put usbback patch back in. [SME: 2483]
1296    
1297     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
1298     - Remove enable slocate patch [SME: 102]
1299    
1300     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
1301     - Change Try Again to gettext(Back) in perform backup [SME: 2483]
1302    
1303     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
1304     - Enable slocate in /etc/updatedb.conf [SME: 102]
1305    
1306     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
1307     - Make console text consistent 'Please stand by' [SME: 2493]
1308    
1309     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
1310     - Fix missing en-au & en-nz language noise. [SME: 2093]
1311    
1312     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
1313     - Fix missing list items for console [SME: 2642]
1314    
1315     * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
1316     - Don't attempt to add_raid_device if no raid [SME: 2484]
1317    
1318     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
1319     - Add fix for perms on dhcpd.conf file [SME: 2715]
1320    
1321     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
1322     - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
1323    
1324     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
1325     - Fix permissions on ftpusers file [SME: 2841]
1326     - Fix permissions on pwauth file [SME: 2842]
1327    
1328     * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
1329     - Simplify depmod call in conf-modules [SME: 2554]
1330    
1331     * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
1332     - Fix login pam configuration file. TODO - expand the template
1333     during bootstrap-console-save. [SME: 2831]
1334    
1335     * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
1336     - Add rotate_timestamped_logfiles action, split from
1337     generic_template_expand. [SME: 2795]
1338    
1339     * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
1340     - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
1341    
1342     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
1343     - Add missing elements in prior pam updates [SME: 2551]
1344    
1345     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
1346     - Update pam_stack to new include for el5 [SME: 2551]
1347    
1348     * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
1349     - Fix missing en-gb language noise. [SME: 2633]
1350    
1351     * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
1352     - Call cropLeft function correctly in crt expansion [SME: 1689]
1353    
1354     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
1355     - Make elinks display correctly with xterm display [SME: 444]
1356    
1357     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
1358     - Add db override for crt common name [SME: 1689]
1359    
1360     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
1361     - Default adding drive to raid to no [SME: 2644]
1362    
1363     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
1364     - Allow nics to swap if different LAN chosen [SME: 2612]
1365    
1366     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
1367     - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
1368    
1369     * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
1370     - Combine two similar loops in selectEthernet and break overly
1371     long string constant. [SME: 2612]
1372    
1373     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
1374     - Fix network selection dialog to include all drivers. [SME: 2612]
1375    
1376     * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
1377     - Fix run.static file in wan service directory. [SME: 2580]
1378    
1379     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
1380     - Fix glob for selecting backup devices. [SME: 2521]
1381    
1382     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
1383     - User new console infobox for console backup. [SME: 2533]
1384    
1385     * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
1386     - Use new esmith::console::infobox widget in console. [SME: 2533]
1387    
1388     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
1389     - Change runsvctrl to sv to support runit v1.7.x
1390    
1391     * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
1392     - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
1393    
1394     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
1395     - Set db value for external ip before expanding templates [SME: 1977]
1396    
1397     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
1398     - Do better detection of possible devices for backup/restore [SME: 2317]
1399    
1400     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
1401     - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
1402    
1403     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
1404     - Remove unused remnant dhcpcd templates. [SME: 2445]
1405    
1406     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
1407     - Configure elinks to obey cache control directives. I have
1408     no idea why that would not be the default! [SME: 2443]
1409    
1410     * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
1411     - Ensure gateway dev is correct for server-only [SME: 2404]
1412    
1413     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
1414     - Add cancel button to backup/restore panels [SME: 2393]
1415    
1416     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
1417     - Add console backup to USB [SME: 2317]
1418    
1419     * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
1420     - Fix backtitle for saving changes [SME: 2328]
1421    
1422     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
1423     - Roll stable stream. [SME: 2328]
1424    
1425     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
1426     - Remove unused ifcfg-log:0 templates. [SME: 2368]
1427    
1428     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
1429     - Add template fragments to allow forcing of ethernet negotiation
1430     parameters [SME: 2362]
1431    
1432     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
1433     - Remove unused pam and abl templates (remnants of some stuff I
1434     was prototyping).
1435    
1436     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
1437     - [Forward-ported from 4.17.0]
1438     - Refactor console code considerably, and add restore from CDROM/USB
1439     backup capability to console.
1440     - Remove deprecated %conf use in console. [SME: 1856]
1441    
1442     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
1443     - [Ported from e-smith-base+ldap]
1444     - Add support for use of pam_tally and/or pam_abl modules. Both
1445     are disabled by default.
1446     - Update /etc/pam.d/{ftp,passwd} templates.
1447     - Add template for /etc/pam.d/system-auth.
1448    
1449     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
1450     - [Forward-ported from 4.17.0]
1451     - Move masq fragments to e-smith-packetfilter rpm.
1452    
1453     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
1454     - [Forward-ported from 4.17.0]
1455     - Remove server-manager templates and scripts - move to e-smith-manager.
1456     [SME: 2023]
1457    
1458     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
1459     - [Forward-ported from 4.17.0]
1460     - Combine dhcp client, pppoe, dialup and static WAN connections into
1461     "wan" service. [SME 1795]
1462    
1463     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
1464     - Make new development stream. Based from 4.16.0-39.
1465    
1466     * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
1467     - [Back-port from 4.17.0-23]
1468     - Add admin email forwarding to modify user panel [SME: 827]
1469    
1470     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
1471     - [Back-port from 4.17.0-22]
1472     - Fix last patch so that data is pulled correctly [SME: 1034]
1473    
1474     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
1475     - [Back-port from 4.17.0-21]
1476     - Make purge-old-logs configurable via db [SME: 1034]
1477    
1478     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
1479     - [Back-port from 4.17.0-20]
1480     - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
1481    
1482     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
1483     - [Back-port from 4.17.0-19]
1484     - And mark admin_raidreport as only available for local mail [SME: 2139]
1485    
1486     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
1487     - [Back-port from 4.17.0-17, 4.17.0-18]
1488     - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
1489     - And mark admin_raidreport as non-Removable [SME: 2139]
1490    
1491     * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
1492     - Disable raid based on /proc/partitions (which is dynamic) instead
1493     of grub/device.map (which is static) [SME: 2131]
1494    
1495     * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
1496     - Check device size after calculating space needed. [SME: 2131]
1497    
1498     * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
1499     - Create partitions in order of size. This makes sure boot is first and
1500     / is last. Also last partitions fills all available space making resizing
1501     easier. [SME: 2131]
1502    
1503     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
1504     - Update to new release naming. No functional changes.
1505     - Make Packager generic
1506    
1507     * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
1508     - Update manage raid console functions to handle all raid types [SME: 2131]
1509    
1510     * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
1511     - Fix warning from dhclient.conf template expansion.
1512    
1513     * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
1514     - Add missing LocalModule for mod_proxy_http to admin apache conf.
1515     [SME: 1853]
1516    
1517     * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
1518     - Prevent daily regeneration of SSL cert if City/Company/Department are
1519     empty. [SME: 1602]
1520    
1521     * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
1522     - Menu text in console is incorrect for RAID5 installs. [SME: 404]
1523    
1524     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
1525     - Modify user create page to show henry:miller not henry_miller. [SME: 531]
1526    
1527     * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
1528     - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
1529    
1530 unnilennium 1.4 * Tue Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
1531 vip-ire 1.1 - Allow for admin account when locking null passwords, and perform
1532     check in post-upgrade so that the password screen will be presented
1533     after the reboot [SME: 1529]
1534    
1535 unnilennium 1.4 * Tue Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
1536 vip-ire 1.1 - Correct argument ordering in last change [SME: 790, SME: 1541]
1537    
1538     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
1539     - Increase cert serial number when new certificate is generated. [SME: 790]
1540    
1541     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
1542     - Change ssl.crt template so that cert is regenerated if issuer information
1543     has changed. [SME: 1484]
1544    
1545     * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
1546     - Change default shutdown value from shutdown to reboot. [SME: 1320]
1547    
1548     * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
1549     - Fix syntax error introduced in last change (and reuse $rc and $choice in
1550     raidManage.pl). [SME: 1285,1300]
1551    
1552     * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
1553     - Force masq service to enabled for servergateway modes, but
1554     leave at current setting for serveronly. Revises -09 change [SME: 1209]
1555    
1556     * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
1557     - Add big warning about wiping disk to raid management screen.
1558     [SME: 1285]
1559    
1560     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
1561     - Ensure that rmmod-bonding doesn't return error status if
1562     bonding is not enabled (e.g. during upgrade) [SME: 935]
1563    
1564     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
1565     - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
1566    
1567     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
1568     - Always save ssh property changes, even if sshd is disabled [SME: 1210]
1569    
1570     * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
1571     - Don't run kudzu at every bootup. [SME: 727]
1572    
1573     * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
1574     - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
1575     [SME: 881]
1576    
1577     * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
1578     - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
1579     [SME: 881]
1580    
1581     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
1582     - Enable the masq service to ensure that installs and upgrades
1583     are consistent. If someone really wants to disable it, they can
1584     add a force fragment [SME: 1209]
1585    
1586     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
1587     - Lock accounts with bad SMB passwords [SME: 1193]
1588    
1589     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
1590     - Revert password length restriction changes [SME: 1193]
1591    
1592     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
1593     - Adjust plural in page title in last patch [SME: 1193]
1594    
1595     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
1596     - Adjust console logic for 14 character password restriction [SME: 1193]
1597    
1598     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
1599     - Only process 'network' entries in route-eth0 template [SME: 1182]
1600    
1601     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
1602     - Restrict passwords to 14 characters [SME: 1193]
1603    
1604     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
1605     - Rename anaconda logs, but leave a symlink. Do nothing if the log
1606     is already a symlink or missing [SME: 808]
1607    
1608     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
1609     - Roll stable stream version. [SME: 1016]
1610    
1611     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
1612     - Ensure that each user has a Shell property in post-upgrade.
1613     If they didn't have one before, set it to the current value in
1614     /etc/passwd. [SME: 859]
1615    
1616     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
1617     - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
1618     - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
1619    
1620     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
1621     - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
1622    
1623     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
1624     - And remove now redundant calls to wherenext [SME: 986]
1625    
1626     * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
1627     - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
1628    
1629     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
1630     - Correct typo in -13 change which hid message [SME: 964]
1631    
1632     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
1633     - Display a message for single disk installs which catches that
1634     case and tells people that they can add a second disk and produce
1635     a mirrored pair [SME: 958]
1636    
1637     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
1638     - Display a nicer message when a spare disk is available to be
1639     added to the pair [SME: 964]
1640     - Blank line for consistency with other messages [SME: 964]
1641    
1642     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
1643     - Check whether a resync is in progress so we don't state that
1644     intervention is required when it is not [SME: 958]
1645    
1646     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
1647     - Check whether destination drive of add_mirror is already part
1648     of a RAID device. If so, complain and exit [SME: 870]
1649     - Also ensure that /sbin is in the PATH
1650    
1651     * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
1652     - Fixes to dhclient configuration. [SME: 881]
1653    
1654     * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
1655     - Added NIC Bonding options screen in console [SME: 935]
1656     - Migrate old NICBondingOptions to new defaults, and added new default
1657     options [SME: 935]
1658     - rmmod bonding.ko in bootstrap-console-save so new options work
1659     without extra reboot [SME: 935]
1660    
1661     * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
1662     - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
1663    
1664     * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
1665     - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
1666    
1667     * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
1668     - Re-do -04 change as a patch so it sticks [SME: 863]
1669    
1670     * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
1671     - Add templates for dhclient configuration file. [SME: 881]
1672    
1673     * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
1674     - Remove default fragment for AdminEmail [SME: 863]
1675    
1676 unnilennium 1.3 * Tue Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
1677     Mon Feb 21 2006 --> Mon Feb 20 2006 or Tue Feb 21 2006 or Mon Feb 27 2006 or ....
1678 vip-ire 1.1 - Change 'Reconfigure' to lower case in menu [SME: 2]
1679    
1680     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
1681     - Add requires for mdadm. We use it in the console and raid monitor
1682     and it won't get installed for 5.x upgrades [SME: 767]
1683    
1684     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
1685     - Roll patches to 4.15.8-60
1686     - Trim changelog before 4.15.3-01 [SME: 828]
1687    
1688     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
1689     - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
1690    
1691     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
1692     - Change 'Reconfigure' to lower case in -57 change [SME: 2]
1693    
1694     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
1695     - Add /root/upgrade.log and /root/upgrade.log.syslog to
1696     logfiles2timestamp in post-upgrade event so we preserve
1697     them across multiple upgrades [SME: 808]
1698    
1699     * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
1700     - Added Reconfigure and Reboot option in console, changed
1701     main console menu to reflect Reconfigure option [SME: 2]
1702    
1703     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
1704     - Default EmailForward to 'local' in case that part of the panel
1705     is hidden from view [SME: 704]
1706    
1707     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
1708     - Adjust console title bar to 'SME Server' [SME: 726]
1709     - Change title on "Choose administrator password" screens
1710    
1711     * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
1712     - Set EthernetDriver2 property when bonding is enabled [SME: 776]
1713    
1714     * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
1715     - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
1716    
1717     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
1718     - Start bootstrap-console earlier - in particular before raidmonitor.
1719     Don't try to restart 'random'. [SME: 743]
1720    
1721     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
1722     - Obsolete keytable service. [SME: 746]
1723    
1724     * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
1725     - Run kudzu -q from inittab [SME: 727]
1726    
1727 unnilennium 1.4 * Thu Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
1728 vip-ire 1.1 - Make bootp support optional, defaulting to 'deny'. [SME: 660]
1729    
1730     * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
1731     - Removed the online-manual. [SME: 407]
1732    
1733     * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
1734     - Hide email forwarding options on useraccounts page if there is
1735     no 'smtpd' record [SME: 704]
1736    
1737     * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
1738     - Fix conversion of user shell from sshell to rssh. [SME: 699]
1739    
1740     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
1741     - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
1742    
1743     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
1744     - Change logic for determining RAID partitions in use [SME: 516]
1745     - Add detailed output of the RAID state to messages log [SME: 516]
1746    
1747     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
1748     - Only say that a RAID device is clean if truly clean [SME: 516]
1749     - Adjusted warning to say 'may be required' instead of 'is'
1750    
1751     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
1752     - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
1753     default, which is to allow bootp. [SME: 660]
1754    
1755     * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
1756     - Use appropriate esmith::*DB class for 00openRW migrate fragments.
1757     [SME: 659]
1758    
1759     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
1760     - Added EmailForward migrate fragment [SME: 598]
1761    
1762     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
1763     - Added text periods and underscores in useraccounts [SME: 531]
1764    
1765     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
1766     - Updated copyright text in server-manager [SME: 459]
1767    
1768     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
1769     - The menu text incorrect for RAID5 configurations [SME: 404]
1770    
1771     * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
1772     - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
1773    
1774     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
1775     - Fix flip of access settings to default on first post-upgrade (e.g.
1776     sshd from public to private). [SME: 495]
1777    
1778     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
1779     - Remove remnants of statustest. [SME: 450]
1780    
1781     * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
1782     - Add templated elinks config file. [SME: 444]
1783    
1784     * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
1785     - Help raidmonitor report more than just failures [SME: 496]
1786    
1787     * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
1788     - Create ~/.ssh as part of skeleton home directory [SME: 456]
1789    
1790     * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
1791     - Fix reboot problem when switching WAN from dynamic to static
1792     address. [SME: 500]
1793    
1794     * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
1795     - New migrate fragment to clean up NIC bonding property [SME: 449]
1796    
1797     * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
1798     - Fix account regexp for set_password case [SME: 24]
1799    
1800     * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
1801     - New console option for ethernet bonding [SME: 449]
1802    
1803     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
1804     - Allow dot and underscore in account names [SME: 24]
1805     - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
1806    
1807     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
1808     - Avoid generating warning messages during interfaces migration
1809     template fragment. [SME: 354]
1810    
1811     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
1812     - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
1813     remove them if found. [SME: 390]
1814    
1815 unnilennium 1.4 * Mon Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
1816 vip-ire 1.1 - Use regexp as well as cracklib to check admin password in console.
1817     [SME: 335]
1818    
1819     * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
1820     - Change heuristic for finding disks in manageRAID.pl [SME: 342]
1821    
1822 unnilennium 1.3 * Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
1823     Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
1824 vip-ire 1.1 - Move testInternet console menu item to smeserver-support [SME: 364]
1825    
1826     * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
1827     - Fix localization bug in add_mirror. [SME: 341]
1828    
1829     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
1830     - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
1831    
1832     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
1833     - Added modSSL{CipherSuite} default [SME: 194]
1834    
1835     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
1836     - Enable microcode_ctl service by default [SME: 74]
1837    
1838     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
1839     - Removed accounts db default for 'common'
1840     - Added accounts db defaults for server-common and server-resources [SME: 77]
1841    
1842     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
1843     - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
1844    
1845     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
1846     - And remove db defaults for sysstat service [SME: 327]
1847    
1848     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
1849     - Remove sysstat startup symlink [SME: 327]
1850    
1851     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
1852     - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
1853    
1854     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
1855     - Remove Requires: sysstat [SME: 327]
1856    
1857     * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
1858     - Move code for testing internet access into menu item file.
1859     [SME: 261]
1860    
1861     * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
1862     - Fix looping in console at swap ethernet choice page. [SME: 68]
1863    
1864     * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
1865     - Fix taint issues with RAID management menu item [SME: 253]
1866    
1867     * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
1868     - console: DHCP range (wrong path chosen for non-English) [SME: 157]
1869    
1870     * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
1871     - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
1872     - Needs to move to /sbin/e-smith/console-menu-items, once I work out
1873     what I believe is a taint issue.
1874    
1875     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
1876     - Change 'standby' to 'stand by' in console [SME: 66]
1877    
1878     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
1879     - Fix routing on eth0 for multiple local networks [SME: 203]
1880    
1881     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
1882     - Bump release number only
1883    
1884     * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
1885     - [4.15.8-02]
1886     - Re-import head to CVS.
1887     - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
1888    
1889     * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
1890     - [4.15.8-01]
1891     - Default cpuspeed to disabled [MN00107779]
1892    
1893     * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
1894     - [4.15.7-01]
1895     - Imported to ClearCase
1896     - Changed console sort order from ASCII to numeric [MN00107120]
1897    
1898     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1899     - [4.15.6-09]
1900     - Add -f option to add_mirror to allow use of disks with existing
1901     partition tables [MN00101667]
1902    
1903     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1904     - [4.15.6-08]
1905     - Add reconfiguration reboot option to reboot panel [SF: 1349946]
1906     - TODO: Cleanup so that the red warning header doesn't display since
1907     the reboot is going to happen anyway
1908    
1909     * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
1910     - [4.15.6-07]
1911     - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
1912    
1913     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
1914     - [4.15.6-06]
1915     - Change DISABLED -> OFF in init script messages, and go back to standard
1916     alignment. [SF: 1264702, 134543]
1917    
1918     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1919     - [4.15.6-05]
1920     - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
1921    
1922     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1923     - [4.15.6-04]
1924     - Replace grub setup commands in add_mirror with an exec of an external
1925     script. This script will be provided by a bootloader specific package,
1926     e.g. e-smith-lilo or e-smith-grub. That package should include a
1927     "Provides: e-smith-bootloader" header, to satisfy a Requires in this
1928     package. [SF: 1335937]
1929    
1930     * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
1931     - [4.15.6-03]
1932     - Unload network drivers immediately after rc.sysinit runs, so that
1933     we can control the order of allocation of eth0 and eth1. [SF: 1332366]
1934    
1935     * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
1936     - [4.15.6-02]
1937     - Disable raid monitor if /boot/grub/device.map suggests that the system
1938     is a single disk system. [SF: 1269091]
1939    
1940     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1941     - [4.15.6-01]
1942     - Remove L10Ns from base packages [SF: 1309520]
1943    
1944     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1945     - [4.15.5-01]
1946     - New dev stream before relocating L10Ns
1947    
1948     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
1949     - [4.15.4-52]
1950     - Add /sbin/e-smith/add_mirror [SF: 1325479]
1951    
1952     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1953     - [4.15.4-51]
1954     - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
1955    
1956     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1957     - [4.15.4-50]
1958     - Move user-create-unix action before template expansions, so
1959     that getpwnam can be used in template fragments. Ditto
1960     for group-create-unix. [SF. 1322231]
1961    
1962     * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
1963     - [4.15.4-49]
1964     - Fix spelling mistake in useraccounts panel. [SF: 1320002]
1965    
1966     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1967     - [4.15.4-48]
1968     - Revised translation of groups panel, reordered to match
1969     the English lexicon - Thanks Didier Rambeau [SF: 1305184]
1970    
1971     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1972     - [4.15.4-47]
1973     - Added foot.tmpl for Italian [SF: 1309266]
1974    
1975     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1976     - [4.15.4-46]
1977     - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
1978    
1979     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1980     - [4.15.4-45]
1981     - Added Italian for Please wait - we should do this through gettext
1982     or similar [SF: 1309288]
1983    
1984     * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
1985     - [4.15.4-44]
1986     - Reword Master DNS Server screen as "Corporated DNS Server", in
1987     line with domains panel [gordonr MN00096914]
1988    
1989     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
1990     - [4.15.4-43]
1991     - German L10Ns for userpassword and console - Thanks Dietmar Berteld
1992     [SF: 1293325]
1993    
1994     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1995     - [4.15.4-42]
1996     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
1997    
1998     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1999     - [4.15.4-41]
2000     - Added "de" to pleasewait ugliness case statement and
2001     sorted the list alphabetically [SF: 1293325]
2002    
2003     * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
2004     - [4.15.4-40]
2005     - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
2006    
2007     * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
2008     - [4.15.4-39]
2009     - Add preliminary support for ethernet bonding on local interface.
2010     - Modify user-modify-unix so that usermod is not called to change
2011     shell or GCOS field unless they need to change.
2012    
2013     * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
2014     - [4.15.4-38]
2015     - Update filelist entries for databases which have moved
2016     from /home/e-smith to /home/e-smith/db [SF: 1216546]
2017    
2018     * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
2019     - [4.15.4-37]
2020     - Create /mnt/floppy symlink if required in post-{install,upgrade}.
2021     [MN00095821]
2022     - Haldaemon race conditions seem quite recalcitrant, so don't try to create
2023     /mnt/cdrom symlink. [SF: 1260322]
2024     - Disable CTRL-C in console [tonyc SF: 1264697]
2025     - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
2026    
2027     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
2028     - [4.15.4-36]
2029     - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
2030    
2031     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
2032     - [4.15.4-35]
2033     - Also create /mnt/floppy symlink if required. [MN00095821]
2034    
2035     * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
2036     - [4.15.4-34]
2037     - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
2038    
2039     * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
2040     - [4.15.4-33]
2041     - Fix race condition in /mnt/cdrom symlink creation, by creating
2042     symlink from haldaemon action. [SF: 1260322]
2043    
2044     * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
2045     - [4.15.4-32]
2046     - Really create /mnt/cdrom symlink if required. [SF: 1260322]
2047    
2048     * Tue Aug 30 2005 Shad Lords <slords@mail.com>
2049     - [4.15.4-31]
2050     - Update services entries to conform with RHEL4 services [SF: 1276479]
2051    
2052     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
2053     - [4.15.4-30]
2054     - Correctly handle multiple net specification in ValidFrom for httpd-admin.
2055     [SF: 1273756]
2056    
2057     * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
2058     - [4.15.4-29]
2059     - Fix taint problem in license text in option 6 of the console menu.
2060     [SF: 1267284]
2061    
2062     * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
2063     - [4.15.4-28]
2064     - Respect Shell property of user accounts [SF: 1266706]
2065    
2066     * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
2067     - [4.15.4-27]
2068     - Modify /sbin/e-smith/service so that it runs /sbin/service unless
2069     runlevel is 7. [SF: 1237968]
2070     - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
2071    
2072     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
2073     - [4.15.4-26]
2074     - Add Requires for bridge-utils and vconfig.
2075    
2076     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
2077     - [4.15.4-25]
2078     - Add "Requires: rssh".
2079    
2080     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
2081     - [4.15.4-24]
2082     - Update %ghost filelist entries for databases which have moved
2083     from /home/e-smith to /home/e-smith/db [SF: 1216546]
2084    
2085     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
2086     - [4.15.4-23]
2087     - Create /mnt/cdrom symlink if required. [SF: 1260322]
2088    
2089     * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
2090     - [4.15.4-22]
2091     - Add Requires: whiptail so that the out fork of whiptail from the
2092     newt package is installed on upgrade.
2093    
2094     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
2095     - [4.15.4-21]
2096     - Add Requires: headers for all the additional standard daemons, to
2097     ensure they are installed on upgrade.
2098    
2099     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
2100     - [4.15.4-20]
2101     - Change httpd-admin access from local to localhost [SF: 1246986]
2102     - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
2103     - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
2104    
2105     * Tue Aug 2 2005 Shad Lords <slords@email.com>
2106     - [4.15.4-19]
2107     - Add TCPPort and access for httpd-admin [SF: 1246986]
2108     - Fix UnsavedChanges in console [SF: 1245238]
2109    
2110     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
2111     - [4.15.4-18]
2112     - Remove all use db_ API except in console (which will come later).
2113    
2114     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2115     - [4.15.4-17]
2116     - Add systemid property to sysconfig db record. [SF: 1246367]
2117    
2118     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2119     - [4.15.4-16]
2120     - Upgrade database APIs to latest standard.
2121     - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
2122    
2123     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2124     - [4.15.4-15]
2125     - Use https to access server-manager from console, to avoid redirect
2126     problems. [SF: 1246182]
2127    
2128     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
2129     - [4.15.4-14]
2130     - Remove hwconfig db default entry. [SF: 1246180]
2131    
2132     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
2133     - [4.15.4-13]
2134     - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
2135     for the main patch. [SF: 1245421]
2136    
2137     * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
2138     - [4.15.4-12]
2139     - Patches from Shad Lords.
2140     - Complete fix of user password validation started in 4.15.3-06.
2141     [SF: 1242098]
2142     - Change default password strength to "strong". [SF: 1246178]
2143    
2144     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
2145     - [4.15.4-11]
2146     - Patches submitted by Gordon Rowell.
2147     - Change /etc/modules.conf templates to /etc/modprobe.conf
2148     and add templates.metadata/etc/modprobe.conf [SF: 1227251]
2149     - Remove fragments 10appletalk and 95ModulePaths, since they are
2150     for very old migrations of /etc/modules.conf
2151    
2152     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
2153     - [4.15.4-10]
2154     - Move quota setup in fstab template into e-smith-quota, where it
2155     belongs.
2156    
2157     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
2158     - [4.15.4-09]
2159     - Add default db entries for messagebus and haldaemon. [SF: 1225899]
2160    
2161     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
2162     - [4.15.4-08]
2163     - Add messagebus and haldaemon services, so that cdrom mount point
2164     etc is created as required. [SF: 1225899]
2165    
2166     * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
2167     - [4.15.4-07]
2168     - Add miscelleous performance related standard RHEL/CentOS services.
2169    
2170     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
2171     - [4.15.4-06]
2172     - Add RAID monitoring service. [SF: 1222143]
2173    
2174     * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
2175     - [4.15.4-05]
2176     - Fix log noise from DynDNS update script. [SF: 1231871]
2177    
2178     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
2179     - [4.15.4-04]
2180     - Change default domain name setting - I'm sure that xxx is deprecated.
2181    
2182     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
2183     - [4.15.4-03]
2184     - Deal gracefully with missing /etc/sysconfig/keyboard file.
2185    
2186     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
2187     - [4.15.4-02]
2188     - Remove "random" service startup symlink - no longer required, as
2189     prng is seeded by rc.sysinit.
2190    
2191     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
2192     - [4.15.4-01]
2193     - Make new development stream - 4.15.4
2194    
2195     * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
2196     - [4.15.3-07]
2197     - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
2198     - Remove mouseconfig hack. [MN00057145]
2199    
2200     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
2201     - [4.15.3-06]
2202     - Fix password strength checking of user passwords. [SF: 1222255]
2203    
2204     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
2205     - [4.15.3-05]
2206     - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
2207    
2208     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
2209     - [4.15.3-04]
2210     - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
2211    
2212     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
2213     - [4.15.3-03]
2214     - Remove smbpasswd references from chap-secrets file. Don't re-expand
2215     chap-secrets file during various user related events. [SF: 1215401]
2216    
2217     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
2218     - [4.15.3-02]
2219     - Break up template for /etc/shells into fragments, and add
2220     /usr/bin/rssh. [SF: 1220145]
2221    
2222     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
2223     - [4.15.3-01]
2224     - Roll new development stream - 4.15.3
2225    

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