diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-06 16:14:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-06 16:14:57 -0400 |
commit | c5e42b71c8b1a235fc1b692f5617cb39552049ed (patch) | |
tree | 670350c2f02e4192aa3c758e6745592765612e92 /debian | |
parent | a7f50205bb1ccd41d4a9ab4e11d984e643be755f (diff) |
changelog & minor style fixes
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e658848bd..a112c1cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ git-annex (4.20130406) UNRELEASED; urgency=low + * initremote: Generates encryption keys with high quality entropy. + This can be disabled using --fast to get the old behavior. + The assistant still uses low-quality entropy when creating encrypted + remotes, to avoid delays. + Thanks, guilhem for the patch. * Bugfix: Direct mode no longer repeatedly checksums duplicated files. -- Joey Hess <joeyh@debian.org> Sat, 06 Apr 2013 15:24:15 -0400 |