Home Explore Blog Models CI



nix

doc/manual/source/release-notes/rl-0.9.2.md
ba57eb713b0a73b08a400b32b27ac3bb5af43f9c57b8e8db00000003000001f5
# Release 0.9.2 (2005-09-21)

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`).

Chunks
f1ebf14e (1st chunk of `doc/manual/source/release-notes/rl-0.9.2.md`)
Title: Nix 0.9.2 Bug Fixes for Mac OS X
Summary
Release 0.9.2 of Nix, issued on September 21, 2005, includes two bug fixes specifically for Mac OS X. These fixes address dynamic link errors that occurred when Nix was statically linked against ATerm or Berkeley DB libraries, and resolve intermittent failures of `nix-pull` and `nix-push` caused by race conditions involving pipes and child processes.