From 3a78af1e2435074292eb0694afe66ccd64448099 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Dec 2009 21:02:24 +0000 Subject: [PATCH] * Release notes. --- doc/manual/release-notes.xml | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 5a98ad49af..c16849671d 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -6,6 +6,46 @@ + + +
Release 0.14 (TBA) + +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 and + garbage collector options. They were + not very useful in practice. + + + + A few bug fixes. + + + + +
+ +
Release 0.13 (November 5,