aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2797a8558e62..223121d4a105 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,21 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20141007:
+AUTHOR: mat@FreeBSD.org
+
+ The @cwd [path] construct in plist files is deprecated. Instead of adding
+ those lines to the plist:
+
+ @cwd /
+ etc/rc.d/foo
+ var/db/bar
+
+ add this:
+
+ /etc/rc.d/foo
+ /var/db/bar
+
20141002:
AUTHOR: bapt@FreeBSD.org