ansify
[oweals/busybox.git] / Changelog
index 2a778d65debf25f88a05ac1b2105fabe7761aa0a..76c7eacb1fadd63e9b8a257bf00be2a32615a48d 100644 (file)
--- 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 <sandman@handhelds.org>
+           -- 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  <RDBrown@mira.net> 
-           -- 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).
            -- 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 <Tim@Rikers.org>
+           -- fix and shrink uuencode
+           -- allow tty* in inittab if exist, serial console is not the issue
+       * Robert Griebl <sandman@handhelds.org>
+           -- 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--