X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=Changelog;h=76c7eacb1fadd63e9b8a257bf00be2a32615a48d;hb=7dd2cec2fd4a05101186d179a49f85b14a18c459;hp=2a778d65debf25f88a05ac1b2105fabe7761aa0a;hpb=bdfd0d78bc44e73d693510e70087857785b3b521;p=oweals%2Fbusybox.git diff --git a/Changelog b/Changelog index 2a778d65d..76c7eacb1 100644 --- a/Changelog +++ b/Changelog @@ -7,7 +7,10 @@ New Applets: * Erik Andersen -- Merged several applets from tinylogin, namely adduser, addgroup, deluser, delgroup, getty. - + * Robert Griebl + -- reimplemented tinylogin applets: su, login + -- added hwclock + -- added uncompress Other Changes: @@ -15,7 +18,7 @@ -- a whole bunch of ash size optimizations -- Fix for ash leading redirections (i.e. '2>/dev/null ls rubbish') * Rodney Brown - -- Optimized gzip.c, shrinking it be ~1.5k + -- Optimized gzip.c, shrinking it by ~1.5k * Matt Kraai -- Fix sed s/[/]// handling (closes: #1208). -- Fix `-/bin/sh' invocation (closes: #1209). @@ -23,11 +26,44 @@ -- Fix tar segfault when include list is empty and exclude list is not. -- Fix sed s/$/@/ handling (noted by Joshua Hudson). + -- Fix opt type in dpkg (closes: #118975). * Magick -- made init run inittab command's in the order they show up in the inittab file (FIFO instead of LIFO). - - + * Vladimir Oleynik + -- reverse resolve network name and cache in route and ifconfig + applets, fix print nslookup server name if compile without + uClibc, fix route crashe 'route add', fix warnings compile + networking and pwd_grp applets + * Tim Riker + -- fix and shrink uuencode + -- allow tty* in inittab if exist, serial console is not the issue + * Robert Griebl + -- added suid/sgid handling with 3 modes to busybox: + 1) completly disabled + 2) tinylogin like + 3) runtime configureable via /etc/busybox.conf + + -- modprobe: complete rewrite, supports modules.dep, parses + modules.conf for alias and options and can be called + from the kernel. + -- tar: support for -z when creating archives + -- wget: support for -Y|--proxy=on/off and --passive-ftp + -- vi: support for ":x" + -- date: support for -I (ISO format) + -- find: support for -xdev + -- mount: support for -t in list mode, parsing of /etc/filesystems + -- ash: support for --login (bash like) + -- route: support for -e + -- netstat: support for -e and -r + -- head/tail: support for old style -[0-9] options + -- sed: support for ! and \CregexpC + -- pidof: support for -s + -- nslookup: support for user specified name server + + -- logger: fixed logging of '<' characters + -- ash: fixed crash when run in a rxvt window + -Erik Andersen, --not yet released--