diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-11 23:23:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-11 23:23:53 -0400 |
commit | 9806af73686259bf400222df1636cf3987b1ff76 (patch) | |
tree | e7157f52369b9750876f485978ffbcade371eada /doc/news | |
parent | ddd305aa10b2ee63c493aee05ab30d06b9424139 (diff) |
add news item for git-annex 0.21
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.16.mdwn | 13 | ||||
-rw-r--r-- | doc/news/version_0.21.mdwn | 7 |
2 files changed, 7 insertions, 13 deletions
diff --git a/doc/news/version_0.16.mdwn b/doc/news/version_0.16.mdwn deleted file mode 100644 index 3247e302d..000000000 --- a/doc/news/version_0.16.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -git-annex 0.16 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * git-annex-shell: Avoid exposing any git repo config except for the - annex.uuid when doing configlist. - * bugfix: Running `move --to` with a remote whose UUID was not yet known - could result in git-annex not recording on the local side where the - file was moved to. This could not result in data loss, or even a - significant problem, since the remote *did* record that it had the file. - * Also, add a general guard to detect attempts to record information - about repositories with missing UUIDs. - * bugfix: Running `move --to` with a non-ssh remote failed. - * bugfix: Running `copy --to` with a non-ssh remote actually did a move. - * Many test suite improvements. Current top-level test coverage: 65%"""]]
\ No newline at end of file diff --git a/doc/news/version_0.21.mdwn b/doc/news/version_0.21.mdwn new file mode 100644 index 000000000..996474910 --- /dev/null +++ b/doc/news/version_0.21.mdwn @@ -0,0 +1,7 @@ +git-annex 0.21 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * test: Don't rely on chmod -R working. + * unannex: Fix recently introduced bug when attempting to unannex more + than one file at a time. + * test: Set git user name and email in case git can't guess values. + * Fix display of unicode filenames."""]]
\ No newline at end of file |