summaryrefslogtreecommitdiff
path: root/trunk/ChangeLog
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-08-22 21:38:27 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-08-22 21:38:27 +0000
commit32593bfabaffa866abd335d078e8f7272c0dc3af (patch)
treec685d68601c9e856d7151b3ce506db6e92ee2496 /trunk/ChangeLog
parentf2d3b09b3287f52c1e9cd8ffa6c39585a9315dae (diff)
downloadgentoolkit-32593bfabaffa866abd335d078e8f7272c0dc3af.tar.gz
Fix find_packages and find_installed_packages to print a warning instead of a traceback when an InvalidAtom exception occurs. (Bug #234358)
svn path=/; revision=507
Diffstat (limited to 'trunk/ChangeLog')
-rw-r--r--trunk/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index 17124b6..8f1956c 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,4 +1,9 @@
2008-08-22: Paul Varner <fuzzyray@gentoo.org>
+ * gentoolkit: Fix find_packages and find_installed_packages to print
+ a warning instead of a traceback when an InvalidAtom exception occurs.
+ (Bug #234358)
+
+2008-08-22: Paul Varner <fuzzyray@gentoo.org>
* equery: Fix equery belongs to strip multiple slashes from path
names. (Bug #234584)