prep release
This commit is contained in:
parent
f8c928d254
commit
0e47d6ba97
2 changed files with 8 additions and 8 deletions
14
debian/changelog
vendored
14
debian/changelog
vendored
|
@ -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
|
* 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.
|
follow symlinks to other directories, and add their contents to the annex.
|
||||||
* assistant: Set StrictHostKeyChecking yes when creating ssh remotes,
|
* assistant: Set StrictHostKeyChecking yes when creating ssh remotes,
|
||||||
and add it to the configuration for any ssh remotes previously created
|
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
|
by the assistant. This avoids repeated prompts by ssh if the host key
|
||||||
changes, instead syncing with such a remote will fail. Closes: #732602
|
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
|
* An armel Linux standalone build is now available, which includes the
|
||||||
webapp.
|
webapp.
|
||||||
* Programs from Linux and OSX standalone builds can now be symlinked
|
* 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
|
* Linux standalone build now includes its own glibc and forces the linker to
|
||||||
use it, to remove dependence on the host glibc.
|
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
|
git-annex (5.20131213) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 5.20131213
|
Version: 5.20131221
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
Maintainer: Joey Hess <joey@kitenet.net>
|
Maintainer: Joey Hess <joey@kitenet.net>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue