From db1a4227a3303d6bda5ea0f28716ca9141a5b25e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 16 Sep 2005 11:28:29 +0000 Subject: [PATCH] * Updated release notes. --- doc/manual/release-notes.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 669fcc26f7..0c6c236fc4 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -8,7 +8,7 @@
Nix Release Notes -
Release 0.9 +
Release 0.9 (September 16, 2005) NOTE: this version of Nix uses Berkeley DB 4.3 instead of 4.2. The database is upgraded automatically, but you should be careful not @@ -103,6 +103,24 @@ svnService = derivation { +
Release 0.8.1 (April 13, 2005) + +This is a bug fix release. + + + + Patch downloading was broken. + + The garbage collector would not delete paths that + had references from invalid (but substitutable) + paths. + + + +
+ + +
Release 0.8 (April 11, 2005) NOTE: the hashing scheme in Nix 0.8 changed (as detailed below).