diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-11 13:05:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-11 13:05:00 -0400 |
commit | e55273da750678b4aa2dd6257a5ca7d8de81c755 (patch) | |
tree | 5808d49703687ec5ad695b459233bb1b9d8073f3 /debian | |
parent | 108372d7ca8159264a046992a4467d2460add529 (diff) |
url size fixes
addurl: Improve message when adding url with wrong size to existing file.
Before the message suggested the url didn't exist.
Fixed handling of URL keys that have no recorded size. Before, if the key
has no size, the url also had to not declare any size, which was unlikely
and wrong, or it was taken to not exist. This probably would mostly affect
keys that were added to the annex with addurl --relaxed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dd02231ff..853f9a854 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ git-annex (4.20131003) UNRELEASED; urgency=low * status: Fix space leak in local mode, introduced in version 4.20130920. * import: Skip .git directories. * Remove bogus runshell loop check. + * addurl: Improve message when adding url with wrong size to existing file. + * Fixed handling of URL keys that have no recorded size. -- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400 |