diff options
-rw-r--r-- | ChangeLog | 116 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 123 insertions, 1 deletions
@@ -1,3 +1,119 @@ +2004-09-17 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.82-1 + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions: + fix handling of nonexistent devices (#132839) + +2004-09-17 Tomislav Markovski <tome@users.ossm.org.mk> + + * po/mk.po: *** empty log message *** + +2004-09-17 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions, rc.d/rc.sysinit: + rhgb enhancements (<veillard@redhat.com>, #132665) + +2004-09-17 Hirofumi Saito <hi_saito@yk.rim.or.jp> + + * po/ja.po: some translation finished in initscripts + +2004-09-17 Krzysztof Kluczynski <sonyam@tlen.pl> + + * po/pl.po: no message + +2004-09-17 Yelitza Louze <ylouze@redhat.com> + + * po/es.po: Updated spanisht translation + +2004-09-17 Francesco Valente <fvalen@redhat.com> + + * po/it.po: Updated + +2004-09-16 Verena Fuhrer <vfuehrer@redhat.com> + + * po/de.po: chng + trans de + +2004-09-16 Chester Cheng <ccheng@redhat.com> + + * po/zh_TW.po: *** empty log message *** + +2004-09-16 Hicham AMAOUI <amaoui@altern.org> + + * po/ar.po: - updated. + +2004-09-16 Nikolay Sarmadzhiev <nikolays@phxa.com> + + * po/bg.po: + bg.po + +2004-09-16 Richard Allen <ra@hp.is> + + * po/is.po: *** empty log message *** + +2004-09-16 Miloslav Trmac <mitr@redhat.com> + + * po/cs.po: Update Czech translation + +2004-09-16 Szell Tamas <tomi@digiflex.hu> + + * po/hu.po: tomjoad + +2004-09-16 Alan Cox <alan@redhat.com> + + * po/cy.po: We love string freezes + +2004-09-16 Pedro Morais <pmmm@rnl.ist.utl.pt> + + * po/pt.po: update + +2004-09-16 Mohamed Eldesoky <mohamed.eldesoky@linux-egypt.org> + + * po/ar.po: + Fixing some fuzzy entries, and added some translations for new strings + +2004-09-16 Pedro Macedo <webmaster@margo.bijoux.nom.br> + + * po/pt_BR.po: + Traduzidas as novas linhas. Falta revisao e checagem de consistencia. + Translated the new lines. Needs revision and consistency check. + +2004-09-16 hutuworm <hutuworm@hutuworm.org> + + * po/zh_CN.po: update by hutuworm @ 20040915 + +2004-09-16 Josep Puigdemont <baldrick@terra.es> + + * po/ca.po: Updated translation + +2004-09-16 Bill Nottingham <notting@redhat.com> + + * po/vi.po, po/wa.po, po/zh_CN.po, po/zh_TW.po, po/ro.po, po/ru.po, po/si.po, po/sk.po, 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/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/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/et.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po, po/gu.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/ar.po, po/bg.po, po/bn.po, po/ca.po, po/cs.po, po/cy.po, po/da.po, po/de.po, po/es.po: + update-po/refresh-po + +2004-09-15 Sarah Smith <sarahs@redhat.com> + + * po/lo.po: initial file + + * po/zh_CN.po: merged with pot files + +2004-09-14 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: require nash (#132513) + +2004-09-14 Karsten Hopp <karsten@redhat.com> + + * initscripts.spec: - build a new package with yesterdays iucv changes + +2004-09-13 Karsten Hopp <karsten@redhat.com> + + * sysconfig/network-scripts/ifup-iucv: + - same as ctc devices, move loading of sysconfig-network to top and allow overwriting of GATEWAY in device config + +2004-09-13 Rajesh Ranjan <rranjan@redhat.com> + + * po/hi.po: proofread + 2004-09-10 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.80-1 diff --git a/initscripts.spec b/initscripts.spec index a7609715..b7c9b11d 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.81 +Version: 7.82 License: GPL Group: System Environment/Base Release: 1 @@ -205,6 +205,12 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1 +- fix handling of nonexistent devices (#132839) +- rhgb enhancements (<veillard@redhat.com>, #132665) +- initscripts.spec: require nash (#132513) +- translation updates + * Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1 - load iucv device config after /etc/sysconfig/network so that GATEWAY doesn't get overwritten |