summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-03 15:44:05 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-03 15:44:05 +0100
commitc2569d7bb26f969928d027648a994d37bb7d5dc3 (patch)
tree0a6b39da731e23b68d3ba4a3335e0271609bcdd8 /NEWS
parente050595c90c93833a45ece09df07a05b903ad343 (diff)
downloadlarch-c2569d7bb26f969928d027648a994d37bb7d5dc3.tar.gz
Update NEWS for release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9083fa3..ac45a6b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.22, released 2011-08-03
+---------------------------------
+
+* The library now declares which on-disk format it supports, so that B-trees
+ stored with an incompatible format can be detected.
+* `fsck-larch` now has a `--trace` option, and the library has a bit more
+ tracing statements.
+
Version 0.21, released 2011-08-02
---------------------------------