Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-11 07:21:50 +0300
committerEric Andersen <andersen@codepoet.org>1999-12-11 07:21:50 +0300
commit59248bad97413798ac0cfdc5fcc75c7635a7ab1c (patch)
tree0b683b34e2c975cd962464c2b9cdd3109d5939fd /Changelog
parent84b009256f2c17908ed768fea67bba8380ee1f26 (diff)
Set version to 0.390_39
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 4f8fb0902..b5bbddcf0 100644
--- a/Changelog
+++ b/Changelog
@@ -3,7 +3,7 @@
<tausq@debian.org>. 2 items off the TODO list!
* I wrote free (just calls "cat /proc/meminfo").
* Added tail, based on tail from GNU textutils-1.19, but adjusted
- to suit my evil purposes. Costs 6k.
+ to suit my evil purposes. Costs 6k. I'll make it smaller sometime.
* on reboot, init called 'umount -a -n', which caused errors
when BB_MTAB was not enabled. Changed to 'umount -a',
which does the right thing.
@@ -17,11 +17,11 @@
* Fixed reboot, halt (and added poweroff) such that they handle it when
init is not at PID 1 (like when running in an initrd).
* Added a prelinary du implementation. Some parameter parsing
- stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>)
+ stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>)
* Implemented tee. -beppu
* Implemented head. -beppu
- -Erik Andrsen
+ -Erik Andrsen, Dec 10, 1999
0.38
* Fixed a segfault in 'umount -a' when a badly formed /etc/fstab