diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -18,6 +18,20 @@ | |||
18 | free). Use of /proc (or not) is policy that should be set up in | 18 | free). Use of /proc (or not) is policy that should be set up in |
19 | /etc/fstab (or in hardcoded scripts), not in init. | 19 | /etc/fstab (or in hardcoded scripts), not in init. |
20 | * Fixed rebooting when init runs as an initrd. | 20 | * Fixed rebooting when init runs as an initrd. |
21 | * Fixes and updates from Karl M. Hegbloom <karlheg@debian.org> | ||
22 | - update.c rewritten to look more like update-2.11 | ||
23 | - moveed the inode hash out of du.c and into utility.c to make | ||
24 | it a common resource that can be used by other apps. | ||
25 | - cp_mv.c now checks inodes to see if a source and dest are | ||
26 | the same, and prints an error (instead of endlessly looping). | ||
27 | - mv now attempts to do a rename, and will fall back to doing | ||
28 | a copy only if the rename fails. | ||
29 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | ||
30 | - Fixes to sort. Removed "-g", fixed and added "-r" | ||
31 | - Fixes to the makefile for handling "strip" | ||
32 | * An initial telnet implementation was added by | ||
33 | Randolph Chung <tausq@debian.org>. | ||
34 | |||
21 | 35 | ||
22 | -Erik Andersen | 36 | -Erik Andersen |
23 | 37 | ||