summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-11-19 18:59:18 +0000
committerLars Wirzenius <liw@liw.fi>2012-11-19 18:59:18 +0000
commite38345111f7effb648e49fdc0b2bc434b5e7c4ec (patch)
tree83ac315c7b2003a03be0ee5af3f4685ef2aca48c
parent3e400238c1204557b72ab1d5eb0b5720180b868b (diff)
downloadobnam-e38345111f7effb648e49fdc0b2bc434b5e7c4ec.tar.gz
Update NEWS about bug fix
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78c9090b..26ebda4d 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,10 @@ Bug fixes:
the backup root is the filesystem root, due to the now-fixed bug Obnam
would first remove everything, and then back it up all over again. This
"worked", but was quite slow. Thanks to Nix for reporting the problem.
+* A shared B-tree concurrency bug has been fixed: If another instance of
+ Obnam was modifying a shared B-tree, Obnam would crash and abort a backup,
+ possibly leaving lock files lying around. Now a failure to look up a chunk
+ via its checksum is ignored, and the backup continues.
Version 1.2, released 2012-10-06
--------------------------------