summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-07 23:30:07 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-07 23:30:07 +0000
commit5338ce19c873e7fc2a312eb0fd6443514b5cdb05 (patch)
tree316117731d1f3f456822bc5d37ba314c4d60bf04
parent5f2df6ccb408035bdd97b0840bceff9b33b590d1 (diff)
downloadbusybox-w32-0_40.tar.gz
busybox-w32-0_40.tar.bz2
busybox-w32-0_40.zip
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 @@
10.40 10.40
2 * Added the -s option to du -beppu
3 * Fixed an embarrasing segfault in head -beppu
4 * New Apps: sort, uniq. -beppu 2 * New Apps: sort, uniq. -beppu
5 * New Apps: lsmod, rmmod -erik 3 * New Apps: lsmod, rmmod -erik
6 * New Apps: fbset contributed by Randolph Chung <tausq@debian.org>. 4 * New Apps: fbset contributed by Randolph Chung <tausq@debian.org>.
@@ -12,7 +10,9 @@
12 being present, but if you dont like the defautl behavior you can 10 being present, but if you dont like the defautl behavior you can
13 now do something about it. Init is much cleaner as a result. 11 now do something about it. Init is much cleaner as a result.
14 * Fixed an bug in syslogd causing it to stop after 20 minutes. -erik 12 * Fixed an bug in syslogd causing it to stop after 20 minutes. -erik
13 * Fixed an embarrasing segfault in head -beppu
15 * Fixed the embarrasing failure of 'logger -p'. -erik 14 * Fixed the embarrasing failure of 'logger -p'. -erik
15 * Added the -s option to du -beppu
16 * Re-worked the source tree a bit so it will compile under glibc 2.0.7 16 * Re-worked the source tree a bit so it will compile under glibc 2.0.7
17 with the 2.0.x Linux kernel. 17 with the 2.0.x Linux kernel.
18 * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" 18 * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev"
@@ -41,7 +41,7 @@
41 * Fixed a bug where 'mknod --help' would segfault. 41 * Fixed a bug where 'mknod --help' would segfault.
42 42
43 43
44 -Erik Andersen 44 -Erik Andersen, Jan 07, 2000
45 45
460.39 460.39
47 * New Apps: ping, hostname, and mkfifo contributed by Randolph Chung 47 * New Apps: ping, hostname, and mkfifo contributed by Randolph Chung