diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-24 17:25:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-24 17:25:47 -0400 |
commit | e06bf0da75294b33188cde319c29d93266fd4bb3 (patch) | |
tree | d8c409e1b9ad3d060e1bb5b80ed2e101e1d43c21 /debian | |
parent | a7f9ddb8de7c1e0357046d3dc9efc644bd5fb730 (diff) |
git-annex-shell: Added support for operating inside gcrypt repositories.
* Note that the layout of gcrypt repositories has changed, and
if you created one you must manually upgrade it.
See http://git-annex.branchable.com/upgrades/gcrypt/
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 1c9514691..aad7ccb0b 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,11 @@ +git-annex (4.20130921) unstable; urgency=low + + The layout of gcrypt repositories has changed, and + if you created one you must manually upgrade it. + See /usr/share/doc/git-annex/html/upgrades/gcrypt.html + + -- Joey Hess <joeyh@debian.org> Tue, 24 Sep 2013 13:55:23 -0400 + git-annex (3.20120123) unstable; urgency=low There was a bug in the handling of directory special remotes that diff --git a/debian/changelog b/debian/changelog index 2e0e3cf80..3b79475a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ git-annex (4.20130921) UNRELEASED; urgency=low + * Note that the layout of gcrypt repositories has changed, and + if you created one you must manually upgrade it. + See http://git-annex.branchable.com/upgrades/gcrypt/ + * git-annex-shell: Added support for operating inside gcrypt repositories. * Use cryptohash rather than SHA for hashing when no external hash program is available. This is a significant speedup for SHA256 on OSX, for example. |