aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-31 19:19:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-31 19:19:26 -0400
commite6af35d20667221074219c8e91655c719c0f8b4a (patch)
tree8b764d86f03bc0e2d03d59a722d9fc9c489795b9
parentf48658d4eeaa76062f412d4fec9cdfcecd7b0e9d (diff)
update
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5b3f2ebfd..d74eb8e36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,11 @@ git-annex (0.15) UNRELEASED; urgency=low
that are trusted to retain files without explicit checking.
* Fix bug in numcopies handling when multiple remotes pointed to the
same repository.
+ * Introduce the git-annex-shell command. It's now possible to make
+ a user have it as a restricted login shell, similar to git-shell.
+ * Note that git-annex will always use git-annex-shell when accessing
+ a ssh remote, so all of your remotes need to be upgraded to this
+ version of git-annex at the same time.
* Now rsync is exclusively used for copying files to and from remotes.
scp is not longer supported.