summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-11-06 20:34:19 +0000
committerLars Wirzenius <liw@liw.fi>2013-11-06 20:34:19 +0000
commit1d31b862b1f0fc6732d0c2811b7775025039db89 (patch)
tree68718f614ffe84d1ac0b697b5badaab2199c07f6
parentfc327727c2d635fd7f15b81e8caccd6df6fe1ca0 (diff)
downloadlarch-1d31b862b1f0fc6732d0c2811b7775025039db89.tar.gz
Update NEWS about bug fixes
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
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