aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2010-05-19 04:33:40 +0800
committermva <mva@FreeBSD.org>2010-05-19 04:33:40 +0800
commit91fae4ffcd0ef86eaec725c39bf4fbf0da077578 (patch)
treef950bea06f924a50073c84d4cb8f215bddde8af8
parent9eb3bebdd8857aff82f1e53817502fb21f9085dd (diff)
downloadfreebsd-ports-gnome-91fae4ffcd0ef86eaec725c39bf4fbf0da077578.tar.gz
freebsd-ports-gnome-91fae4ffcd0ef86eaec725c39bf4fbf0da077578.tar.zst
freebsd-ports-gnome-91fae4ffcd0ef86eaec725c39bf4fbf0da077578.zip
- Add a note about incompatible devel/pylint settings, which might cause crashes in newer versions.
Suggested by: Vladimir Chukharev (via ports@)
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8a825a72c26a..ce7dd1ce0b8f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20100518:
+ AFFECTS: users of devel/pylint
+ AUTHOR: mva@FreeBSD.org
+
+ The pylint user configuration files have been changed slightly in newer
+ versions (>=0.20.0). In some cases older configurations might crash
+ pylint at startup.
+
+ If you run into startup problems, make sure to remove the .pylintrc
+ configuration settings and the .pylint.d directory from your home
+ directory:
+
+ # rm ~/.pylintrc
+ # rm -rf ~/.pylint.d
+
+20100518:
AFFECTS: users of devel/apr0, devel/apr1, www/apache20, www/apache22
AUTHOR: pgollucci@FreeBSD.org