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:
authorErik Andersen <andersen@codepoet.org>2000-01-08 02:30:07 +0300
committerErik Andersen <andersen@codepoet.org>2000-01-08 02:30:07 +0300
commit5338ce19c873e7fc2a312eb0fd6443514b5cdb05 (patch)
tree316117731d1f3f456822bc5d37ba314c4d60bf04
parent5f2df6ccb408035bdd97b0840bceff9b33b590d1 (diff)
foo0_40
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 7ebac903f..5c06ec1b1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,4 @@
0.40
- * Added the -s option to du -beppu
- * Fixed an embarrasing segfault in head -beppu
* New Apps: sort, uniq. -beppu
* New Apps: lsmod, rmmod -erik
* New Apps: fbset contributed by Randolph Chung <tausq@debian.org>.
@@ -12,7 +10,9 @@
being present, but if you dont like the defautl behavior you can
now do something about it. Init is much cleaner as a result.
* Fixed an bug in syslogd causing it to stop after 20 minutes. -erik
+ * Fixed an embarrasing segfault in head -beppu
* Fixed the embarrasing failure of 'logger -p'. -erik
+ * Added the -s option to du -beppu
* Re-worked the source tree a bit so it will compile under glibc 2.0.7
with the 2.0.x Linux kernel.
* Added 'grep -q' thanks to a patch from "Konstantin Boldyshev"
@@ -41,7 +41,7 @@
* Fixed a bug where 'mknod --help' would segfault.
- -Erik Andersen
+ -Erik Andersen, Jan 07, 2000
0.39
* New Apps: ping, hostname, and mkfifo contributed by Randolph Chung