aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-05 07:52:05 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-05 07:52:05 +0000
commit66be5e7e29ad6fa457376996b4c08d307b92a6f1 (patch)
tree6728a78fe0cbe9ee36ca504dd10b3584983b9a06 /Changelog
parent6437170cb31302d8525cd6fcbe0a2efad386ab9d (diff)
downloadbusybox-66be5e7e29ad6fa457376996b4c08d307b92a6f1.tar.gz
Wrote uptime. Doesn't use /proc. :)
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 759353272..c671f7a80 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,5 @@
0.43
- * Wrote basename.
+ * Wrote basename, and uptime.
* Added freeramdisk, which will free up all memory associated
with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it>
and then adjusted a bit by me.