From 66c13ecab02bb37eb2958d90aadd6321cf264285 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Jan 2003 06:00:30 +0000 Subject: 7.03-1 --- ChangeLog | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 20 +++++++++- 2 files changed, 132 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab3811b3..0f786fd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2003-01-14 Bill Nottingham + + * ChangeLog, initscripts.spec: 7.03-1 + + * src/getkey.c, src/ipcalc.c: + copyright tweakage + + * rc.d/rc.sysinit: + don't load hid stuff if it's non-modular + LC_ALL=C grep... go faster + + * po/xgettext_sh.py: + fix it to accept foo=$"blah" + + * rc.d/init.d/halt, rc.d/rc.sysinit: + unmark some strings + + * src/ipcalc.c: + fix calculation of /32 addresses (#76646) + + * sysconfig/network-scripts/ifup: + clean up iptables module (#74518) + + * sysconfig/network-scripts/network-functions: + check for device after loading module (#75506) + + * rc.d/rc: + set to C locale, to avoid use of locale archives (#72043) + + * src/getkey.c, src/Makefile: + getkey cleanups/tweaks (#76071, ) + + * rc.d/init.d/halt: + rework halt script (#76831, ) + + * rc.d/init.d/functions: + support NICELEVEL in the environment (#77846) + + * sysconfig/network-scripts/ifup-aliases: + recalculate BROADCAST if one wasn't specified (#78052) + + * sysconfig/network-scripts/ifup-aliases: + if 'ONPARENT=no' set, don't automatically bring up interfaces when + their parent interface is set up (#78992) + + * sysconfig/network-scripts/ifup-post: + don't write multiple search lines (#79107, ) + + * rc.d/rc.sysinit: + fix raidtab parsing, don't worry about not-in-fstab RAID devices + (#71087, #78467, ) + + * service: initialize OPTIONS (#78236) + + * src/ppp-watch.8, sysconfig/network-scripts/ifup-ppp: + fix ifup-ppp vs. ppp-watch at boot time () + + * sysconfig/network-scripts/ifup-ppp: + fix ifup-ppp for use with dial-on-demand (#54680) + + * rc.d/init.d/network: fix status (#81471) + + * sysconfig/network-scripts/ifup: + add zeroconf route (#81738) + + * src/Makefile, initscripts.spec: + use glib2 instead of glib (#78690, ) + + * rc.d/rc.sysinit: + only do the second LVM check if we actually started RAID (#78483, ) + +2003-01-14 Milan Kerslager + + * po/cs.po: Convertion to UTF-8 + +2003-01-14 Bill Nottingham + + * sysconfig/network-scripts/network-functions: + fix link check. use both ethtool and mii-tool. + + * rc.d/init.d/functions, initscripts.spec, Makefile, po/Makefile: + just use /usr/share/locale ; you need glibc locale stuff anyway... + + * rc.d/init.d/functions: + fix CJK text on the console + +2003-01-13 Bill Nottingham + + * rc.d/rc.sysinit: + move system font setting sooner + +2003-01-07 Bill Nottingham + + * ppp/ip-up.ipv6to4, sysconfig/network-scripts/ifup-ipv6, sysconfig/network-scripts/ifup-sit, sysconfig.txt, changes.ipv6: + IPv6 updates , + + * rc.d/init.d/netfs, rc.d/init.d/network, rc.d/init.d/rawdevices: + speedups () + - use LC_ALL=C + - don't use both grep&awk on the same file, just use awk + +2003-01-03 Bill Nottingham + + * po/zh_CN.po, po/zh_TW.po, po/it.po: + fix translation + +2002-12-30 Florian La Roche + + * initscripts.spec: - make new release + + * ChangeLog, initscripts-s390.patch: + - adjust mainframe patches + 2002-12-30 Florian La Roche * mainframe: drop changes to "/.unconfigured" diff --git a/initscripts.spec b/initscripts.spec index 0683df4e..f750cbcc 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.02 +Version: 7.03 License: GPL Group: System Environment/Base Release: 1 @@ -246,6 +246,24 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Jan 14 2002 Bill Nottingham 7.03-1 +- move system font setting sooner () +- fix link checking for dhcp, use both ethtool and mii-tool +- fix CJK text on the console, and locale-archive held open + on shutdown +- IPv6 updates , +- speedup tweaks () +- use glib2 for ppp-watch (#78690, ) +- add zeroconf route (#81738) +- fix ifup-ppp for dial-on-demand, and onboot () +- tweak raidtab parsing, don't worry about not-in-fstab RAID devices + (#71087, #78467, ) +- don't automatically bring up aliases if 'ONPARENT=no' is set (#78992) +- getkey cleanups/tweaks (#76071, ) +- rework halt_get_remaining (#76831, ) +- ipcalc: fix calculation of /32 addresses (#76646) +- various other tweaks and fixes + * Fri Dec 20 2002 Bill Nottingham 7.01-1 - %%config(noreplace) inittab -- cgit v1.2.1