aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ef889c4e4e5e..408720099902 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150926
+AUTHOR: bapt@FreeBSD.org
+
+ New keywords are supported in pkg since 1.5.x:
+ @preexec <command>: execute the <command> during pre-install scripts
+ @postexec <command>: execute the <command> during post-install scripts
+ @preunexec <command>: execute the <command> during pre-deinstall scripts
+ @postunexec <command>: execute the <command> during post-deinstall scripts
+
+ @exec does not specify when if should be executed and is now considered as
+ deprecated.
+
20150914:
AUTHOR: mat@FreeBSD.org