about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-25T20·04-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-25T20·04-0400
commitcb6651e878b3f2d97ac5e2318d679957904105ef (patch)
treefeb119a0fdbab67af89f525a381ac146e2189f04 /doc
parente464b0247d9dd2c53770a851956dd34f82b7c9a6 (diff)
Update release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/release-notes.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 7c78122f02..b8220dd96a 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -8,6 +8,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>
 
 <para>This release has the following improvements:</para>