diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-16T13·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-16T13·12+0000 |
commit | 8e3d98eb41ab0516814fa34cba6198d2472bdd3e (patch) | |
tree | 4a8d0084acdd1a2f175fbc4c5cfdfa9fb96722b7 /doc | |
parent | f0c473c5f70b8d6dc072da3d6d53a898766546a2 (diff) |
* Release notes for Nix 0.15.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 907d6dc7c9c0..08dc884970b4 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -8,6 +8,18 @@ <!--==================================================================--> +<section xml:id="ssec-relnotes-0.15"><title>Release 0.15 (March 16, 2010)</title> + +<para>This is a bug-fix release. Among other things, it fixes +building on Mac OS X (Snow Leopard), and improves the contents of +<filename>/etc/passwd</filename> and <filename>/etc/group</filename> +in <literal>chroot</literal> builds.</para> + +</section> + + +<!--==================================================================--> + <section xml:id="ssec-relnotes-0.14"><title>Release 0.14 (February 4, 2010)</title> <para>This release has the following improvements:</para> |