From ae2bf6cd7f20b8fbdf6e6676c8b021bea57e5f81 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Apr 2005 22:14:56 +0000 Subject: 8.08-1 --- ChangeLog | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 28 +++++++++++++++ 2 files changed, 134 insertions(+) diff --git a/ChangeLog b/ChangeLog index da93dbe8..f39ec145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2005-04-15 Bill Nottingham + + * ChangeLog, initscripts.spec: 8.08-1 + + * po/sl.po, po/sq.po, po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/ur.po, po/vi.po, po/wa.po, po/zh_CN.po, po/zh_TW.po, po/nb.po, po/nl.po, po/nn.po, po/no.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/si.po, po/sk.po, po/he.po, po/hi.po, po/hr.po, po/hu.po, po/id.po, po/initscripts.pot, po/is.po, po/it.po, po/ja.po, po/ka.po, po/ko.po, po/ku.po, po/lo.po, po/lt.po, po/mk.po, po/mr.po, po/ms.po, po/ar.po, po/bg.po, po/bn.po, po/bn_IN.po, po/ca.po, po/cs.po, po/cy.po, po/da.po, po/de.po, po/en_GB.po, po/es.po, po/et.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po: + update-po && refresh po + + * sysconfig/network-scripts/network-functions-ipv6: + get rid of excess messages + + * initscripts.spec: the recent ifup-routes change requires bash 3.0 + + * sysconfig/network-scripts/ifup-eth: + automatically send hostname if it's available and not overridden + (#149667) + + * Makefile, initscripts.spec, rc.d/rc.sysinit: + load user-defined module scripts from /etc/sysconfig/modules at boot + (#123927) + + * rc.d/rc.sysinit: remove more initlog code + + * rc.d/init.d/halt: + reverse sort the mount list, avoiding errors (#147254, ) + + * sysconfig/network-scripts/ifup-wireless: add SECURITYMODE (#145407) + + * sysconfig/network-scripts/network-functions: + don't error out if hotplug doesn't exist (#140008) + + * rc.d/init.d/network: optimize some (#138557, ) + + * sysconfig/network-scripts/ifdown-ippp: get rid of an ifconfig use + + * rc.d/init.d/network, rc.d/rc.sysinit: silence sysctl some more + + * sysconfig/network-scripts/ifup-eth: + - always return errors on trying to bring up nonexistent devices (#131461) + - fix error message (#143674) + + * sysconfig.txt: add DHCLIENT_IGNORE_GATEWAY comment + + * sysconfig/network-scripts/ifup-eth: + remove duplicate route check... this should get fixed in + dhclient-script (or wherever) if it still happens + + * rc.d/rc.sysinit: add a autorelabel boot target (#154496) + + * prefdm: + if something else is specified as $DISPLAYMANAGER, try that (#147304) + + * inittab.s390, prefdm, rc.d/rc.sysinit, initscripts.spec, inittab: + early-login support + + * sysconfig/network-scripts/ifup-eth: cleanups + + * sysconfig.txt, sysconfig/network-scripts/ifup-eth: + more pump/dhcpcd removal + + * sysconfig.txt, sysconfig/network-scripts/ifup-eth, sysconfig/network-scripts/ifup-post: + remove support for the old firewall type + +2005-04-15 Tamas Szanto + + * po/hu.po: *** empty log message *** + +2005-04-13 Bill Nottingham + + * sysconfig/network-scripts/ifup-routes: + cleanup (#154353, ) + +2005-04-11 Bill Nottingham + + * initscripts.spec: setup-2.0.3 was for RHL 6.1; remove version. + setup is required by basesystem. basesystem is required by glibc. + ergo, requirement is superfluous + + * initscripts.spec: remove some conflicts for versions pre-7.0 + + * initscripts.spec: remove legacy code for upgrades from 6.0 or earlier + + * prefdm: fix prefdm arg handling (#154312, ) + + * sysconfig/network-scripts/ifup-routes: + make sure commented lines are handled correctly (#154353, #114548) + + * sysconfig.txt: update documentation (#154531, ) + +2005-04-05 Bill Nottingham + + * src/process.c: + fix potential memory overread (#153685, ) + +2005-04-02 Kjartan Maraas + + * po/nb.po: Update + +2005-04-01 Bill Nottingham + + * rc.d/rc.sysinit: fix restorecon invocation (#153100) + +2005-03-31 Bill Nottingham + + * src/initlog.c, src/process.c: + free some of the more egregious memory leaks (#85935) + 2005-03-31 Bill Nottingham * ChangeLog, initscripts.spec: 8.07-1 diff --git a/initscripts.spec b/initscripts.spec index 0747f23b..125c2da4 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -205,6 +205,34 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Apr 15 2005 Bill Nottingham 8.08-1 +- update translation base +- automatically send hostname for DHCP if it's available and not + overridden (#149667) +- load user-defined module scripts from /etc/sysconfig/modules at + boot (#123927) +- halt: reverse sort the mount list, avoiding errors + (#147254, ) +- ifup-wireless: add SECURITYMODE (#145407) +- network-functions: don't error out if hotplug doesn't exist (#140008) +- ifup: always return errors on trying to bring up nonexistent devices (#131461) +- ifup: fix error message (#143674) +- rc.sysinit: add a autorelabel boot target (#154496) +- prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304) +- remove support for the old firewall type +- network: optimize some (#138557, ) +- prefdm: fix prefdm arg handling (#154312, ) +- gdm early-login support (adapted from ) +- ifup-routes: make sure commented lines are handled correctly (#154353, + #114548, ) +- some sysconfig.txt updates (, ) +- rc.sysinit: fix restorecon invocation (#153100) +- initlog: free some of the more egregious memory leaks (#85935) +- initlog: fix potential memory overread (#153685, ) +- remove some conflicts, %post scripts, etc. that were only relelvant + for upgrades from pre-7.0 +- other minor fixes, see ChangeLog + * Thu Mar 31 2005 Bill Nottingham 8.07-1 - bring back initlog for third-party scripts until a new framework is in place -- cgit v1.2.1