mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Branch 2.11 release notes
This commit is contained in:
parent
d046eb1463
commit
b0488a29dc
3 changed files with 6 additions and 3 deletions
5
doc/manual/src/release-notes/rl-2.11.md
Normal file
5
doc/manual/src/release-notes/rl-2.11.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Release 2.11 (2022-08-24)
|
||||
|
||||
* `nix copy` now copies the store paths in parallel as much as possible (again).
|
||||
This doesn't apply for the `daemon` and `ssh-ng` stores which copy everything
|
||||
in one batch to avoid latencies issues.
|
|
@ -1,5 +1,2 @@
|
|||
# Release X.Y (202?-??-??)
|
||||
|
||||
* `nix copy` now copies the store paths in parallel as much as possible (again).
|
||||
This doesn't apply for the `daemon` and `ssh-ng` stores which copy everything
|
||||
in one batch to avoid latencies issues.
|
Loading…
Add table
Add a link
Reference in a new issue