summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-12-21 12:00:47 -0400
committerJoey Hess <joey@kitenet.net>2013-12-21 12:00:47 -0400
commit0e47d6ba97ca3a37048ffa059bae993140e00415 (patch)
treee2dd793ac6530e667e5ba95e5eb7c68d14c07f05
parentf8c928d254e7f340f1d0d9540b48b76fc401fb24 (diff)
prep releasedebian/5.20131221
-rw-r--r--debian/changelog14
-rw-r--r--git-annex.cabal2
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 7747531575..dacf2b4912 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
-git-annex (5.20131214) UNRELEASED; urgency=low
+git-annex (5.20131221) unstable; urgency=low
- * Fix test suite to cover lock --force change.
- * Add plumbing-level lookupkey and examinekey commands.
- * find --format: Added hashdirlower, hashdirmixed, keyname, and mtime
- format variables.
- * assistant: Always batch changes found in startup scan.
* assistant: Fix OSX-specific bug that caused the startup scan to try to
follow symlinks to other directories, and add their contents to the annex.
* assistant: Set StrictHostKeyChecking yes when creating ssh remotes,
and add it to the configuration for any ssh remotes previously created
by the assistant. This avoids repeated prompts by ssh if the host key
changes, instead syncing with such a remote will fail. Closes: #732602
+ * Fix test suite to cover lock --force change.
+ * Add plumbing-level lookupkey and examinekey commands.
+ * find --format: Added hashdirlower, hashdirmixed, keyname, and mtime
+ format variables.
+ * assistant: Always batch changes found in startup scan.
* An armel Linux standalone build is now available, which includes the
webapp.
* Programs from Linux and OSX standalone builds can now be symlinked
@@ -20,7 +20,7 @@ git-annex (5.20131214) UNRELEASED; urgency=low
* Linux standalone build now includes its own glibc and forces the linker to
use it, to remove dependence on the host glibc.
- -- Joey Hess <joeyh@debian.org> Sun, 15 Dec 2013 13:32:49 -0400
+ -- Joey Hess <joeyh@debian.org> Sat, 21 Dec 2013 12:00:17 -0400
git-annex (5.20131213) unstable; urgency=low
diff --git a/git-annex.cabal b/git-annex.cabal
index 74ba19cd79..ea5838fefc 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 5.20131213
+Version: 5.20131221
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net>