summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2015-04-29 00:49:00 +0000
committersmh <smh@FreeBSD.org>2015-04-29 00:49:00 +0000
commit091e83eceef690649521ea62361bce77b338ba49 (patch)
tree98cd71770f42f33cc41eb6f64de0b60f2b8cd7ad /UPDATING
parent0991d74d31548de05ae05c40be6b489bb51a67de (diff)
downloadFreeBSD-src-091e83eceef690649521ea62361bce77b338ba49.zip
FreeBSD-src-091e83eceef690649521ea62361bce77b338ba49.tar.gz
Standardise chmod, chflags, chown and chgrp recursive symlink processing
chmod, chflags, chgrp, chmod and chown now affect symlinks in -R mode as defined in symlink(7); previously symlinks were silently ignored. Differential Revision: https://reviews.freebsd.org/D2316 Reviewed by: jilles MFC after: 1 month Relnotes: yes Sponsored by: Multiplay
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 886020b..5a0fad9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150523:
+ chmod, chflags, chown and chgrp now affect symlinks in -R mode as
+ defined in symlink(7); previously symlinks were silently ignored.
+
20150415:
The const qualifier has been removed from iconv(3) to comply with
POSIX. The ports tree is aware of this from r384038 onwards.
OpenPOWER on IntegriCloud