diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-08 19:32:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-08 19:32:57 -0400 |
commit | de1e33010232a8abad59a54758ec00808caa8a5c (patch) | |
tree | 117010e5e6017ab7177e24982bba0a78661ec44e /doc/news | |
parent | dd90d4a70e6f8e155902cd40dc21c138d4e1282c (diff) |
add news item for git-annex 0.20
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.15.mdwn | 15 | ||||
-rw-r--r-- | doc/news/version_0.20.mdwn | 12 |
2 files changed, 12 insertions, 15 deletions
diff --git a/doc/news/version_0.15.mdwn b/doc/news/version_0.15.mdwn deleted file mode 100644 index c3d4d2c0f..000000000 --- a/doc/news/version_0.15.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_0.20.mdwn b/doc/news/version_0.20.mdwn new file mode 100644 index 000000000..9b95b652e --- /dev/null +++ b/doc/news/version_0.20.mdwn @@ -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."""]]
\ No newline at end of file |