From f41297fdcecaa1ba12d238d1754457d319426579 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Aug 2006 16:33:21 +0000 Subject: * Allow --arg in nix-env as well, example: $ nix-env -qa --system-filter \* --arg system '"powerpc-darwin"' to override the system from the default value (__currentSystem in all-packages.nix). --- doc/manual/release-notes.xml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 1ebef331eb6f..3ad9e1de0a6a 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -47,8 +47,8 @@ irreversible. references table (i.e., it tells you what store paths refer to a given path). Maintaining this table could take a quadratic amount of time, as well as a quadratic amount of Berkeley - DB log file space (in particular when running the garbage - collector). + DB log file space (in particular when running the garbage collector) + (NIX-23). Nix now catches the TERM and HUP signals in addition to the @@ -85,7 +85,8 @@ irreversible. (~) has been deprecated. TODO: function argument default values can refer - to other function arguments + to other function arguments + (NIX-45) TODO: domain checks (r5895). @@ -148,7 +149,18 @@ irreversible. Make sure that the garbage collector can run - succesfully when the disk is full. + succesfully when the disk is full + (NIX-18). + + nix-env now locks the profile + to prevent races between concurrent nix-env + operations on the same profile + (NIX-7). + + Removed misleading messages from + nix-env -i (e.g., installing + `foo' followed by uninstalling + `foo') (NIX-17). @@ -162,7 +174,7 @@ irreversible. pkgname will now install the highest available version of pkgname, rather than installing all available versions (which would probably - give collisions). + give collisions) (NIX-31). nix-env (-i|-u) --dry-run now shows exactly which missing paths will be built or @@ -185,11 +197,6 @@ irreversible. i686-cygwin) and Mac OS X on Intel (i686-darwin). - nix-env now locks the profile to - prevent races between concurrent nix-env - operations on the same profile - (NIX-7). - TODO: nix-push --target. -- cgit 1.4.1