From 98e00c62f5459dacada641e85c69714fa9704194 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 21 Jul 2006 18:43:25 +0000 Subject: 8.36-1 --- ChangeLog | 195 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ initscripts.spec | 23 ++++++- 2 files changed, 217 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2771abc1..62995995 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,198 @@ +2006-07-21 Bill Nottingham + + * ChangeLog, initscripts.spec: 8.36-1 + + * rc.d/rc.sysinit: hack; make sure device to swap on exists + + * rc.d/rc.sysinit, sysconfig/init, sysconfig.txt: + Fix swapping stuff; make swapon of arbitrary swap devices optional + (and off by default) (#198695, #196179, #196208) + + * rc.d/init.d/functions: deref symlinks in get_numeric_dev + +2006-07-20 Bill Nottingham + + * Makefile, rc.d/init.d/single: + quick quiz - which makes more sense, when entering single user mode: + + - have 'single' start first, kill + /etc/rc, and have it shut down all the services by itself + - have /etc/rc kill services normally, and just run 'single' last? + + Yeah, I thought so. + + * rc.d/init.d/functions: + Add a configurable delay for killproc() (#198429, ) + +2006-07-20 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2006-07-19 Leandro + + * po/gl.po: initscripts gl.po actualization + +2006-07-19 Bill Nottingham + + * rwtab: fix typo + + * sysconfig/network-scripts/ifup-eth: + force-move the lease file () + + * src/rename_device.c: + don't loop if there are multiple devices with the same hwaddr (#199242, ) + +2006-07-18 Ville-Pekka Vainio + + * po/fi.po: Updated Finnish translation + +2006-07-15 Ismail Asci + + * po/tr.po: *** empty log message *** + +2006-07-14 Diego Búrigo Zacarão + + * po/pt_BR.po: Review + +2006-07-13 Bill Nottingham + + * rc.d/rc.sysinit: stateless updates (#197972, ) + + * sysconfig/network-scripts/ifup-eth: + copy any lease obtained by the initrd (#198601, ) + + * rc.d/rc.sysinit: SELinux works now. + - fix relabel call + - allow 'noreadonlyroot' boot option + + * rwtab: add /var/lib/dhclient (part of #198601, ) + + * src/getkey.1: fix manpage ref (#198756) + +2006-07-13 Tadashi Jokagi + + * po/ja.po: + * replace "yu-za" to "u-za-", "purinta" to "purinta-", "sa-ba" to "sa-ba-". + +2006-07-11 Bill Nottingham + + * rc.d/init.d/network: + don't bring down the network if root is on nfs / _netdev + + * rc.d/init.d/netfs: /etc/mtab doesn't have comments + + * rc.d/init.d/halt: don't shut down network interfaces (for iscsi) + +2006-07-11 Florian La Roche + + * sysconfig.txt: - typo in docu + +2006-07-10 Miloslav Trmac + + * initscripts.spec, ppp/ip-down, sysconfig.txt, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-routes, sysconfig/network-scripts/ifup-routes: + Add support for rule-$device (#132252) + +2006-07-09 Dimitris Michelinakis + + * po/el.po: More changes for Greek translation + +2006-07-09 Miloslav Trmac + + * rc.d/rc.sysinit: + Switch to VT 1 when asking for block device encryption key + + * rc.d/init.d/functions: + Fix garbled output of rc.sysinit in rhgb (#192604, patch by Tony Nelson + ) + + * sysconfig.txt: Document SCOPE + + * crypttab.5, rc.d/rc.sysinit: + Don't allow any crypttab options for LUKS partitions (#197656). + + * sysconfig.txt, sysconfig/network-scripts/ifup-ipsec: + - Add ESP authentication support (last part of #168972, based on a patch by + Aleksandar Milivojevic ) + - Beautify up handle_keys() a bit. + +2006-07-08 Miloslav Trmac + + * sysconfig/network-scripts/ifup-ipsec: + Don't use an obsolete peers_certfile syntax (part of #168972, patch by + Aleksandar Milivojevic ) + + * sysconfig.txt, sysconfig/network-scripts/ifup-ipsec: + - Allow disabling AH or ESP with authomatic keying (part of #168972, based on + a patch by Aleksandar Milivojevic ). + - Merge updated documentation in ifup-ipsec to sysconfig.txt, remove the + non-canonical copy in ifup-ipsec. + + * sysconfig/network-scripts/ifdown-ipsec, sysconfig/network-scripts/ifup-ipsec: + Eliminate as much duplicated code as possible (part of #168972, based on a + patch by Aleksandar Milivojevic ) + Avoid unnecessary differences between ifup-ipsec and ifdown-ipsec + + * sysconfig/network-scripts/ifdown-ipsec, sysconfig/network-scripts/ifup-ipsec: + Move $SRC initialization before first use + + * sysconfig/network-scripts/ifdown-ipsec, sysconfig/network-scripts/ifup-ipsec: + Prevent IPsec tunelling of local traffic when tunnel subnets overlap (#150862) + +2006-07-05 Bill Nottingham + + * sysconfig/network-scripts/ifdown-ipsec: + add check for IKE_METHOD (#197576, ) + +2006-07-04 Dimitris Michelinakis + + * po/el.po: Small update for Greek initscripts + +2006-07-04 Sharuzzaman Ahmat Raslan + + * po/ms.po: Updated Malay translation + +2006-07-03 Ani Peter + + * po/ml.po: Updated ml.po + +2006-07-01 Bill Nottingham + + * src/rename_device.c: ignore alias devices (#186355) + refresh the device name on collision, as it may have initialized since + we initially scanned for devices + +2006-06-30 Ani Peter + + * po/ml.po: Updated ml.po + +2006-06-29 Bill Nottingham + + * initscripts.spec: don't mark ifup/ifdown as %config (#61334) + + * po/pl.po: fix pl typos (Marcin Garski (mgarski@post.pl)) + +2006-06-19 Bill Nottingham + + * rwtab: add mtab + +2006-06-17 Miloslav Trmac + + * rc.d/init.d/functions: + Fix daemon --pidfile=... (#195341, patch by Steven Augart + ) + +2006-06-14 Subhransu Behera + + * po/or.po: Updated Oriya translation + +2006-06-13 Subhransu Behera + + * po/or.po: Updated Oriya translation + +2006-06-13 Rahul Bhalerao + + * po/mr.po: done rough translations for mr_IN + 2006-06-12 Bill Nottingham * ChangeLog, initscripts.spec: 8.35-1 diff --git a/initscripts.spec b/initscripts.spec index 18e362b4..fbce6af8 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.35 +Version: 8.36 License: GPL Group: System Environment/Base Release: 1 @@ -210,6 +210,27 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Jul 21 2006 Bill Nottingham 8.36-1 +- rework automatic swapon - only run if AUTOSWAP=yes, and fix errors + (#198695, #196179, #196208) +- redo single so it starts last in runlevel 1, and doesn't kill/start + services itself +- add configurable delay for killproc() (#198429, ) +- fix loop in rename_device (#199242, ) +- rc.sysinit: stateless updates (#197972, ) +- support for copying dhcp leases from initramfs (#198601, ) +- readonly-root: SELinux works now in the kernel, allow it +- init.d/network: don't bring down network if root is on a network device +- init.d/halt: don't use -i to halt; causes problems with iscsi +- add support for routing rule-$device (#132252, ) +- fix rhgb output (#192604, ) +- fix crypttab options for LUKS (#197656, ) +- ipsec: various fixes & new features (#150682, #168972, , ) +- ipsec: add check for IKE_METHOD (#197576, ) +- rename_device: ignore alias devices, fix race (#186355) +- ifup/ifdown: don't mark as %config +- rwtab: some additions/cleanup + * Mon Jun 12 2006 Bill Nottingham 8.35-1 - readonly root enhancments (modified from , #193164) - encrypted swap, non-root filesystem support (#127378, ) -- cgit v1.2.1