diff options
-rw-r--r-- | ChangeLog | 39 | ||||
-rw-r--r-- | initscripts.spec | 10 |
2 files changed, 48 insertions, 1 deletions
@@ -1,3 +1,42 @@ +2006-11-06 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.47-1 + +2006-11-03 Bill Nottingham <notting@redhat.com> + + * lang.csh, lang.sh: handle sinhalese as well (#212438) + +2006-11-02 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: add '--auto=yes' to mdadm invocation (#213671) + +2006-11-02 Jaswinder Singh <jsingh@redhat.com> + + * po/pa.po: Completed + +2006-11-01 Bill Nottingham <notting@redhat.com> + + * src/rename_device.c: I can't count + +2006-11-01 Nikos Charonitakis <charosn@her.forthnet.gr> + + * po/el.po: Update to ./initscripts/ + +2006-10-31 Bill Nottingham <notting@redhat.com> + + * prefdm: fix gdm for CJKI (#120819) + + * rc.d/rc.sysinit: mount tmpfs with -n (#213132) + +2006-10-30 Bill Nottingham <notting@redhat.com> + + * initscripts.spec, src/rename_device.c: + more SUBCHANNELS related fixage (#204803) + + * src/rename_device.c: more subchannels fixing (#204803) + + * lang.csh, lang.sh: support iso-8859-8 (#212738, <matan@svgalib.org>) + 2006-10-27 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.46-1 diff --git a/initscripts.spec b/initscripts.spec index 34942b0b..9743ee0f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.46 +Version: 8.47 License: GPL Group: System Environment/Base Release: 1 @@ -200,6 +200,14 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Nov 6 2006 Bill Nottingham <notting@redhat.com> 8.47-1 +- lang.{sh,csh}: handle sinhalese as well in CJKI clauses (#212438) +- rc.sysinit: add '--auto=yes' to mdadm invocation (#213671) +- rename_device: fix incorrect handling of .bak files +- mount tmpfs with -n (#213132) +- various SUBCHANNELS related s390 fixage (#204803) +- lang.{sh,csh}: support iso-8859-8 (#212738, <matan@svgalib.org>) + * Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1 - ifup-eth: restorecon on moved lease file - rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>) |