Note how to find list of BusyBox libc dependancies, the ide being to
[oweals/busybox.git] / Changelog
index e9d260593207f09c1234b5e599a856722e7f4c34..f6a9222964a789424cb4ea5f0029fa8f76f0021c 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,27 @@
+0.44
+        * added the -v option (inverted search) to grep,
+            updated docs/busybox.pod accordingly.  -beppu
+       * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org>
+       * Added setkeycodes, for those that have wierd keyboard buttons.
+       * Fix for ping warnings from Sascha Ziemann <szi@aibon.ping.de>
+       * Fixed update segfault
+       * Fixed mknod -- minor number was always 0
+       * Fixed tar option parsing.  In an attempt to accomodate the whiners
+           that wanted "tar cf foo.tar foo" (i.e. no "-" before options)
+           I broke creation of tarballs.  I reverted the change (so tar needs
+           the "-" for all options).
+       * Several contributions from Randolph Chung <tausq@debian.org>.
+           * cp/mv now accepts (and ignores) the -f flag, since it always
+               does force anyway
+           * tail can now accept -<num> commands (e.g. -10) for better 
+               compatibility with the standard tail command
+           * added a simple id implementation; doesn't support supp. groups yet
+       * More doc updates
+
+        -Erik
+
+
+
 0.43
        * Major update to the provided documentation.
        * Busybox now includes a shell!  It currently costs 7.5 k (plus an
@@ -55,6 +79,8 @@
        * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e")
        * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width
            to match the terminal (defaults to width=79 when this is off).
+       * ps now accepts (and ignores) all options except for "--help" (which
+               as would be expected displays help).
        * Fixed mount'ing loop devices when the filesystem type was not 
            specified.  It used to revert to non-loop after the first try.
        * all mallocs now use xmalloc (and so are OOM error safe), and