aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 8b0b0be1d..8edf3a62a 100644
--- a/Changelog
+++ b/Changelog
@@ -10,9 +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 13 * Fixed a bug where tar would set, and then clear SGID and SUID bits.
14 S_ISGID, even when chown is called as root. I changed the ordering 14 * Fixed a bug where tar would not set the user and group on device
15 of chown and chmod so SGID and SUID file permissions don't get munged. 15 special files.
16 16
17 -Erik Andersen 17 -Erik Andersen
18 18