summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-01-10 15:39:39 +0000
committerChristian Heim <phreak@gentoo.org>2006-01-10 15:39:39 +0000
commitced906bbd71781d3e5766c470a18619f27386198 (patch)
tree96ed38ca2bbde50c4cc5f43d1e7eafa80144ccb3 /ChangeLog
parentImporting latest baselayout/trunk changes. This is a merge with revision 1768. (diff)
downloadbaselayout-vserver-ced906bbd71781d3e5766c470a18619f27386198.tar.gz
baselayout-vserver-ced906bbd71781d3e5766c470a18619f27386198.tar.bz2
baselayout-vserver-ced906bbd71781d3e5766c470a18619f27386198.zip
Importing latest baselayout/trunk changes. This merge is based upon revision 1797.
svn path=/baselayout-vserver/trunk/; revision=194
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog114
1 files changed, 80 insertions, 34 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d7162c..6be0ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,62 +1,108 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2
- 21 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+ 09 Jan 2006; Roy Marples <uberlord@gentoo.org>:
- Add new variable RC_DOWN_INTERFACE and documentation so that interfaces
- are kept up for Wake On LAN support, #113880.
+ Ensure that specific configuration is loaded after net, #118368.
- 21 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
+ iwconfig now supports multiple iwconfig_* and iwpriv_* statements and is
+ also configurable for specific ESSIDs. This allows use to use the inbuilt
+ WPA support in the rt2500 driver.
- Make sure /etc/profile.d exists before using it #116232 by Saleem A.
+ module-loader now loads interface specific configuration files, #118366.
- * baselayout-1.12.0_pre12 (20 Dec 2005)
+ 07 Jan 2006; Roy Marples <uberlord@gentoo.org>:
- 20 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+ Save a few CPU cycles by storing add_suffix in variable.
- Ensure that tty has keyboard and stty reports icanon before enabling
- interactive rc, #112161.
+ 06 Jan 2006; Roy Marples <uberlord@gentoo.org>:
- 15 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+ Use ${DEFAULTLEVEL} if ${SOFTLEVEL} is boot, shutdown, reboot or single
+ in add_suffix.
- When setting ad-hoc or master modes, set the mode before anything else,
- #115664 thanks to Oldrich Jedlicka.
+ Sync style changes in functions.sh
- 14 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+ Critical services now load a suffixed config and fail gracefully.
- Add great big warning in documentation advising people not to use the
- IPv6 examples if they don't have IPv6 enabled in their kernel, #115396.
+ 05 Jan 2006; Roy Marples <uberlord@gentoo.org>:
- 09 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+ iproute deletes addresses again, fixes #117799.
- Remove nasty undocumented backgrounding as we now support
- ifplugd, netplug and wpa_supplicant-0.4.x which do much better jobs.
+ dhclient now supports dhclient-enter-hooks, #117763.
- 08 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
+* baselayout-1.12.0_pre13 (04 Jan 2006)
- Use getent instead of trying to read /etc/groups directly in localmount
- #114833 by Justin Sanchez.
+ 03 Jan 2006; Roy Marples <uberlord@gentoo.org>:
- Make modules-update a little more friendly by adding --help, --verbose,
- and --debug runtime options.
+ net scripts now work with bash-3.1-r2, #116352.
- Remove rtc clock sleep hack for udev and replace with a modprobe rtc.
+ 02 Jan 2006; Roy Marples <uberlord@gentoo.org>:
- 06 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+ Interfaces can be dynamically added to bridges again, #117406.
+ Updated copyright to 2006.
- ppp documentation updated, #114551.
+ 27 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
- 05 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+ Startup volume related stuff (lvm/raid/etc...) in rc instead of
+ init.d/checkfs (lvm/raid/etc...) #50711.
- Fix dhcp options, #114519.
+ 25 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
- 29 Nov 2005; Martin Schlemmer <azarah@gentoo.org>:
+ Clean up and display the ${TMPFILE2}.err error file in modules-update
+ where appropriate #116745 by Daniele Gaffuri.
- Add po/Makefile, based mostly on work done by Rach Holmes <Rach.Holmes@GMX.net>
- and James Rowe <Jay@jnrowe.uklinux.net> since Mike changed most rc-scripts to
- support it.
+ 21 Dec 2005; Roy Marples <uberlord@gentoo.org>:
- Set TEXTDOMAIN and TEXTDOMAINDIR. Install locale into $svclib.
+ Add new variable RC_DOWN_INTERFACE and documentation so that interfaces
+ are kept up for Wake On LAN support, #113880.
+
+* baselayout-1.12.0_pre12 (20 Dec 2005)
+
+ 20 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Ensure that tty has keyboard and stty reports icanon before enabling
+ interactive rc, #112161.
+
+ 15 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+
+ When setting ad-hoc or master modes, set the mode before anything else,
+ #115664 thanks to Oldrich Jedlicka.
+
+ 14 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Add great big warning in documentation advising people not to use the
+ IPv6 examples if they don't have IPv6 enabled in their kernel, #115396.
+
+ 09 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Remove nasty undocumented backgrounding as we now support
+ ifplugd, netplug and wpa_supplicant-0.4.x which do much better jobs.
+
+ 08 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Use getent instead of trying to read /etc/groups directly in localmount
+ #114833 by Justin Sanchez.
+
+ Make modules-update a little more friendly by adding --help, --verbose,
+ and --debug runtime options.
+
+ Remove rtc clock sleep hack for udev and replace with a modprobe rtc.
+
+ 06 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+
+ ppp documentation updated, #114551.
+
+ 05 Dec 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Fix dhcp options, #114519.
+
+ 29 Nov 2005; Martin Schlemmer <azarah@gentoo.org>:
+
+ Add po/Makefile, based mostly on work done by Rach Holmes <Rach.Holmes@GMX.net>
+ and James Rowe <Jay@jnrowe.uklinux.net> since Mike changed most rc-scripts to
+ support it.
+
+ Set TEXTDOMAIN and TEXTDOMAINDIR. Install locale into $svclib.
28 Nov 2005; Roy Marples <uberlord@gentoo.org>: