From b256c3a6f2aa839ef421c86592f09c300d48bf6b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 22 Aug 2005 18:50:56 +0000 Subject: 8.12-1 --- ChangeLog | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 22 +++++++- 2 files changed, 179 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 79cc21bc..13041ddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,161 @@ +2005-08-22 Bill Nottingham + + * ChangeLog, initscripts.spec: 8.12-1 + +2005-08-21 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-08-17 Munzir Taha + + * po/ar.po: - Fixed translations: "OK", "FAILED", and "PASSED". + +2005-08-14 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-08-11 Miloš Komarčević + + * po/sr.po: *** empty log message *** + +2005-08-06 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-08-05 Wei Liu + + * po/zh_CN.po, po/zh_TW.po: *** empty log message *** + +2005-08-05 Bill Nottingham + + * initscripts.spec: add changelog + +2005-08-04 Bill Nottingham + + * src/process.c: + from popt.h: The argument array is malloc'd as a single area, so only argv must be free'd. Oops. (#165033) + +2005-08-04 Wei Liu + + * po/zh_CN.po: *** empty log message *** + +2005-08-01 Bill Nottingham + + * initscripts.spec, rc.d/rc.sysinit: + don't run multipath unless there's a multipath configuration + +2005-07-30 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-07-29 Wei Liu + + * po/zh_CN.po: modified + +2005-07-29 Bill Nottingham + + * sysconfig.txt: remove hdparm docs (#162962) + +2005-07-28 Allan Sims + + * po/et.po: Improved language + + * po/et.po: Fixed fuzzies and improved language + +2005-07-26 Bill Nottingham + + * initscripts.spec, src/redhat-support-check.c: + handle multi-core itanium (#163783) + +2005-07-22 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-07-21 Daniel Walsh + + * src/initlog.c: fix glibc free error + +2005-07-14 Bill Nottingham + + * initscripts.spec, rc.d/init.d/netfs: + handle lvm & fsck for network block devices (#148764, ) + +2005-07-13 Bill Nottingham + + * sysconfig/network-scripts/ifup-wireless: set rate in quotes (#163123) + +2005-07-13 Marissa Min Jung Shin + + * po/ko.po: This is my first Fedora translation. + translated 34 fuzzy entries and 15 untranslated entries + +2005-07-12 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-07-08 Bill Nottingham + + * initscripts.spec: + That fix was in 2.6.*12*-rc4, not 2.6.11-rc4. Adjust accordingly + +2005-06-30 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-06-26 Sekine Tatsuo + + * po/ja.po: fix some entries + +2005-06-23 Bill Nottingham + + * rc.d/init.d/functions: + handle odd quoting in args (#161316, ) + +2005-06-22 Bill Nottingham + + * rc.d/rc.sysinit: dmraid/multipath support + +2005-06-21 Bill Nottingham + + * initscripts.spec, rc.d/rc.sysinit: + add diskdump restore support () + conflict with appropriate diskdumputils + + * sysconfig/network-scripts/ifdown-aliases: + add 'cd' to the proper dir (#161170) + +2005-06-20 Bill Nottingham + + * rc.d/rc.sysinit: always use udevsend, even if no modules (#160987) + +2005-06-10 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2005-06-07 Bill Nottingham + + * setsysfont: correctly bracket systfontacm (#159706) + +2005-06-06 Bill Nottingham + + * initscripts.spec, rc.d/rc.sysinit: + A fix for the font-not-initialized-on-secondary-consoles was + merged in 2.6.11-rc4. Remove workaround, add dep. + +2005-05-30 Bill Nottingham + + * rc.d/rc.sysinit: use modprobe, not insmod (#159120, ) + +2005-05-25 Bill Nottingham + + * initscripts.spec: bump + + * sysconfig/network-scripts/ifup-eth: fix interface renaming (#158774) + +2005-05-25 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + 2005-05-10 Bill Nottingham * ChangeLog, initscripts.spec: 8.11-1 diff --git a/initscripts.spec b/initscripts.spec index 95bd06bf..b3dfeb41 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.11 +Version: 8.12 License: GPL Group: System Environment/Base Release: 1 @@ -209,6 +209,26 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Aug 22 2005 Bill Nottingham 8.12-1 +- ifup-eth: fix interface renaming (#158774) +- rc.sysinit: use modprobe, not insmod (#159120, ) +- remove workaround for the fonts-not-initialized-on-secondary-consoles + problem (fixed in 2.6.12-rc4 and later) +- setsysfont: correctly bracket systfontacm (#159706) +- rc.sysinit: always use udevsend, even if no modules (#160987) +- ifdown-aliases: add 'cd' to the proper dir (#161170) +- add diskdump restore support (), + conflict with appropriate diskdumputils +- rc.sysinit: dmraid/multipath support + - remove LVM1 support +- init.d/functions: handle odd quoting in args (#161316, ) +- ifup-wireless: set rate in quotes (#163123) +- handle lvm & fsck for network block devices (#148764, + ) +- initlog: fix invalid free calls, (#165033), (#163973,) +- sysconfig.txt: remove hdparm docs, since the code isn't there (#162962) +- updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar + * Tue May 10 2005 Bill Nottingham 8.11-1 - fix mis-bringup of interfaces due to accidentally matched HWADDR (a.k.a. ONBOOT=no not working) (#153669, #157252) -- cgit v1.2.1