aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-15 17:33:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-15 17:33:30 +0000
commit68852f97ac9a68c6097e777339e0463a5e11c9eb (patch)
tree59359f25ba4bd356c2dfce79735fb66db4bb4151 /Changelog
parent4657e97b6316ae1e9fe83a4a3309bc32894a440b (diff)
downloadbusybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.tar.gz
busybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.tar.bz2
busybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.zip
Updates
git-svn-id: svn://busybox.net/trunk/busybox@101 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0f8cec94d..0dddd4cd8 100644
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,10 @@
7 * If BB_CONSOLE_CMD_IF_RC_SCRIPT_EXITS is defined, then whatever 7 * If BB_CONSOLE_CMD_IF_RC_SCRIPT_EXITS is defined, then whatever
8 command you define it as will be run if the init script exits. 8 command you define it as will be run if the init script exits.
9 * Made createPath be quiet (again thanks to Eric Delaunay). 9 * Made createPath be quiet (again thanks to Eric Delaunay).
10 * Updated to install.sh to make it more robust (thanks to Adam Di Carlo)
11 * NFS support added to mount by Eric Delaunay. It costs 10k when compiled
12 in, but that is still a big win for those that use NFS.
13 * Made 'rm -f' be silent for non-existant files (thanks to Eric Delaunay).
10 14
11 -Erik Andersen 15 -Erik Andersen
12 16