diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,11 +1,11 @@ | |||
1 | 0.40 | 1 | 0.40 |
2 | * Added the -s option to du -beppu | 2 | * Added the -s option to du -beppu |
3 | * Fixed an embarrasing segfault in head -beppu | 3 | * Fixed an embarrasing segfault in head -beppu |
4 | * Fixed an bug in syslogd causing it to stop logging after 20 minutes. -erik | 4 | * Fixed an bug in syslogd causing it to stop after 20 minutes. -erik |
5 | * New Apps: lsmod, rmmod -erik | 5 | * New Apps: lsmod, rmmod -erik |
6 | * New Apps: fbset contributed by Randolph Chung <tausq@debian.org>. | 6 | * New Apps: fbset contributed by Randolph Chung <tausq@debian.org>. |
7 | * Fixed the embarrasing failure of the -p opition in the logger app. -erik | 7 | * Fixed the embarrasing failure of 'logger -p'. -erik |
8 | * Re-worked the whole source tree a bit so it will compile under glibc 2.0.7 | 8 | * Re-worked the source tree a bit so it will compile under glibc 2.0.7 |
9 | with the 2.0.x Linux kernel. | 9 | with the 2.0.x Linux kernel. |
10 | * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" | 10 | * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" |
11 | <konst@voshod.com>. | 11 | <konst@voshod.com>. |
@@ -13,15 +13,24 @@ | |||
13 | * Fixed a bug where tar would set, and then clear SGID and SUID bits. | 13 | * Fixed a bug where tar would set, and then clear SGID and SUID bits. |
14 | * Fixed a bug where tar would not set the user and group on device | 14 | * Fixed a bug where tar would not set the user and group on device |
15 | special files. | 15 | special files. |
16 | * cp and mv were quite broken when moving directories. I have rewritten | 16 | * cp and mv were very broken when moving directories. I have rewritten |
17 | them so they should now work as expected. | 17 | them so they should now work as expected. |
18 | * New app: loadacm contributed by Peter Novodvorsky <petya@logic.ru> | 18 | * New app: loadacm contributed by Peter Novodvorsky <petya@logic.ru> |
19 | for loading application character maps for working with Unicode fonts. | 19 | for loading application character maps for Unicode fonts. |
20 | * sed now supports addresses (numeric or regexp, with negation) and | 20 | * sed now supports addresses (numeric or regexp, with negation) and |
21 | has an append command, thanks to Marco Pantaleoni <panta@prosa.it> | 21 | has an append command, thanks to Marco Pantaleoni <panta@prosa.it> |
22 | * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. | 22 | * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. |
23 | * Some cosmetic fixes to ls output formatting to make it behave more | 23 | * Some cosmetic fixes to ls output formatting to make it behave more |
24 | like GNU ls. | 24 | like GNU ls. |
25 | * Fixed a bug where tar would not restore the time to files. | ||
26 | * Fixed a major security problem with tar -- it changed ownership | ||
27 | of any file pointed to by a symlink to 777 (like say libc....) | ||
28 | Ouch!!! | ||
29 | * Fixed a stupid segfault in kill. | ||
30 | * Several fixes from Friedrich Vedder <fwv@myrtle.lahn.de>: | ||
31 | - Added gunzip -t, removed gunzip.c dead code, | ||
32 | - fixed several typos | ||
33 | - Glibc 2.0.7 and libc5 compile fixes | ||
25 | 34 | ||
26 | 35 | ||
27 | -Erik Andersen | 36 | -Erik Andersen |