add news item for git-annex 0.15

This commit is contained in:
Joey Hess 2010-12-31 22:22:57 -04:00
parent 3902b05b25
commit 2419d3d50e
2 changed files with 15 additions and 11 deletions

View file

@ -1,11 +0,0 @@
git-annex 0.10 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* In .gitattributes, the annex.numcopies attribute can be used
to control the number of copies to retain of different types of files.
* Bugfix: Always correctly handle gitattributes when in a subdirectory of
the repository. (Had worked ok for ones like "*.mp3", but failed for
ones like "dir/*".)
* fsck: Fix warning about not enough copies of a file, when locations
are known, but are not available in currently configured remotes.
* precommit: Optimise to avoid calling git-check-attr more than once.
* The git-annex-backend attribute has been renamed to annex.backend."""]]

View file

@ -0,0 +1,15 @@
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."""]]