From 240019c2cdab6386547f1123f01667e502913b4e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 1 Aug 2006 20:35:56 +0000 Subject: 8.38-1 --- ChangeLog | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 18 ++++++- 2 files changed, 167 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ad16d58..5cd72975 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,154 @@ +2006-08-01 Bill Nottingham + + * ChangeLog, initscripts.spec: 8.38-1 + + * po/zh_TW.po, po/ta.po, po/te.po, po/tr.po, po/uk.po, po/ur.po, po/vi.po, po/wa.po, po/zh_CN.po, po/nn.po, po/no.po, po/or.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/sl.po, po/sq.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/he.po, po/hi.po, po/hr.po, po/hu.po, po/hy.po, po/id.po, po/initscripts.pot, po/is.po, po/it.po, po/ja.po, po/ka.po, po/kn.po, po/ko.po, po/ku.po, po/lo.po, po/lt.po, po/mk.po, po/ml.po, po/mr.po, po/ms.po, po/my.po, po/nb.po, po/nl.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/el.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: + add strings from /sbin/service, /etc/ppp/ip* + + * service: those aren't really translatable. don't clutter the po files + + * sysconfig/network-scripts/ifdown-eth: + bring down bonding slaves on ifdown (#199706) + + * sysconfig/network-scripts/ifup-eth, sysconfig/network-scripts/network-functions: + make test for bonding device a function + + * rwtab: add /etc/lvm/.cache + + * sysconfig.txt, sysconfig/network-scripts/network-functions: + support LINKDELAY for dhcp (#191137) + + * rc.d/init.d/netfs: run multipath on netdev devices (#180977) + +2006-07-30 Miloslav Trmac + + * rc.d/init.d/halt: + Use /proc/mounts instead of /etc/mtab (via mount), to handle mount --rbind + (#198426) + + * rc.d/rc.sysinit: + Fix a possible attempt to kill getkey before it is started (#191453) + +2006-07-29 Miloslav Trmac + + * po/Makefile, sys-unconfig: + - sys-unconfig: Avoid mishaps with e.g. (sys-unconfig --help) (#189501) + - po/Makefile (POTFILES): Extract msgids from more files. + + * initscripts.spec: + Miscellaneous initscripts cleanups (#188614, ): + - s/fileutils, sh-utils/coreutils/ + - Use %find_lang + - Combine three touch(1) commands + - Use (sed -i) instead of manually using mktemp + +2006-07-28 Peter van Egdom + + * po/nl.po: Some fixes for initscripts nl.po + +2006-07-28 José Nuno Coelho Sanarra Pires + + * po/pt.po: Finished translations on Initscripts + +2006-07-28 Miloslav Trmac + + * sysconfig/network-scripts/ifup: + Simplify $DEVICE parsing to get VLAN info + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-eth: + Support (ifup vlan1:0) (#193133) + +2006-07-27 Renato Pavicic + + * po/hr.po: *** empty log message *** + +2006-07-27 Andrew Martynov + + * po/ru.po: Updated translation + +2006-07-27 Ani Peter + + * po/ml.po: Updated ml.po + +2006-07-27 Miloslav Trmac + + * rc.d/init.d/functions, rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-eth, sysconfig/network-scripts/network-functions, rc.d/rc, rc.d/rc.sysinit, service: + Consistently exclude backup files when globbing + +2006-07-26 Peter van Egdom + + * po/nl.po: Some fixes for initscripts nl.po + +2006-07-26 Miloslav Trmac + + * sysconfig/network-scripts/network-functions: + Simplify the regexp a little + + * sysconfig/network-scripts/network-functions: + Handle ifcfg files not named ifcfg-$DEVICE (based on a patch by + Michal Jaegermann ) + Return only the basename of the ifcfg file, even if looked up by HWADDR. + + * sysconfig/network-scripts/network-functions: + Avoid an unnecessary cat / sed. + + * sysconfig/network-scripts/network-functions: + Oops, set $alias like the previous version did. Document this part of the + interface. + + * sysconfig/network-scripts/network-functions: + Use the alias value to lookup an install line. + Use string comparisons instead of regexp matches in the awk conditions, + speeding up the awk program several times. + + * sysconfig/network-scripts/network-functions: + Allow (:) as a "do-nothing" module install command (patch by Michal Jaegermann + ) + +2006-07-25 Miloslav Trmac + + * initscripts.spec, sysconfig.txt, sysconfig/network-scripts/ifdown-tunnel, sysconfig/network-scripts/ifup-tunnel, sysconfig/network-scripts/network-functions: + GRE and IPIP tunnel support (#168990, based on patches by + Razvan Corneliu C.R. Vilt , + Aaron Hope and Sean Millichamp ) + + check_device_down: Handle tunnel_device@NONE: <...> + +2006-07-24 Miloslav Trmac + + * crypttab.5, rc.d/rc.sysinit: + Don't require encrypted swap partitions to be swap formated before setting + them up (#127378) + +2006-07-24 Bill Nottingham + + * sysconfig/network-scripts/ifup-routes: + don't add routes directly to alias devices (#199825, #195656) + +2006-07-24 Ankitkumar Rameshchandra Patel + + * po/gu.po: Updated Gujarati Translations + +2006-07-24 Piotr Drąg + + * po/pl.po: Updated Polish translation + +2006-07-23 Domingo E. Becker + + * po/es.po: listo + +2006-07-22 Francesco Tombolini + + * po/it.po: updated + +2006-07-22 Nikola Štohanzl + + * po/cs.po: Finished. + +2006-07-21 Domingo E. Becker + + * po/es.po: *** empty log message *** + 2006-07-21 Bill Nottingham * ChangeLog, initscripts.spec: 8.37-1 diff --git a/initscripts.spec b/initscripts.spec index 94880bc0..a8a9d683 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.37 +Version: 8.38 License: GPL Group: System Environment/Base Release: 1 @@ -22,7 +22,6 @@ Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14 Conflicts: dhclient < 3.0.3-7 Conflicts: tcsh < 6.13-5 Conflicts: xorg-x11, glib2 < 2.11.1-2 -#Conflicts: diskdumputils < 1.1.0 Obsoletes: rhsound sapinit Obsoletes: hotplug Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils @@ -200,6 +199,21 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Aug 1 2006 Bill Nottingham 8.38-1 +- translation updates +- bring down bonding slaves on ifdown (#199706) +- support LINKDELAY for dhcp (#191137) +- netfs: run multipath on netdev devices (#180977) +- halt: use /proc/mounts instead of /etc/mtab (#198426, ) +- rc.sysinit: fix getkey race (#191453, ) +- spec cleanups (#188614, ) +- support aliases on vlan (#193133, ) +- clean up ifcfg file handling (, ) +- GRE and IPIP tunnel support (#168990, , + , , ) +- rc.sysinit: don't format encrypted swap always (#127378) +- don't try to add routes to alias devices (#199825, #195656) + * Fri Jul 21 2006 Bill Nottingham 8.37-1 - update translations -- cgit v1.2.1