From 4a16a8364c4e854fd45a0f1af9965d53b40e7f66 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 21 Sep 2005 18:26:27 +0000 Subject: [PATCH] * Release notes for 0.9.2. --- doc/manual/release-notes.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 68cb853ff..707b590a7 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -8,6 +8,31 @@
Nix Release Notes +
Release 0.9.2 (September 21, 2005) + +This bug fix release fixes two problems on Mac OS X: + + + + If Nix was linked against statically linked versions + of the ATerm or Berkeley DB library, there would be dynamic link + errors at runtime. + + nix-pull and + nix-push intermittently failed due to race + conditions involving pipes and child processes with error messages + such as open2: open(GLOB(0x180b2e4), >&=9) failed: Bad + file descriptor at /nix/bin/nix-pull line 77 (issue + NIX-14). + + + + + +
+ + +
Release 0.9.1 (September 20, 2005) This bug fix release addresses a problem with the ATerm library