diff options
author | Bill Nottingham <notting@redhat.com> | 2004-09-29 05:36:16 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-09-29 05:36:16 +0000 |
commit | 859adfdf708e790fb27607ab136c2b7b46940ba8 (patch) | |
tree | 9cca37109624dbe7a32340438107360166c0bce2 | |
parent | 3fb5ebfcd39a9d5e50adfcfa5924c61db23c17cc (diff) | |
download | initscripts-859adfdf708e790fb27607ab136c2b7b46940ba8.tar initscripts-859adfdf708e790fb27607ab136c2b7b46940ba8.tar.gz initscripts-859adfdf708e790fb27607ab136c2b7b46940ba8.tar.bz2 initscripts-859adfdf708e790fb27607ab136c2b7b46940ba8.tar.xz initscripts-859adfdf708e790fb27607ab136c2b7b46940ba8.zip |
7.85-1
-rw-r--r-- | ChangeLog | 101 | ||||
-rw-r--r-- | initscripts.spec | 15 |
2 files changed, 113 insertions, 3 deletions
@@ -1,3 +1,101 @@ +2004-09-29 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.85-1 + +2004-09-29 Nikolay Sarmadzhiev <nikolays@phxa.com> + + * po/bg.po: bg.po + +2004-09-29 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: + fix checkpid logic, clean up potential errors (#134030) + +2004-09-28 Ronny Buchmann <ronny-vlug@vlugnet.org> + + * po/de.po: more consistency, some fixes + +2004-09-28 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: use s-c-keyboard, not kbdconfig (#133929) + +2004-09-28 Sarah Smith <sarahs@redhat.com> + + * po/he.po, po/ku.po, po/mr.po, po/si.po, po/sq.po, po/ur.po: + fixed formatting error + +2004-09-27 Tamas Szanto <tszanto@mol.hu> + + * po/hu.po: *** empty log message *** + +2004-09-27 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network: fix overzealousness with -range aliases (#65415) + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions: + shell quoting will EAT YOUR BRANE + + * sysconfig/network-scripts/network-functions: + be more liberal in what we accept for link types (#90602, #127984) + + * rc.d/init.d/functions: + allow daemon to coredump if requested (#130175) + +2004-09-27 Tamas Szanto <tszanto@mol.hu> + + * po/hu.po: *** empty log message *** + +2004-09-27 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: export LC_MESSAGES (#133786) + +2004-09-24 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: use recursive restorecon + +2004-09-23 Bill Nottingham <notting@redhat.com> + + * initscripts.spec, prefdm: clean up prefdm + - don't use which... just try to exec the thing + - remove completely useless stanza + + * initscripts.spec: conflict with tcsh < 6.13-5, for dspmbyte setting + + * rc.d/rc.sysinit: move relabel until after all FSes are checked + + * rc.d/rc.sysinit: fix restorecon + +2004-09-23 Keld Simonsen <keld@rap.rap.dk> + + * po/da.po: updates + initscripts/da.po system-config-securitylevel/da.po + anaconda-help/help/da.po + +2004-09-23 Bill Nottingham <notting@redhat.com> + + * lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>) + +2004-09-23 Hirofumi Saito <hi_saito@yk.rim.or.jp> + + * po/ja.po: translation finished in initscripts + +2004-09-23 Runa Bhattacharjee <runab@redhat.com> + + * po/bn.po: Updated Bengali (bn) Translation + +2004-09-23 Andrew Martynov <andrewm@inventa.ru> + + * po/ru.po: Translated forgoten 'non translated' strings + +2004-09-23 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions: + fix shell quoting + +2004-09-23 Christian Rose <menthos@menthos.com> + + * sv.po: Updated Swedish translation. + 2004-09-22 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: @@ -127,8 +225,7 @@ 2004-09-16 Nikolay Sarmadzhiev <nikolays@phxa.com> - * po/bg.po: - bg.po + * po/bg.po: bg.po 2004-09-16 Richard Allen <ra@hp.is> diff --git a/initscripts.spec b/initscripts.spec index 7452e721..bed4ab08 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.84 +Version: 7.85 License: GPL Group: System Environment/Base Release: 1 @@ -207,6 +207,19 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1 +- ifup, network-functions: fix worked-by-accident shell quoting +- lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>) +- SELinux fixes +- clean up prefdm +- init.d/functions: export LC_MESSAGES (#133786) +- allow daemon to coredump if requested (#130175) +- network-functions: be more liberal in what we accept for link types (#90602, #127984) +- fix overzealousness with -range aliases (#65415) +- rc.sysinit: use s-c-keyboard, not kbdconfig (#133929) +- fix checkpid logic, clean up potential errors (#134030) +- translation updates + * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1 - only start udev once |