summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-05-25 10:09:00 +0000
committerChristian Heim <phreak@gentoo.org>2006-05-25 10:09:00 +0000
commit641e205510a26ca3ae4ed9d3f7e27221e2656bb7 (patch)
tree86e317c5d043dfbde91cb981229623ca4a189c52 /ChangeLog
parentMerging baselayout r2022 for branches/rc-scripts_1_6, branches/baselayout-1_1... (diff)
downloadbaselayout-vserver-641e205510a26ca3ae4ed9d3f7e27221e2656bb7.tar.gz
baselayout-vserver-641e205510a26ca3ae4ed9d3f7e27221e2656bb7.tar.bz2
baselayout-vserver-641e205510a26ca3ae4ed9d3f7e27221e2656bb7.zip
Merging r2046
svn path=/baselayout-vserver/trunk/; revision=365
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog150
1 files changed, 150 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 660f318..99fe554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,156 @@
revert the -k2 addition to sort in halt.sh as we only echo the second
key to sort, #131001.
+ 24 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Ensure that we call halt.sh in a new shell with LC_ALL=C so that we don't
+ load any locale information which may stop us unmounting /usr, #128848
+ and #133090.
+
+ Don't set clock for OpenVZ systems, #133265 thanks to Kir Kolyshkin.
+
+ Don't remount / in checkroot for unionfs /, #129975 thanks to Daniel.
+
+ Don't stop net interfaces / is unionfs and a branch is network mounted.
+
+* baselayout-1.12.0 (23 May 2006)
+
+ 23 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ halt.sh can now deal with unionfs a bit better, #99682.
+
+ 16 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Always report Xen domU domains correctly, #107976.
+
+ 15 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Always test for space at the end of the bridge name.
+
+ 14 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Don't stop coldplugged services when changing runlevels, #113264.
+
+ Only report inactive start once.
+
+ 13 May 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Remove SVCDIR from functions.sh #133171 by petre rodan.
+
+ 07 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Fix logic in br2684ctl.sh as reported by Alin Nastac, #132549.
+
+ 05 May 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Fix typo s/veend/vewend/ in functions.sh as reported by Yoshino #132262.
+
+ 05 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ If a device initiated service is in the default runlevel then we no
+ longer start it in the boot runlevel.
+
+ 04 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ RC_COLDPLUG is now just a yes|no setting and the service list allowed
+ is now in RC_PLUG_SERVICES.
+ Added RC_HOTPLUG setting similar to RC_COLDPLUG.
+
+* baselayout-1.12.0_pre19 (02 May 2006)
+
+ 01 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ /proc/net/wireless may not have whitespace after $iface:
+ wpa_supplicant no longer requires ctrl_interface set.
+ Thanks to kelmo for those ideas.
+
+ 28 Apr 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Tweak is_older_than than so it skips checking the timestamps on directories,
+ just the files in the directory.
+
+ Rewrite modules-update to make it readable and usuable without old modutils.
+
+ 24 Apr 2006; Roy Marples <uberlord@gentoo.org>:
+
+ revert the -k2 addition to sort in halt.sh as we only echo the second
+ key to sort, #131001.
+
+ 24 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Ensure that we call halt.sh in a new shell with LC_ALL=C so that we don't
+ load any locale information which may stop us unmounting /usr, #128848
+ and #133090.
+
+ Don't set clock for OpenVZ systems, #133265 thanks to Kir Kolyshkin.
+
+ Don't remount / in checkroot for unionfs /, #129975 thanks to Daniel.
+
+ Don't stop net interfaces / is unionfs and a branch is network mounted.
+
+* baselayout-1.12.0 (23 May 2006)
+
+ 23 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ halt.sh can now deal with unionfs a bit better, #99682.
+
+ 16 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Always report Xen domU domains correctly, #107976.
+
+ 15 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Always test for space at the end of the bridge name.
+
+ 14 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Don't stop coldplugged services when changing runlevels, #113264.
+
+ Only report inactive start once.
+
+ 13 May 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Remove SVCDIR from functions.sh #133171 by petre rodan.
+
+ 07 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Fix logic in br2684ctl.sh as reported by Alin Nastac, #132549.
+
+ 05 May 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Fix typo s/veend/vewend/ in functions.sh as reported by Yoshino #132262.
+
+ 05 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ If a device initiated service is in the default runlevel then we no
+ longer start it in the boot runlevel.
+
+ 04 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ RC_COLDPLUG is now just a yes|no setting and the service list allowed
+ is now in RC_PLUG_SERVICES.
+ Added RC_HOTPLUG setting similar to RC_COLDPLUG.
+
+* baselayout-1.12.0_pre19 (02 May 2006)
+
+ 01 May 2006; Roy Marples <uberlord@gentoo.org>:
+
+ /proc/net/wireless may not have whitespace after $iface:
+ wpa_supplicant no longer requires ctrl_interface set.
+ Thanks to kelmo for those ideas.
+
+ 28 Apr 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Tweak is_older_than than so it skips checking the timestamps on directories,
+ just the files in the directory.
+
+ Rewrite modules-update to make it readable and usuable without old modutils.
+
+ 24 Apr 2006; Roy Marples <uberlord@gentoo.org>:
+
+ revert the -k2 addition to sort in halt.sh as we only echo the second
+ key to sort, #131001.
+
* baselayout-1.12.0_pre18 (22 Apr 2006)
22 Apr 2006; Mike Frysinger <vapier@gentoo.org>: