about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-07-19T12·00+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-07-19T12·00+0000
commit1a67154d416d3408ac35ddb5a197d1b76f57aab8 (patch)
treeac17563f71dc307fa9dfe8cb8914501b05281c00
parent0f827cc6076ae3c395537a0c9bd806b0d42947c2 (diff)
* Release notes.
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index de243fc4df..ac6ce194e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,24 @@
 Version 0.9
 
+NOTE: this version of Nix used Berkeley DB 4.3 instead of 4.2.  The
+database is upgraded automatically, but you should be careful not to
+use old versions of Nix that still use Berkeley DB 4.2.  In
+particular, if you use a Nix installed through Nix, you should run
+
+  nix-store --clear-substitutes
+
+first.
+
 * Unpacking of patch sequences is much faster now by not doing
   redundant unpacking and repacking of intermediate paths.
 
+* Nix now uses Berkeley DB 4.3.
+
+* The `derivation' primitive is lazier.  Attributes of dependent
+  derivations can mutually refer to each other (as long as there are
+  no data dependencies on the `outPath' and `drvPath' attributes
+  computed by `derivation').
+
 
 Version 0.8 (April 11, 2005)