Latest and greatest
[oweals/busybox.git] / Changelog
index 8d141277315e29a52a71c1f29c4230ae913620e1..f94855eb4008f7cda077828e7677a9348b96fde0 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,27 @@
+0.35
+       * gzip now obeys the principle of least surprise and acts like god intended 
+           (i.e. it accepts a file name, answers --help, and obeys the '-c' flag 
+           and only then outputs to stdout).
+       * Fixed more.c to compile autowidth on sparc and set initial winsize 
+           to 0,0 in case the TIOCGWINSZ ioctl fails.  Fix thanks to Eric Delaunay.
+       * Fixed tar so it now works as expected (it had TRUE/FALSE backwards)
+       * tar now accepts --help
+       * chmod, chown, and chgrp usage now works
+       * General usage (i.e. --help) cleanups for most apps
+       * umount now parses options correctly
+       * tar can now unpack tarballs containing device special files, 
+           sockets, and fifos (though it can't pack them up) thanks 
+           to Matt Porter.  Creating archives containing these is still
+           left to the interested student.
+       * fixed up the license in more.c to properly point to Bruce Perens.
+
+       -Erik Andersen, Nov  11, 1999
+
 0.34
-       * ls -l now displays lnik names outside the current directory,
+       * ls -l now displays link names outside the current directory,
            Patch thanks to Eric Delaunay
        * init now properly handles sparc serial consoles and does a
-           better job of finding the real consol device rather than using
+           better job of finding the real console device rather than using
            /dev/console which doesn't support job control. Patch also
            thanks to Eric Delaunay.
        * more started to read from stdin after the last file was finished, and 
@@ -18,6 +37,8 @@
        * ls -l now bypasses libc6 nss when displaying user/group names.
            Now uses my_getpwuid and my_getgrgid.
 
+        -Erik Andersen, Nov  8, 1999
+
 0.33
        * Fixed a bug where init could hang instead of rebooting.
        * Removed some debugging noise from init.c
@@ -28,7 +49,7 @@
            state the real root device name)
        * merged some redundant code from mtab.c/df.c into utility.c
 
-        -Erik Andersen
+        -Erik Andersen, Nov  5, 1999
 
 0.32
        * More changes -- many thanks to Lineo for paying me to work on
@@ -57,7 +78,7 @@
            as the name suggests.  Fix thanks to Matt Porter <porter@debian.org>.
 
 
-        -Erik Andersen
+        -Erik Andersen, Nov  4, 1999
 
 0.31
        * I added a changelog for version 0.30. 
@@ -72,7 +93,7 @@
            it wasn't supported before GNU libc 2.1, and some folks use
            glibc 2.0.7 since it is much smaller than that latest and greatest.
 
-        -Erik Andersen
+        -Erik Andersen, Oct 21, 1999
 
 0.30
        Major changes -- lots of stuff rewritten. Many thanks to Lineo for
                    * sfdisk -- Added from util-linux (minus internationalization and such).
            * Probably some other changes that I forgot to document...
 
-        -Erik Andersen
+        -Erik Andersen, Oct 20, 1999
+
+0.29   
+       This version was a messy pre-alpha.  stay away or it will bite you.
+        -Erik Andersen, Sep 24, 1999
        
 0.28   
        mini-netcat (mnc) rewritten.