aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes/rl-0.9.2.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/src/release-notes/rl-0.9.2.md')
-rw-r--r--doc/manual/src/release-notes/rl-0.9.2.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-0.9.2.md b/doc/manual/src/release-notes/rl-0.9.2.md
new file mode 100644
index 000000000..0caaf28de
--- /dev/null
+++ b/doc/manual/src/release-notes/rl-0.9.2.md
@@ -0,0 +1,11 @@
+# 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`).