Home Explore Blog 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
1ba93653 (1st chunk of `doc/manual/source/release-notes/rl-0.9.2.md`)
Title: Release 0.9.2 Bug Fixes for Mac OS X
Summary
Release 0.9.2 addresses two issues specific to Mac OS X: dynamic link errors when Nix was linked against static versions of ATerm or Berkeley DB, and intermittent failures in `nix-pull` and `nix-push` due to race conditions (NIX-14).