diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-28T16·33+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-28T16·33+0000 |
commit | ae6fb27f18fff6639f3b51ace4789537255a43a4 (patch) | |
tree | ac364f8dd4c745c6b6c2980449df0369a7906ec5 /doc/manual | |
parent | 99b0ea7c67e9e545bdf8b8bb050ce63dc9440e95 (diff) |
* `nix-store --read-log / -l PATH' shows the build log of PATH, if
available. For instance, $ nix-store -l $(which svn) | less lets you read the build log of the Subversion instance in your profile. * `nix-store -qb': if applied to a non-derivation, take the deriver.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/release-notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 28ce94661c8f..2f2b1a040fe0 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -7,6 +7,23 @@ <!--==================================================================--> +<section><title>Release 0.11 (TBA)</title> + +<itemizedlist> + + <listitem><para><command>nix-store</command> has a new operation + <option>--read-log</option> (<option>-l</option>) + <parameter>paths</parameter> that shows the build log of the given + paths.</para></listitem> + +</itemizedlist> + +</section> + + + +<!--==================================================================--> + <section><title>Release 0.10.1 (October 11, 2006)</title> <para>This release fixes two somewhat obscure bugs that occur when |