diff options
-rw-r--r-- | doc/news/version_3.20111122.mdwn | 22 | ||||
-rw-r--r-- | doc/news/version_3.20120106.mdwn | 6 |
2 files changed, 6 insertions, 22 deletions
diff --git a/doc/news/version_3.20111122.mdwn b/doc/news/version_3.20111122.mdwn deleted file mode 100644 index 193394de9..000000000 --- a/doc/news/version_3.20111122.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -git-annex 3.20111122 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * merge: Improve commit messages to mention what was merged. - * Avoid doing auto-merging in commands that don't need fully current - information from the git-annex branch. In particular, git annex add - no longer needs to auto-merge. - * init: When run in an already initalized repository, and without - a description specified, don't delete the old description. - * Optimised union merging; now only runs git cat-file once, and runs - in constant space. - * status: Now displays trusted, untrusted, and semitrusted repositories - separately. - * status: Include all special remotes in the list of repositories. - * status: Fix --json mode. - * status: --fast is back - * Fix support for insteadOf url remapping. Closes: #[644278](http://bugs.debian.org/644278) - * When not run in a git repository, git-annex can still display a usage - message, and "git annex version" even works. - * migrate: Don't fall over a stale temp file. - * Avoid excessive escaping for rsync special remotes that are not accessed - over ssh. - * find: Support --print0"""]]
\ No newline at end of file diff --git a/doc/news/version_3.20120106.mdwn b/doc/news/version_3.20120106.mdwn new file mode 100644 index 000000000..076184aaf --- /dev/null +++ b/doc/news/version_3.20120106.mdwn @@ -0,0 +1,6 @@ +git-annex 3.20120106 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Support unescaped repository urls, like git does. + * log: New command that displays the location log for files, + showing each repository they were added to and removed from. + * Fix overbroad gpg --no-tty fix from last release."""]]
\ No newline at end of file |