summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-09-20 13:13:10 +0000
committerBrian Harring <ferringb@gentoo.org>2005-09-20 13:13:10 +0000
commit52b6e16768a132f2248adf1ff6e2dacf77f01769 (patch)
tree90a907c9e7e27ad5b1baa37a5a2d13976fa16c3e /ChangeLog
parent0a520e5ee483fc280abe8308efbfcdd126f74d30 (diff)
downloadportage-52b6e16768a132f2248adf1ff6e2dacf77f01769.tar.gz
portage-52b6e16768a132f2248adf1ff6e2dacf77f01769.tar.bz2
portage-52b6e16768a132f2248adf1ff6e2dacf77f01769.zip
bug 106363 , selinux failed import resulting in module hanging around causing issues for the logic on the next re-import
import selinux == fail; next attempt, import selinux == non-fail Python 'feature' of sorts. svn path=/main/branches/2.0/; revision=2011
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bedbc095c..1be33d5a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
2. /var/cache/edb/world is now /var/lib/portage/world.
3. /etc/portage/profile/virtuals is _USER_ configs only.
+ 20 Sep 2005; Brian Harring <ferringb@gentoo.org> pym/portage.py:
+ Cleanup after python, remove module from sys.modules that was a failed import.
+
18 Sep 2005; Mike Frysinger <vapier@gentoo.org> bin/etc-update:
Make sure diff works before checking config files #48184.