diff options
author | 2010-11-07 18:30:38 -0400 | |
---|---|---|
committer | 2010-11-07 18:30:38 -0400 | |
commit | 714619d9e834a3a04340b164255ff2c92f654228 (patch) | |
tree | 39989e2f33691941626d4da236c54822c134b73b /doc | |
parent | 8f949b164404e70be56d283280045ba4c72426d6 (diff) |
add news item for git-annex 0.03
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_0.03.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/news/version_0.03.mdwn b/doc/news/version_0.03.mdwn new file mode 100644 index 000000000..b22aad91a --- /dev/null +++ b/doc/news/version_0.03.mdwn @@ -0,0 +1,16 @@ +git-annex 0.03 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix support for file:// remotes. + * Add --verbose + * Fix SIGINT handling. + * Fix handling of files with unusual characters in their name. + * Fixed memory leak; git-annex no longer reads the whole file list + from git before starting, and will be much faster with large repos. + * Fix crash on unknown symlinks. + * Added remote.annex-scp-options and remote.annex-ssh-options. + * The backends to use when adding different sets of files can be configured + via gitattributes. + * In .gitattributes, the git-annex-backend attribute can be set to the + names of backends to use when adding different types of files. + * Add fsck subcommand. (For now it only finds unused key contents in the + annex.)"""]]
\ No newline at end of file |