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

index bf7d6ccc485ddce149dea74d75f5e0f0953a3355..21c33160255d7c6d7d050cdab39d7749577f1258 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,10 @@
 NEXT:
  * a plugin interface was introduced. Local code is capable of loading
    plugins and some initial interfaces are available with this release.
+ * the environment related code was rewritten in a far more robust way.
+   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.
 
 e2factory-2.3.3
  * use sha1 module instead of calling the sha1sum tool