diff options
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ | |||
10 | * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" | 10 | * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" |
11 | <konst@voshod.com>. | 11 | <konst@voshod.com>. |
12 | * Implemented sort. -beppu | 12 | * Implemented sort. -beppu |
13 | * Fixed tar SGID and SUID bug. Seems that chown(2) clears S_ISUID and | ||
14 | S_ISGID, even when chown is called as root. I changed the ordering | ||
15 | of chown and chmod so SGID and SUID file permissions don't get munged. | ||
13 | 16 | ||
14 | -Erik Andersen | 17 | -Erik Andersen |
15 | 18 | ||