summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-22 11:18:15 -0400
committerJoey Hess <joey@kitenet.net>2013-11-22 11:18:15 -0400
commit5e0e1ad1bfa744b955e49af44f3e21f006c094d1 (patch)
tree1e96e557f1e8626dcea426b2bf6b0f1159054da0
parenta99c707b5167dbb1d579ef1b0790e94f9bd9b0e6 (diff)
downloadgit-repair-5e0e1ad1bfa744b955e49af44f3e21f006c094d1.tar.gz
releasing package git-repair version 1.201311221.20131122
-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 8fbb6ef..91d0bd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-repair (1.20131119) UNRELEASED; urgency=low
+git-repair (1.20131122) unstable; urgency=low
* Added test mode, which can be used to randomly corrupt test
repositories, in reproducible ways, which allows easy
@@ -10,10 +10,10 @@ git-repair (1.20131119) UNRELEASED; urgency=low
* Improve fsck code to find badly corrupted objects that crash git fsck
before it can complain about them.
* Fixed crashes on bad file encodings.
- * Can now run 1000 tests (git-repair --test -n 10000 --force)
+ * Can now run 10000 tests (git-repair --test -n 10000 --force)
with 0 failures.
- -- Joey Hess <joeyh@debian.org> Tue, 19 Nov 2013 17:16:56 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 22 Nov 2013 11:16:03 -0400
git-repair (1.20131118) unstable; urgency=low
diff --git a/git-repair.cabal b/git-repair.cabal
index 05e3f46..286a712 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20131119
+Version: 1.20131122
Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>