X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Changelog;h=87a0bd82e991438bd5e14043c699fd9166f4a92c;hb=c3f5c9c2eeb9b9501e54b3cee7e7bdf9f1f3110e;hp=54ec8d62eac31e24514d9642c0be099c890c0eac;hpb=7ab9c7ee52db8759d457819f5480378fa3aa97cc;p=oweals%2Fbusybox.git diff --git a/Changelog b/Changelog index 54ec8d62e..87a0bd82e 100644 --- a/Changelog +++ b/Changelog @@ -1,11 +1,13 @@ 0.44 - * added the -v option (inverted search) to grep, - updated docs/busybox.pod accordingly. -beppu + * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the + help messages (i.e --help). Saves 17k over a full compile. * Added mktemp, contributed by Daniel Jacobowitz * Added setkeycodes, for those that have wierd keyboard buttons. * Added cut and tr from minix, since due to the license change, we can now use minix code. Minix tr saves 4k. - * Fix for ping warnings from Sascha Ziemann + * Added the -v option (inverted search) to grep, + updated docs/busybox.pod accordingly. -beppu + * Fixed ping warnings -- fix from Sascha Ziemann * Fixed update segfault * Fixed mknod -- minor number was always 0 * Fixed tar option parsing. In an attempt to accomodate the whiners @@ -13,8 +15,7 @@ I broke creation of tarballs. I reverted the change (so tar needs the "-" for all options). * Several contributions from Randolph Chung . - * cp/mv now accepts (and ignores) the -f flag, since it always - does force anyway + * cp/mv now accepts the -f flag * tail can now accept - commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support sup. groups yet @@ -25,12 +26,15 @@ * Changed 'umount -l' to mean "Do not free loop device". * Fixed basename to support stripping of suffixes. Patch thanks to xiong jianxin - * More doc updates * cp -fa now works as expected for symlinks (it didn't before) * zcat now works (wasn't working since option parsing was broken) * Renamed "mnc" to the more correct "nc". - * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the - help messages (i.e --help). Saves 17k over a full compile. + * Makefile intelligence updates + * BusyBox sh (lash) internals now behave wrt pipes and redirects. + * BusyBox sh (lash) now supports being used as a standalone shell. When + BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may + be invoked as shell internals. + * More doc updates -Erik