aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-27 23:56:17 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-27 23:56:17 +0000
commit69ba6b2956202728a3da3489caa383fa6e7b114f (patch)
tree7c497db796b11320a79de30e47178117a2768b11
parent98f67e35d82e19f7a5e58551b5dd8feb121229b9 (diff)
downloadbusybox-w32-69ba6b2956202728a3da3489caa383fa6e7b114f.tar.gz
busybox-w32-69ba6b2956202728a3da3489caa383fa6e7b114f.tar.bz2
busybox-w32-69ba6b2956202728a3da3489caa383fa6e7b114f.zip
Added changelog
-Erik
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4b5ac711b..8b0b0be1d 100644
--- a/Changelog
+++ b/Changelog
@@ -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