diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-12 15:41:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-12 15:41:48 -0400 |
commit | cf6a13a05710e53a9a1b28b7474a5a31494349a8 (patch) | |
tree | f8de4256b1bddedbb229a1eed90db9f93ed47ae3 /doc | |
parent | 72d268401604fbac93ca4701ab53d32880483686 (diff) |
add news item for git-annex 0.23
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_0.18.mdwn | 9 | ||||
-rw-r--r-- | doc/news/version_0.23.mdwn | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/doc/news/version_0.18.mdwn b/doc/news/version_0.18.mdwn deleted file mode 100644 index f2e0edb42..000000000 --- a/doc/news/version_0.18.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -git-annex 0.18 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Bugfix: `copy --to` and `move --to` forgot to stage location log changes - after transferring the file to the remote repository. - (Did not affect ssh remotes.) - * fsck: Fix bug in moving of corrupted files to .git/annex/bad/ - * migrate: Fix support for --backend option. - * unlock: Fix behavior when file content is not present. - * Test suite improvements. Current top-level test coverage: 80%"""]]
\ No newline at end of file diff --git a/doc/news/version_0.23.mdwn b/doc/news/version_0.23.mdwn new file mode 100644 index 000000000..e045352ad --- /dev/null +++ b/doc/news/version_0.23.mdwn @@ -0,0 +1,7 @@ +git-annex 0.23 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Support ssh remotes with a port specified. + * whereis: New subcommand to show where a file's content has gotten to. + * Rethink filename encoding handling for display. Since filename encoding + may or may not match locale settings, any attempt to decode filenames + will fail for some files. So instead, do all output in binary mode."""]]
\ No newline at end of file |