diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07 14:01:51 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07 14:01:51 +0000 |
commit | c815aff21b668f5fe7bbd04086a988df51281840 (patch) | |
tree | 8532d7fab1ab916c99d9034cfa2167b73726aba4 /NEWS | |
parent | 57d023a184bdc2f30cd7052c157e43ba1bca8288 (diff) |
* `nix-store --add-fixed' to preload the outputs of fixed-output
derivations. This is mostly to simplify the implementation of
nix-prefetch-{url, svn}, which now work properly in setuid
installations.
* Enforce valid store names in `nix-store --add / --add-fixed'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Version 0.8 +Version 0.8 NOTE: the hashing scheme in Nix 0.8 changed (as detailed below). As a result, `nix-pull' manifests and channels built for Nix 0.7 and below @@ -161,7 +161,7 @@ Nix 0.8 has the following improvements: all unsafe, really ;-) -Version 0.7 +Version 0.7 (January 12, 2005) * Binary patching. When upgrading components using pre-built binaries (through nix-pull / nix-channel), Nix can automatically download and @@ -183,7 +183,7 @@ Version 0.7 dependencies are revealed. -Version 0.6 +Version 0.6 (November 14, 2004) Major changes include the following: |