From 1d31b862b1f0fc6732d0c2811b7775025039db89 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 6 Nov 2013 20:34:19 +0000 Subject: Update NEWS about bug fixes --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index a1ffb28..f2e8276 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,15 @@ copy-on-write B-tree, designed by Ohad Rodeh. Version 1.UNRELEASED ------------------ +* Serious bug fixed: the "KeyError" crash for reference counts. This + was false memory use optimisation, which triggered a rare bug in + related code. Repeatable test case by Rob Kendrick, and helpful + analysis by Itamar Turing-Trauring. + +* Serious bug fixed: another "node missing" bug. This crash was + caused by a bug that overwrote on-disk reference count groups + with zeroes. Repeatable test case by Rob Kendrick. + * Fixes to fsck from Antoine Brenner. Version 1.20130808 -- cgit v1.2.1