From 2c26985835cf82ed5d2979c3a400f72f6aeba32f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 29 May 2012 16:42:05 -0400 Subject: Add option ‘build-keep-log’ to enable/disable writing of build logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #26. --- doc/manual/release-notes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/manual/release-notes.xml') diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 1c2a52d56725..3250c81a4bb0 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -6,6 +6,26 @@ + + +
Release 1.1 (TBA) + +This release has the following improvements: + + + + + The creation of build logs in + /nix/var/log/nix/drvs can be disabled by + setting the new option build-keep-log to + false + + + + +
+ +
Release 1.0 (May 11, 2012) -- cgit 1.4.1