mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Pandoc conversion
This commit is contained in:
parent
d004715665
commit
ef606760ab
84 changed files with 6715 additions and 13 deletions
21
doc/manual/src/release-notes/rl-0.14.md
Normal file
21
doc/manual/src/release-notes/rl-0.14.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Release 0.14 (2010-02-04)
|
||||
|
||||
This release has the following improvements:
|
||||
|
||||
- The garbage collector now starts deleting garbage much faster than
|
||||
before. It no longer determines liveness of all paths in the store,
|
||||
but does so on demand.
|
||||
|
||||
- Added a new operation, `nix-store --query
|
||||
--roots`, that shows the garbage collector roots that directly or
|
||||
indirectly point to the given store paths.
|
||||
|
||||
- Removed support for converting Berkeley DB-based Nix databases to
|
||||
the new schema.
|
||||
|
||||
- Removed the `--use-atime` and `--max-atime` garbage collector
|
||||
options. They were not very useful in practice.
|
||||
|
||||
- On Windows, Nix now requires Cygwin 1.7.x.
|
||||
|
||||
- A few bug fixes.
|
Loading…
Add table
Add a link
Reference in a new issue