diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-11 04:21:50 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-11 04:21:50 +0000 |
commit | 23d52524e795250094982a0b03a8476b8ec7ca59 (patch) | |
tree | 0b683b34e2c975cd962464c2b9cdd3109d5939fd /Changelog | |
parent | 0c3c46fb3611c0ff152b7f442a982d5a211bccf9 (diff) | |
download | busybox-w32-23d52524e795250094982a0b03a8476b8ec7ca59.tar.gz busybox-w32-23d52524e795250094982a0b03a8476b8ec7ca59.tar.bz2 busybox-w32-23d52524e795250094982a0b03a8476b8ec7ca59.zip |
Set version to 0.39
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@214 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ | |||
3 | <tausq@debian.org>. 2 items off the TODO list! | 3 | <tausq@debian.org>. 2 items off the TODO list! |
4 | * I wrote free (just calls "cat /proc/meminfo"). | 4 | * I wrote free (just calls "cat /proc/meminfo"). |
5 | * Added tail, based on tail from GNU textutils-1.19, but adjusted | 5 | * Added tail, based on tail from GNU textutils-1.19, but adjusted |
6 | to suit my evil purposes. Costs 6k. | 6 | to suit my evil purposes. Costs 6k. I'll make it smaller sometime. |
7 | * on reboot, init called 'umount -a -n', which caused errors | 7 | * on reboot, init called 'umount -a -n', which caused errors |
8 | when BB_MTAB was not enabled. Changed to 'umount -a', | 8 | when BB_MTAB was not enabled. Changed to 'umount -a', |
9 | which does the right thing. | 9 | which does the right thing. |
@@ -17,11 +17,11 @@ | |||
17 | * Fixed reboot, halt (and added poweroff) such that they handle it when | 17 | * Fixed reboot, halt (and added poweroff) such that they handle it when |
18 | init is not at PID 1 (like when running in an initrd). | 18 | init is not at PID 1 (like when running in an initrd). |
19 | * Added a prelinary du implementation. Some parameter parsing | 19 | * Added a prelinary du implementation. Some parameter parsing |
20 | stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>) | 20 | stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>) |
21 | * Implemented tee. -beppu | 21 | * Implemented tee. -beppu |
22 | * Implemented head. -beppu | 22 | * Implemented head. -beppu |
23 | 23 | ||
24 | -Erik Andrsen | 24 | -Erik Andrsen, Dec 10, 1999 |
25 | 25 | ||
26 | 0.38 | 26 | 0.38 |
27 | * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab | 27 | * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab |