summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a2ffcb..8fda54a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+git-repair (1.20131119) UNRELEASED; urgency=low
+
+ * Added test-runner, which can be used to randomly corrupt test
+ repositories, in reproducible ways, which allows easy
+ corruption-driven-development.
+ * Improve repair code in the case where the index file is corrupt,
+ and this hides other problems.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 19 Nov 2013 17:16:56 -0400
+
git-repair (1.20131118) unstable; urgency=low
* First release