diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-29T20·42-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-29T20·42-0400 |
commit | 2c26985835cf82ed5d2979c3a400f72f6aeba32f (patch) | |
tree | 364273cc2613dab8ab578c7cb27e468dcfbe9f86 /doc/manual/release-notes.xml | |
parent | 8058dab26e90db54708d4c698db843dd703ecbb2 (diff) |
Add option ‘build-keep-log’ to enable/disable writing of build logs
Fixes #26.
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ -8,6 +8,26 @@ <!--==================================================================--> +<section xml:id="ssec-relnotes-1.1"><title>Release 1.1 (TBA)</title> + +<para>This release has the following improvements:</para> + +<itemizedlist> + + <listitem> + <para>The creation of build logs in + <filename>/nix/var/log/nix/drvs</filename> can be disabled by + setting the new option <literal>build-keep-log</literal> to + <literal>false</literal></para> + </listitem> + +</itemizedlist> + +</section> + + +<!--==================================================================--> + <section xml:id="ssec-relnotes-1.0"><title>Release 1.0 (May 11, 2012)</title> <para>There have been numerous improvements and bug fixes since the |