From 029011b9eeaf491d00fda1d072c4c6094df96c3a Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sat, 4 Mar 2000 21:19:32 +0000 Subject: A few updates (including the cp fix the Craig has been looking for) -Erik --- Changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 3c90ab97f..0398ce93e 100644 --- a/Changelog +++ b/Changelog @@ -18,6 +18,20 @@ free). Use of /proc (or not) is policy that should be set up in /etc/fstab (or in hardcoded scripts), not in init. * Fixed rebooting when init runs as an initrd. + * Fixes and updates from Karl M. Hegbloom + - update.c rewritten to look more like update-2.11 + - moveed the inode hash out of du.c and into utility.c to make + it a common resource that can be used by other apps. + - cp_mv.c now checks inodes to see if a source and dest are + the same, and prints an error (instead of endlessly looping). + - mv now attempts to do a rename, and will fall back to doing + a copy only if the rename fails. + * Several fixes from Pavel Roskin : + - Fixes to sort. Removed "-g", fixed and added "-r" + - Fixes to the makefile for handling "strip" + * An initial telnet implementation was added by + Randolph Chung . + -Erik Andersen -- cgit v1.2.3