diff options
author | Bill Nottingham <notting@redhat.com> | 2006-12-19 20:20:35 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-12-19 20:20:35 +0000 |
commit | f01cdb8a69a26a17f4175bfa6f9847fede3b864e (patch) | |
tree | 7b109fea186128dad88a22c762ecc8532d4639d2 | |
parent | f6e05f887c8c4cdfaef3ec12a86089f470da7415 (diff) | |
download | initscripts-f01cdb8a69a26a17f4175bfa6f9847fede3b864e.tar initscripts-f01cdb8a69a26a17f4175bfa6f9847fede3b864e.tar.gz initscripts-f01cdb8a69a26a17f4175bfa6f9847fede3b864e.tar.bz2 initscripts-f01cdb8a69a26a17f4175bfa6f9847fede3b864e.tar.xz initscripts-f01cdb8a69a26a17f4175bfa6f9847fede3b864e.zip |
8.49-1r8-49
-rw-r--r-- | ChangeLog | 43 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 49 insertions, 1 deletions
@@ -1,3 +1,46 @@ +2006-12-19 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spc: 8.49-1 + + * rc.d/rc.sysinit: remove raidautorn (#219226) + +2006-12-09 Rahul Bhalerao <rbhalera@redhat.com> + + * po/mr.po: Updated Marathi translation + +2006-12-08 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com> + + * po/ms.po: Updated Malay translation + +2006-12-07 Rahul Bhalerao <rbhalera@redhat.com> + + * po/mr.po: Updated Marathi Translation + +2006-12-07 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-eth: + set MACADDR, MTU before initializing bonding slaves, etc (#218792) + +2006-12-06 Rajesh Ranjan <rranjan@redhat.com> + + * po/hi.po: hindi proofchk + +2006-11-30 Localization team <l10n@l10n.brisbane.redhat.com> + + * po/te.po: Routine merge by l10n + +2006-11-30 Sree Thottempudi <sthottem@redhat.com> + + * po/te.po: Telugu translation commited + +2006-11-29 Sree Thottempudi <sthottem@redhat.com> + + * po/te.po: Telugu translation commited + +2006-11-29 Ani Peter <apeter@redhat.com> + + * po/ml.po: Updated Malaylam file + 2006-11-28 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.48-1 diff --git a/initscripts.spec b/initscripts.spec index 9cb6439f..388e5499 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.48 +Version: 8.49 License: GPL Group: System Environment/Base Release: 1 @@ -200,6 +200,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Dec 19 2006 Bill Nottingham <notting@redhat.com> 8.49-1 +- rc.sysinit: remove raidautorn (#219226) +- ifup-eth: set MACADDR, MTU before initializing bonding slaves, etc (#218792) +- translation updates: mr, ms, hi, te, ml + * Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.48-1 - add a step to rename any temporarily renamed devices (#208740, #214817) - make sure network modules don't get accidentally reloaded (#211474) |