summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-25 14:30:08 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-25 14:30:08 +0300
commit38e9590005509ef13d3460b30a247b7c30a91b67 (patch)
tree77eba998afb42f9663f24cdd66e03b614b34675f
parent631a029f32aab55aab22e181d2c7d7b1b56e8309 (diff)
downloadobnam-38e9590005509ef13d3460b30a247b7c30a91b67.tar.gz
Update NEWS
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f39d2141..6f61abfd 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,18 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
+Version 1.13, released UNRELEASED
+---------------------------------
+
+Bug fixes:
+
+* Lukáš Poláček found and fixed a repository corruption problem: if
+ `obnam forget` was interrupted at the wrong moment, it might remove
+ a chunk, but not the reference to it. This would case a future run
+ of `obnam forget` to crash due to a missing chunk (error code
+ R43272X). `obnam forget` will now ignore such a missing chunk, since
+ it would've deleted it anyway.
+
Version 1.12, released 2015-07-08
---------------------------------