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 : execute the during pre-install scripts + @postexec : execute the during post-install scripts + @preunexec : execute the during pre-deinstall scripts + @postunexec : execute the during post-deinstall scripts + + @exec does not specify when if should be executed and is now considered as + deprecated. + 20150914: AUTHOR: mat@FreeBSD.org