aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 11464b675..e3467f3b9 100644
--- a/Changelog
+++ b/Changelog
@@ -15,6 +15,8 @@
15 * Added support for being a login shell, so things like 15 * Added support for being a login shell, so things like
16 '-su' or '-sh' (stuff where argv[0][0]=='-') will now always 16 '-su' or '-sh' (stuff where argv[0][0]=='-') will now always
17 invoke the shell. Now you can use BusyBox as a login shell. 17 invoke the shell. Now you can use BusyBox as a login shell.
18 * ls.c now ignores '-g', since some ftp clients like that sort
19 of thing. Patch thanks to David Vrabel <dvrabel@arcom.co.uk>
18 20
19 -Erik Andersen 21 -Erik Andersen
20 22