From de1e33010232a8abad59a54758ec00808caa8a5c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Feb 2011 19:32:57 -0400 Subject: add news item for git-annex 0.20 --- doc/news/version_0.15.mdwn | 15 --------------- doc/news/version_0.20.mdwn | 12 ++++++++++++ 2 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 doc/news/version_0.15.mdwn create mode 100644 doc/news/version_0.20.mdwn (limited to 'doc/news') 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 -- cgit v1.2.3