aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-11-02 23:41:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-11-02 23:41:17 +0000
commit5e2976eed13049db7199bc2867df64eacc3ffe66 (patch)
tree6c348d9f4bafe04d9b79c2cfe7f3d28efb1ca872 /UPDATING
parent97796d9ef99e4b46e609c1e49d73e025dfc26aa4 (diff)
downloadports-5e2976eed13049db7199bc2867df64eacc3ffe66.tar.gz
ports-5e2976eed13049db7199bc2867df64eacc3ffe66.zip
Document the new incantation for the bash completion library v2.0.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=306892
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e4b0a3482f05..05bbb23e043b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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