aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes/rl-0.14.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-22 23:17:48 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-23 18:26:48 +0200
commitef606760abd87c98371fbc08c1f25ad897823a2a (patch)
treea1f5c77f1302c7cf3b2b1a8945b175d8cde77c66 /doc/manual/src/release-notes/rl-0.14.md
parentd004715665046ff424f267deccccb78c9d5cabb7 (diff)
Pandoc conversion
Diffstat (limited to 'doc/manual/src/release-notes/rl-0.14.md')
-rw-r--r--doc/manual/src/release-notes/rl-0.14.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-0.14.md b/doc/manual/src/release-notes/rl-0.14.md
new file mode 100644
index 000000000..9d58f2072
--- /dev/null
+++ b/doc/manual/src/release-notes/rl-0.14.md
@@ -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.