summaryrefslogtreecommitdiff
path: root/trunk/ChangeLog
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2006-10-07 08:12:07 +0000
committerfuzzyray <fuzzyray@gentoo.org>2006-10-07 08:12:07 +0000
commit346ec8b25746699287c6264e48e7e187182e4218 (patch)
treec14d43dc096ad06908058dd6659e4beb646961bf /trunk/ChangeLog
parente082d9df8f5cfcf56add562ea5672189efa67f75 (diff)
downloadgentoolkit-346ec8b25746699287c6264e48e7e187182e4218.tar.gz
Fix quoting bug in get_real_path()
svn path=/; revision=320
Diffstat (limited to 'trunk/ChangeLog')
-rw-r--r--trunk/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index d87a8ec..1a19f10 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-07 Paul Varner <fuzzyray@gentoo.org>
+ * euse: Fix quoting bug in get_real_path() (Bug #150335).
+
2006-09-21 Paul Varner <fuzzyray@gentoo.org>
* eread: Add eread script for reading and managing portage ELOG files.
Thanks to Donnie Berkholz for writing this.