summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--git-repair.cabal2
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a272670..f44064c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-git-repair (1.20131214) UNRELEASED; urgency=medium
+git-repair (1.20140115) unstable; urgency=medium
* Support old git versions from before git fsck --no-dangling was
implemented.
- * repair: Fix bug in packed refs file exploding code that caused a .gitrefs
+ * Fix bug in packed refs file exploding code that caused a .gitrefs
directory to be created instead of .git/refs
- -- Joey Hess <joeyh@debian.org> Mon, 13 Jan 2014 18:07:13 -0400
+ -- Joey Hess <joeyh@debian.org> Wed, 15 Jan 2014 16:53:30 -0400
git-repair (1.20131213) unstable; urgency=low
diff --git a/git-repair.cabal b/git-repair.cabal
index eb98193..e11ae92 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20131213
+Version: 1.20140115
Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>