summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-08-03 21:25:27 +0100
committerLars Wirzenius <liw@liw.fi>2013-08-03 21:25:27 +0100
commit82a66976689a80593ad007d6cf7b85a65527ebb3 (patch)
tree9728c6001857b0e7ff8bc84f24ad7390608d4064
parent85b29665dbca3e865161c95e4e3c16db2b9038d2 (diff)
downloadlarch-82a66976689a80593ad007d6cf7b85a65527ebb3.tar.gz
Update NEWS about bug fix
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 33d95d7..85d867a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ NEWS for larch
These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Ohad Rodeh.
+Version UNRELEASED
+------------------
+
+* Bug fix in how Larch handles partly-comitted B-tree journals
+ in read-only mode. Previously, this would result in a crash
+ if, say, a node had been removed, but the B-tree metadata
+ hadn't been committed.
+
Version 1.20130316
------------------