diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-05-18 20:33:40 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-05-18 20:33:40 +0000 |
commit | 93916ac0ddc1484db812971db11dfb5839473ad4 (patch) | |
tree | 4c8da4d11df7ca5ee555973c540e0c061cb9c09d /UPDATING | |
parent | 88e56a3c7e48bb984a779d5733ebbe08996f26dd (diff) |
- Add a note about incompatible devel/pylint settings, which might cause crashes in newer versions.
Suggested by: Vladimir Chukharev (via ports@)
Notes
Notes:
svn path=/head/; revision=254569
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |