summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-21 06:21:16 +0000
committerLars Wirzenius <liw@liw.fi>2011-03-21 06:21:16 +0000
commitb687f4f9622698f3e44ebdfd69fd46554fb57550 (patch)
tree7f7379d49d25f07891b0fb2a2286cec8c81bde3f /NEWS
parent9f4b5d28a564c003b166cbeeda5b9b06b2257eb1 (diff)
downloadlarch-b687f4f9622698f3e44ebdfd69fd46554fb57550.tar.gz
Prepare NEWS for release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c44756..351a6d5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,18 @@ These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.19, released 2011-03-21
+---------------------------------
+
+* The `NodeStoreDisk` class now uses a separate VFS class for I/O, rather
+ than methods in `NodeStoreDisk` itself, and requiring subclassing with
+ method overrides. A separate VFS class is clearer and simpler to use.
+ As a bonus, the API is now compatible with the Obnam VFS API.
+* Forest metadata now includes key and node sizes, and there's a factory
+ function that checks that the sizes given to it match the existing ones.
+ This should reduce potential errors.
+* Renamed from btree to larch, to avoid name clashes with other projects.
+
Version 0.18, released 2011-02-18
---------------------------------