From fbedf6056eb2acb5049b0372350b2c93b8185ab7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Sep 2005 12:23:22 +0000 Subject: [PATCH] * Merge release notes. --- doc/manual/release-notes.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 0c6c236fc4..707b590a7d 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -8,6 +8,41 @@
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 +when the flag in +configure was not used. + +
+ + +
Release 0.9 (September 16, 2005) NOTE: this version of Nix uses Berkeley DB 4.3 instead of 4.2.