From: Erik Andersen Date: Mon, 27 Dec 1999 23:56:17 +0000 (-0000) Subject: Added changelog X-Git-Tag: 0_40~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69ba6b2956202728a3da3489caa383fa6e7b114f;p=oweals%2Fbusybox.git Added changelog -Erik --- diff --git a/Changelog b/Changelog index 4b5ac711b..8b0b0be1d 100644 --- a/Changelog +++ b/Changelog @@ -10,6 +10,9 @@ * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" . * Implemented sort. -beppu + * Fixed tar SGID and SUID bug. Seems that chown(2) clears S_ISUID and + S_ISGID, even when chown is called as root. I changed the ordering + of chown and chmod so SGID and SUID file permissions don't get munged. -Erik Andersen