Update a few entries for 0.47...
This commit is contained in:
parent
57f83fffd8
commit
896fa4ea1d
16
Changelog
16
Changelog
@ -1,27 +1,33 @@
|
|||||||
0.47pre
|
0.47
|
||||||
|
|
||||||
|
* Tons of bugfixes.
|
||||||
* A bug in syslogd was fixed that allowed it to potentially fork-bomb
|
* A bug in syslogd was fixed that allowed it to potentially fork-bomb
|
||||||
your system.
|
your system.
|
||||||
* chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org>
|
* chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org>
|
||||||
* added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
|
* added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
|
||||||
* 'make install' now creates relative symlinks, and added a new
|
* 'make install' now creates relative symlinks, and added a new
|
||||||
'make install-hardlinks' target to (tada) install hardlinks.
|
'make install-hardlinks' target to (tada) install hardlinks.
|
||||||
* syslogd can now log messages to a remote host -- patch thanks
|
* syslogd can now log messages to remote hosts -- patch thanks
|
||||||
to Gyepi Sam <gyepi@praxis-sw.com>
|
to Gyepi Sam <gyepi@praxis-sw.com>
|
||||||
* Rewrite of 'tail' to make it simpler, smaller, and more robust.
|
* Rewrite of 'tail' to make it simpler, smaller, and more robust.
|
||||||
It now weighs only 2.25k (3k when full featured). The code is
|
It now weighs only 2.25k (3k when full featured). The code is
|
||||||
cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
|
cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
|
||||||
* Add optional ls file sorting, thanks to a patch from
|
* Add optional ls file sorting, thanks to a patch from
|
||||||
Sterling Huxley <sterling@europa.com>
|
Sterling Huxley <sterling@europa.com>
|
||||||
* lsmod now uses the query_module syscall, rather then /proc
|
|
||||||
* Added 'rdate' command from Sterling Huxley <sterling@europa.com>
|
* Added 'rdate' command from Sterling Huxley <sterling@europa.com>
|
||||||
* Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>,
|
* Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>,
|
||||||
<crosenth@covad.com> and Covad Communications
|
<crosenth@covad.com> and Covad Communications
|
||||||
* Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
|
* Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
|
||||||
|
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
|
||||||
|
* Added xargs (written by me)
|
||||||
|
* lsmod now uses the query_module syscall, rather then /proc (me)
|
||||||
* Fixed chmod option parsing so things like 'chmod -r /tmp/file'
|
* Fixed chmod option parsing so things like 'chmod -r /tmp/file'
|
||||||
wouldn't work (since it thought -r was an option). Doh!
|
wouldn't work (since it thought -r was an option). Doh!
|
||||||
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
|
* Fixed tar handling of stdin and stdout
|
||||||
|
* Many apps ported to use getopt()
|
||||||
|
* All usage messages centralized.
|
||||||
|
* Common handling of '--help'
|
||||||
|
* Improved portability between different libcs.
|
||||||
|
|
||||||
|
|
||||||
-Erik Andersen
|
-Erik Andersen
|
||||||
|
Loading…
Reference in New Issue
Block a user