summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-12 14:18:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-12 14:18:35 -0400
commit8a7b972e55fa6eaa4c754303b3ee8fd214a51468 (patch)
treecb41dbe7b3bb265a22b6d61631e5e27ab3e187fa /CHANGELOG
parent50c57ea1c0ec659e565578e9011e3111e6b11898 (diff)
uninit: Fix crash due to trying to write to deleted keys db.
Reversion introduced by v6 mode support, affects v5 too. Also fix a similar crash when the webapp is used to delete a repository.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c7f6c4d35..f1548c711 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,9 @@ git-annex (6.20160614) UNRELEASED; urgency=medium
* fsck: Fix a reversion in direct mode fsck of a file that is
present when the location log thinks it is not. Reversion introduced
in version 5.20151208.
+ * uninit: Fix crash due to trying to write to deleted keys db.
+ Reversion introduced by v6 mode support, affects v5 too.
+ * Fix a similar crash when the webapp is used to delete a repository.
-- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400