1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Document the new incantation for the bash completion library v2.0.

Feature safe:	yes
This commit is contained in:
Adam Weinberger 2012-11-02 23:41:17 +00:00
parent 97796d9ef9
commit 5e2976eed1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306892

View File

@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20121102:
AFFECTS: users of shells/bash-completion
AUTHOR: adamw@FreeBSD.org
The bash completion library has been updated to 2.0, and the mechanism
for activating the library has changed. To use the library, you must:
source /usr/local/share/bash-completion/bash_completion.sh
from your .bashrc file. See the pkg-message or README for a more
graceful invocation.
20121101:
AFFECTS: users of graphics/tesseract
AUTHOR: bf@FreeBSD.org