Update release notes

This commit is contained in:
Eelco Dolstra 2012-09-25 16:04:50 -04:00
parent e464b0247d
commit cb6651e878
1 changed files with 29 additions and 0 deletions

View File

@ -6,6 +6,35 @@
<!--==================================================================-->
<section xml:id="ssec-relnotes-1.2"><title>Release 1.2 (TBA)</title>
<para>This release has the following improvements:</para>
<itemizedlist>
<listitem>
<para>Nix no longer sets the immutable bit on files in the Nix
store. Instead, the recommended way to guard the Nix store
against accidental modification is to make it a read-only bind
mount, like this:
<screen>
$ mount --bind /nix/store /nix/store
$ mount -o remount,ro,bind /nix/store
</screen>
Nix will automatically make <filename>/nix/store</filename>
writable as needed (using a private mount namespace) to allow
modifications.</para>
</listitem>
</itemizedlist>
</section>
<!--==================================================================-->
<section xml:id="ssec-relnotes-1.1"><title>Release 1.1 (July 18, 2012)</title>