diff options
-rw-r--r-- | ChangeLog | 130 | ||||
-rw-r--r-- | initscripts.spec | 18 |
2 files changed, 147 insertions, 1 deletions
@@ -1,3 +1,133 @@ +2004-03-17 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.47-1 + + * po/uk.po, po/vi.po, po/wa.po, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/is.po, po/it.po, po/ja.po, po/ko.po, po/ms.po, po/nl.po, po/nn.po, po/no.po, po/pa.po, po/pl.po, po/pt.po, po/es.po, po/et.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po, po/hi.po, po/hr.po, po/hu.po, po/id.po, po/initscripts.pot, po/ar.po, po/bg.po, po/ca.po, po/cs.po, po/cy.po, po/da.po, po/de.po: + update-po and refresh-po + + * po/xgettext_sh.py: catch more input strings (#106285, <mitr@volny.cz>) + + * prefdm: remove autologin stuff (not shipped anymore) (#108969) + + * rc.d/rc.sysinit: + return to rhgb after ./unconfigured if it's running (#109807, <jkeating@j2solutions.net>) + + * setsysfont: handle iso15 (#110243) + + * rc.d/rc.sysinit: clean up samba (#113104) + + * sysconfig.txt, sysconfig/network-scripts/ifdown: + document MACADDR. fix one of the bizarre interactions with HWADDR. + note that you shouldn't try this at home. (#110427) + + * rc.d/rc.sysinit: + ignore ncp/smb (since we ship mount.<those>) and cifs too (#111290) + + * rc.d/init.d/halt: + fix umounting code (#113088, <giardina@airlab.elet.polimi.it>) + + * rc.d/rc.sysinit: handle nomodules for usb/firewire (#113278) + + * rc.d/init.d/netfs: handle CIFS (#115691) + + * sysconfig/network-scripts/network-functions: + make sure hotplug doesn't get stuck unset (#116666, <aoliva@redhat.com>) + +2004-03-16 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-ipsec: + allow for no AH SPI (#116922, <felipe_alfaro@linuxmail.org>) + + * rc.d/rc: + check that rhgb is running before calling --quit (#117827, <enrico.scholz@informatik.tu-chemnitz.de>) + + * sysconfig.txt: document ONPARENT (#118063) + + * rc.d/rc.sysinit: fsck the root filesystem from the initrd (#117575) + +2004-03-15 Bahadir Yagan <bahadir.yagan@mentorsystem.com> + + * po/tr.po: Başlıkları düzenlendi. + Son değişiklikler çevirildi. + Çeviri kalite kontrolü yapılmadı! + +2004-03-11 Sarah Smith <sarahs@redhat.com> + + * po/sv.po: merged with pot file + + * po/pa.po: initial po file + +2004-03-10 Keld Jørn Simonsen <keld@dkuug.dk> + + * po/da.po: updates + initscripts/po/da.po redhat-config-nfs/po/da.po + system-logviewer/po/da.po system-switch-mail/po/da.po + +2004-03-10 Josep Puigdemont <baldrick@terra.es> + + * po/ca.po: Added a few more translations + +2004-03-08 Federico Bernardi <fbernardi@bbros.it> + + * po/it.po: it.po + +2004-03-06 Allan Sims <allsi@eau.ee> + + * po/et.po: Estonian + +2004-03-05 Allan Sims <allsi@eau.ee> + + * po/et.po: Estonian + +2004-03-04 Lauri Nurmi <lanurmi@iki.fi> + + * po/fi.po: Updated Finnish translation. + +2004-03-04 Tadashi Jokagi <fedora@elf.no-ip.org> + + * po/ja.po: translation updates. + +2004-03-03 Richard Allen <ra@hp.is> + + * po/is.po: *** empty log message *** + +2004-03-02 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com> + + * po/ms.po: Updates and major spelling correction + +2004-03-02 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: clean up /tmp some more (#117117) + +2004-02-28 Allan Sims <allsi@eau.ee> + + * po/et.po: Estonian + +2004-02-26 Lauri Nurmi <lanurmi@iki.fi> + + * po/fi.po: Updated Finnish translation. + +2004-02-26 Maxim Dziumanenko <mvd@mylinux.com.ua> + + * po/uk.po: Update Ukrainian translation + +2004-02-26 Volodymyr M. Lisivka <lvm@mystery.lviv.net> + + * po/uk.po: Warnign about "header fuzzy" fixed. + +2004-02-25 Josep Puigdemont <baldrick@terra.es> + + * po/ca.po: First draft for ca.po + +2004-02-25 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + make acpi module warnings go away (<wtogami@redhat.com>) + +2004-02-24 Alan Cox <alan@redhat.com> + + * po/cy.po: Welsh translation by Owain Green + 2004-02-23 Tim Waugh <twaugh@redhat.com> * Makefile, initscripts.spec: Use ':' instead of '.' as separator diff --git a/initscripts.spec b/initscripts.spec index da2952c8..1cccfe1a 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.46 +Version: 7.47 License: GPL Group: System Environment/Base Release: 1 @@ -249,6 +249,22 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1 +- translation: catch more input strings (#106285, <mitr@volny.cz>) +- remove autologin from prefdm (#108969) +- return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>) +- handle iso15 in setsysfont (#110243) +- clean up samba & vmware in rc.sysinit (#113104) +- some sysconfig.txt documentation (#110427, #118063) +- fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>) +- handle CIFS in netfs (#115691) +- make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>) +- handle network fs better in rc.sysinit (#111290) +- nomodules applies to usb/firewire too (#113278) +- ipsec fix (#116922, <felipe_alfaro@linuxmail.org>) +- make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>) +- fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>) + * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> - Use ':' instead of '.' as separator for chown. |