diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-06 17:29:44 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-06 17:29:44 -0400 |
commit | 4233e81ef174d7891a8134656a67a6d40ea09ef9 (patch) | |
tree | d03021cbc2109db805de60220dfff7272719122a /debian/changelog | |
parent | 9e2cea9f7a3fdea641371cd59f313a4cc6dc1630 (diff) |
copy --auto was checking the wrong repo's preferred content. (--from was checking what --to should, and vice-versa.) Fixed this bug, which was introduced in version 5.20150727.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1c1aa63c7..a2624d20a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ git-annex (5.20150931) UNRELEASED; urgency=medium * Ported disk free space checking code to work on Solaris. * Windows webapp: Fix support for entering password when setting up a ssh remote. + * copy --auto was checking the wrong repo's preferred content. + (--from was checking what --to should, and vice-versa.) + Fixed this bug, which was introduced in version 5.20150727. -- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400 |