Add optional ls file sorting, thanks to a patch from
[oweals/busybox.git] / Changelog
index 5d86803907022b69379690879c71c5c9ad18cf62..62db63bd2dba7135569fc0d12216a1981f35c2f8 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,30 @@
+0.47pre
+
+       * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org>
+       * added 'renice' command -- thanks to Dave Cinege <dcinege@psychosis.com>
+       * 'make install' now creates relative symlinks, and added a new
+           'make install-hardlinks' target to (tada) install hardlinks.
+       * syslogd can now log messages to a remote host -- patch thanks
+           to Gyepi Sam <gyepi@praxis-sw.com>
+       * Rewrite of 'tail' to make it simpler, smaller, and more robust.  
+           It now weighs only 2.25k (3k when full featured).  The code is
+           cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
+       * Add optional ls file sorting, thanks to a patch from 
+           Sterling Huxley <sterling@europa.com>
+
+
+        -Erik Andersen
+
+
 0.46
 
+       * Better portability.  Now should compile cleanly with libc5, 
+           GNU libc 2.0 and 2.1, and various Linux kernels including 
+           2.0.x, 2.2.x, and to 2.4.0-test*. (patch for 2.4.x kernels
+           to make /proc/mounts behave included in the kernel-patches dir). 
        * Fixed a _horrible_ bug where 'tar -tvf' could unlink
-           local files!!!  Fix thanks to Marius Groeger <mgroeger@sysgo.de>
+           local files that matched tarball contents!!!  Fix thanks 
+           to Marius Groeger <mgroeger@sysgo.de>
        * Fixed a nasty bug in tar when could mess up saved symlinks.
        * Fixed tar creation support when reading from stdin ('tar -cf - . ') 
            thanks to Daniel Quinlan <quinlan@transmeta.com>
@@ -31,7 +54,9 @@
                Merged common escape seq. code from tr and echo into utility.c.
            - Major work in updating/cleaning up the docs, and getting the
                new SGML based docs into shape.
+           - cleanup of ar.c
            - BusyBox should now poweroff when asked to do so.
+           - Fixed 'ln -n' and 'ln -s' so they both work properly.
        * Reorganized signal names in kill.c for better architecture support 
            -- patch thanks to simon wood <simon@mungewell.uklinux.net>
        * In 0.43, backspace and delete worked properly, but with 0.45, 
            couldn't maintain it very well, so including it was not really
            very appropriate.  Those wanting an fdisk are invited to
            grab a copy from util-linux.
+       * Added 'dumpkmap' to allow people to dump a binary keymap, which can 
+           then be loaded in by 'loadkmap' -- submitted by
+           Arne Bernin <arne@matrix.loopback.org>
        * Fixed NFS so it supports 2.4.x kernels and NFSv3.
+       * Brand, new versions of grep and sed which use libc regex routines,
+           thanks to Mark Whitley <markw@lineo.com>.  The hand-tooled 
+           "regexp.[ch]" files have been removed. Much help on these from 
+           Matt Kraai as well.
 
 
         -Erik Andersen