diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-06 17:58:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-06 17:58:57 -0400 |
commit | 9504153169360a3c5a2c83b807d3d0be4d82aa28 (patch) | |
tree | 59e9edc6f5e999f13c995bb3c35f27e4f06edc6f /debian/changelog | |
parent | 27195fc7ecb70e185e9a78f8bd3d758bfe262a22 (diff) |
Generate shorter keys for WORM and URL, avoiding keys that are longer than used for SHA256, so as to not break on systems like Windows that have very small maximum path length limits.
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 908636f05..40a0a6707 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ git-annex (5.20141232) UNRELEASED; urgency=medium * Check git version at runtime, rather than assuming it will be the same as the git version used at build time when running git-checkattr and git-branch remove. + * Generate shorter keys for WORM and URL, avoiding keys that are longer + than used for SHA256, so as to not break on systems like Windows that + have very small maximum path length limits. -- Joey Hess <id@joeyh.name> Fri, 02 Jan 2015 13:35:13 -0400 |