Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
[oweals/busybox.git] / Changelog
index 90ad81acc950abc29a480d0b231610c1c4dd273d..e3467f3b95c6abe56b90e82d2925133d24033017 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,27 @@
-0.44
+0.46
+
+       * Fixed a _horrible_ bug where 'tar -tvf' could unlink
+           local files!!!  Fix thanks to Marius Groeger <mgroeger@sysgo.de>
+       * Fixed a nasty bug in tar when could mess up saved symlinks.
+       * Updates to handle Linux 2.4.0 kernels (kludged around the
+           "none" entries in /proc/mounts, added a hack to make sysinfo
+           work with both old and new kernels).
+       * Fixed insmod module option parsing for options lacking an '='.
+           Fix thanks to Marc Nijdam <marc_nijdam@hp.com>
+       * Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
+           Fix thanks to Arne Bernin <arne@matrix.loopback.org>
+       * Added support for "sh -c command args...", thanks to 
+           Marius Groeger <mgroeger@sysgo.de>
+       * Added support for being a login shell, so things like
+           '-su' or '-sh' (stuff where argv[0][0]=='-') will now always 
+           invoke the shell.  Now you can use BusyBox as a login shell.
+       * ls.c now ignores '-g', since some ftp clients like that sort 
+           of thing.  Patch thanks to David Vrabel <dvrabel@arcom.co.uk>
+
+        -Erik Andersen
+
+
+0.45
        * Now compiles vs libc5 (which can save lots of space for 
            embedded systems).
        * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the