summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fcf1d1fa9..876753566 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-annex (5.20141232) UNRELEASED; urgency=medium
+
+ * unlock: Don't allow unlocking files that have never been committed to git
+ before, to avoid an intractable problem that prevents the pre-commit
+ hook from telling if such a file is intended to be an annexed file or not.
+
+ -- Joey Hess <id@joeyh.name> Fri, 02 Jan 2015 13:35:13 -0400
+
git-annex (5.20141231) unstable; urgency=medium
* vicfg: Avoid crashing on badly encoded config data.