From: Gordon Hecker Date: Tue, 19 Jan 2010 15:39:29 +0000 (+0100) Subject: Changelog: cache X-Git-Tag: e2factory-2.3.4pre1~48 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=5b3308b9012b814be8bd36055acca9c506ad994b;p=e2factory.git Changelog: cache Signed-off-by: Gordon Hecker --- diff --git a/Changelog b/Changelog index 21c3316..c89e6e6 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,12 @@ NEXT: This fixes a few bugs: Missing environment files were silently ignored, and adding result specific environment could change the id of the global environment (not the environment itself) due to lua table behaviour. + * the cache module was turned into a true lua module. + * a design flaw in the cache module was fixed that lead to incorrect + caching for the builtin proj-storage server. Caching was disabled due + to this problem in the default configuration and is enabled now. + * support for per-project caches (using the %l format) in e2.conf is + no longer available. Cache is designed to be per user. e2factory-2.3.3 * use sha1 module instead of calling the sha1sum tool