add news item for git-annex 0.20
This commit is contained in:
parent
dd90d4a70e
commit
de1e330102
2 changed files with 12 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
git-annex 0.15 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Support scp-style urls for remotes (host:path).
|
||||
* Support ssh urls containing "~".
|
||||
* Add trust and untrust subcommands, to allow configuring repositories
|
||||
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."""]]
|
12
doc/news/version_0.20.mdwn
Normal file
12
doc/news/version_0.20.mdwn
Normal file
|
@ -0,0 +1,12 @@
|
|||
git-annex 0.20 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Preserve specified file ordering when instructed to act on multiple
|
||||
files or directories. For example, "git annex get a b" will now always
|
||||
get "a" before "b". Previously it could operate in either order.
|
||||
* unannex: Commit staged changes at end, to avoid some confusing behavior
|
||||
with the pre-commit hook, which would see some types of commits after
|
||||
an unannex as checking in of an unlocked file.
|
||||
* map: New subcommand that uses graphviz to display a nice map of
|
||||
the git repository network.
|
||||
* Deal with the mtl/monads-fd conflict.
|
||||
* configure: Check for sha1sum."""]]
|
Loading…
Reference in a new issue