From 82a66976689a80593ad007d6cf7b85a65527ebb3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 3 Aug 2013 21:25:27 +0100 Subject: Update NEWS about bug fix --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ------------------ -- cgit v1.2.1