From 812d46667d8f558f58f1e668169d359b1203c5ef Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 7 Jan 2000 18:30:40 +0000 Subject: More minor fixes. -Erik --- Changelog | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 00ddbfa42..7ebac903f 100644 --- a/Changelog +++ b/Changelog @@ -1,39 +1,44 @@ 0.40 * Added the -s option to du -beppu * Fixed an embarrasing segfault in head -beppu - * Fixed an bug in syslogd causing it to stop after 20 minutes. -erik + * New Apps: sort, uniq. -beppu * New Apps: lsmod, rmmod -erik * New Apps: fbset contributed by Randolph Chung . + * New App:: loadacm contributed by Peter Novodvorsky + for loading application character maps for Unicode fonts. + * Major init re-work. init now supports inittab (slightly different + but similar to sysvinit), allowing me to get all the policy out + of init and into the conf file. It works just fine without inittab + 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 the embarrasing failure of 'logger -p'. -erik * 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" . - * Implemented sort. -beppu + * Grep -i previously failed on UPPER CASE patterns due to a silly + regexp implementation bug that is now fixed. * Fixed a bug where tar would set, and then clear SGID and SUID bits. * Fixed a bug where tar would not set the user and group on device special files. + * Fixed a bug where tar would not restore the time to files. + * Fixed a major security problem with tar -- it changed ownership + of any file pointed to by a symlink to 777 (like say libc....) + Ouch!!! * cp and mv were very broken when moving directories. I have rewritten - them so they should now work as expected. - * New app: loadacm contributed by Peter Novodvorsky - for loading application character maps for Unicode fonts. + them so they should now work as expected. * sed now supports addresses (numeric or regexp, with negation) and has an append command, thanks to Marco Pantaleoni * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. - * Fixed a bug where tar would not restore the time to files. - * Fixed a major security problem with tar -- it changed ownership - of any file pointed to by a symlink to 777 (like say libc....) - Ouch!!! * Fixed a stupid segfault in kill. * Several fixes from Friedrich Vedder : - Added gunzip -t, removed gunzip.c dead code, - fixed several typos - Glibc 2.0.7 and libc5 compile fixes - * Grep -i previously failed on UPPER CASE patterns due to a silly - regexp implementation bug that is now fixed. - # Implemented uniq. -beppu + * Fixed a bug where 'mknod --help' would segfault. -Erik Andersen -- cgit v1.2.3