aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-21 12:00:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-21 12:00:47 -0400
commit26a34b75724661414ee00aa80296ab45f4df3b7d (patch)
treee9686f60813ca178a90960398615a59c89eb36b4
parentc8efc83bd177bb8d4bcd2c8700e3594124024309 (diff)
prep release5.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 774753157..dacf2b491 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 74ba19cd7..ea5838fef 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>