diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-03-26T21·05+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-03-26T21·05+0000 |
commit | d303b389a9dbd44fe60deba5e98e68ec98bdddd3 (patch) | |
tree | 5f04e6886db795ff16d4f26898075f208e5dce8f /doc/manual | |
parent | 7edd2e2cd281cadbc9b7a5afbb279e5570caf77a (diff) |
* `nix-copy-closure --from': copy from a remote machine instead of to
a remote machine.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/release-notes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index ead19962de7f..4830b323efba 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -15,6 +15,11 @@ <listitem><para>TODO: multi-user support.</para></listitem> + <listitem><para><command>nix-copy-closure</command> copies the + missing parts of a closure to or from a remote + machine.</para></listitem> + + <listitem><para><command>nix-prefetch-url</command> now by default computes the SHA-256 hash of the file instead of the MD5 hash. In calls to <function>fetchurl</function> you should pass an |