add news item for git-annex 0.23

This commit is contained in:
Joey Hess 2011-03-12 15:41:48 -04:00
parent 72d2684016
commit cf6a13a057
2 changed files with 7 additions and 9 deletions

View file

@ -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%"""]]

View file

@ -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."""]]