summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2005-11-28 16:21:15 +0000
committerChristian Heim <phreak@gentoo.org>2005-11-28 16:21:15 +0000
commit34251c52e9210a738cb4f9e05d8727e5d21146d6 (patch)
treeacddcf6f77a19d11b363beec8506923ac17a74c2 /ChangeLog
parentFixing mkrelease to use our new svnroot (diff)
downloadbaselayout-vserver-34251c52e9210a738cb4f9e05d8727e5d21146d6.tar.gz
baselayout-vserver-34251c52e9210a738cb4f9e05d8727e5d21146d6.tar.bz2
baselayout-vserver-34251c52e9210a738cb4f9e05d8727e5d21146d6.zip
Import the latest baselayout changes. Merging revision 1634.
svn path=/baselayout-vserver/trunk/; revision=122
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b0fd8b..0ea5dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2
+ 28 Nov 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Fixed fallback_routes, #113776.
+ Fixed variable array references, #113661.
+ Fixed iwconfig mode selection, #113677 - thanks to Tuan Van.
+ Fixed iproute2 is_up check, #113672 - thanks to Georgi Georgiev.
+ Added information about the "broken" status as reported by rc-status to
+ its output, #113755.
+
+ 27 Nov 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Don't set default RC_VOLUME_ORDER anymore in functions.sh #113700.
+
24 Nov 2005; Roy Marples <uberlord@gentoo.org>:
ifconfig routes now work with metrics and older configs again