diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-31 22:22:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-31 22:22:57 -0400 |
commit | 2419d3d50e16113dad69d7b33c14dda43976e83f (patch) | |
tree | 8c01bc535fa456e49675f9e599feb5152ee7a26a /doc | |
parent | 3902b05b253ffd7a39ccebf996928228bc97732f (diff) |
add news item for git-annex 0.15
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_0.10.mdwn | 11 | ||||
-rw-r--r-- | doc/news/version_0.15.mdwn | 15 |
2 files changed, 15 insertions, 11 deletions
diff --git a/doc/news/version_0.10.mdwn b/doc/news/version_0.10.mdwn deleted file mode 100644 index 450b7d272..000000000 --- a/doc/news/version_0.10.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_0.15.mdwn b/doc/news/version_0.15.mdwn new file mode 100644 index 000000000..c3d4d2c0f --- /dev/null +++ b/doc/news/version_0.15.mdwn @@ -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."""]]
\ No newline at end of file |