about summary refs log tree commit diff
path: root/doc/manual/release-notes.xml
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-08-05T11·03+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-08-05T11·03+0000
commit72f3ea7358f2c85ced46da3b958505951657f9d4 (patch)
tree333a90c82ba18f6192d991b9ba985b442c453555 /doc/manual/release-notes.xml
parent98b07466fbb9fc736bba0b93731117fd650e7349 (diff)
* Moved some stuff to the Nixpkgs manual.
* Updated the release notes.

Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r--doc/manual/release-notes.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 3559b12479e6..112ffabd7013 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -14,6 +14,9 @@
 
   <listitem><para>TODO: Berkeley DB no longer needed.</para></listitem>
 
+  <listitem><para>New substituter to copy from remotely mounted Nix
+  stores (TODO: document).</para></listitem>
+
   <listitem><para><command>nix-store --dump-db / --load-db</command>.</para></listitem>
 
   <listitem><para>New primops:
@@ -25,6 +28,25 @@
   <varname>builtins.genericClosure</varname>.
   </para></listitem>
 
+  <listitem><para>GC options: <option>--max-freed</option>,
+  <option>--max-links</option>.</para></listitem>
+
+  <listitem><para>TODO: Optimistic profile locking.</para></listitem>
+
+  <listitem><para>The option <option>--dry-run</option> is now
+  supported by <command>nix-store -r</command> and
+  <command>nix-build</command>.</para></listitem>
+
+  <listitem><para>The information previously shown by
+  <option>--dry-run</option> (i.e., which derivations will be built
+  and which paths will be substituted) is now always shown by
+  <command>nix-env</command>, <command>nix-store -r</command> and
+  <command>nix-build</command>.  The total download size of
+  substitutable paths is now also shown.</para></listitem>
+
+  <listitem><para><command>nix-prefetch-url</command> now supports
+  <literal>mirror://</literal> URLs.</para></listitem>
+
 </itemizedlist>
 
 </section>