diff options
-rw-r--r-- | Changelog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,4 @@ | |||
1 | 0.40 | 1 | 0.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 | ||
46 | 0.39 | 46 | 0.39 |
47 | * New Apps: ping, hostname, and mkfifo contributed by Randolph Chung | 47 | * New Apps: ping, hostname, and mkfifo contributed by Randolph Chung |