summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-10-02 21:18:49 +0100
committerLars Wirzenius <liw@liw.fi>2011-10-02 21:18:49 +0100
commitba86171d9b3a6a6da5e69fa6269b661508a6ace1 (patch)
treed8c873bdad0474eb3f534969f24f9812779f837b /NEWS
parente9c73dd763ba5b830d5b386a53c704f7782ab131 (diff)
downloadlarch-ba86171d9b3a6a6da5e69fa6269b661508a6ace1.tar.gz
Release version 0.25.larch-0.25
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7efc5b6..914aef9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ NEWS for larch
These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.25, released 2011-10-02
+---------------------------------
+
+* `fsck` can now optionally attempt to fix B-trees with missing nodes.
+ The index nodes referring to the missing nodes get adjusted to drop
+ the reference.
+
Version 0.24, released 2011-09-17
---------------------------------