]> git.e2factory.org Git - e2factory.git/commitdiff
Changelog: cache
authorGordon Hecker <gh@emlix.com>
Tue, 19 Jan 2010 15:39:29 +0000 (16:39 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 12 Feb 2010 09:51:58 +0000 (10:51 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog

index 21c33160255d7c6d7d050cdab39d7749577f1258..c89e6e6ebd932c12a4f5befe73735dd142557305 100644 (file)
--- 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