From: Michal 'vorner' Vaner Date: Thu, 26 Jan 2012 09:22:07 +0000 (+0100) Subject: Changelog X-Git-Tag: trac2351_base~278^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67b1031ec37365288502d0894cccddec7e12657e;p=thirdparty%2Fkea.git Changelog --- diff --git a/ChangeLog b/ChangeLog index 5e7d7361ce..b176b5da67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +366. [bug] vorner + Fixed problem where a directory named "io" conflicted with the python3 + standard module "io" and caused the installation to fail. The offending + directory has been renamed to "cio". + (Trac #1561, git d81cf24b9e37773ba9a0d5061c779834ff7d62b9) + 365. [bug] jinmei libdatasrc: in-memory datasource incorrectly returned delegation for DS lookups.