diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-20 18:11:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-20 18:11:24 -0400 |
commit | 162047b8da7ede5da44d031d4265890669ed8e78 (patch) | |
tree | ae26417a463b13a42255bb2fa8e4808086fb0066 /doc/news | |
parent | 09b16afe02882485f60953f01726ea65d38af920 (diff) |
add news item for git-annex 0.20110320
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.20110320.mdwn | 9 | ||||
-rw-r--r-- | doc/news/version_0.21.mdwn | 7 | ||||
-rw-r--r-- | doc/news/version_0.22.mdwn | 24 |
3 files changed, 9 insertions, 31 deletions
diff --git a/doc/news/version_0.20110320.mdwn b/doc/news/version_0.20110320.mdwn new file mode 100644 index 000000000..84475829c --- /dev/null +++ b/doc/news/version_0.20110320.mdwn @@ -0,0 +1,9 @@ +git-annex 0.20110320 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix dropping of files using the URL backend. + * Fix support for remotes with '.' in their names. + * Add version command to show git-annex version as well as repository + version information. + * No longer auto-upgrade to repository format 2, to avoid accidental + upgrades, etc. Use git-annex upgrade when you're ready to run this + version."""]]
\ No newline at end of file diff --git a/doc/news/version_0.21.mdwn b/doc/news/version_0.21.mdwn deleted file mode 100644 index 996474910..000000000 --- a/doc/news/version_0.21.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -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 diff --git a/doc/news/version_0.22.mdwn b/doc/news/version_0.22.mdwn deleted file mode 100644 index 4848e861e..000000000 --- a/doc/news/version_0.22.mdwn +++ /dev/null @@ -1,24 +0,0 @@ -git-annex 0.22 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Git annexes can now be attached to bare git repositories. - (Both the local and remote host must have this version of git-annex - installed for it to work.) - * Support filenames that start with a dash; when such a file is passed - to a utility it will be escaped to avoid it being interpreted as an - option. (I went a little overboard and got the type checker involved - in this, so such files are rather comprehensively supported now.) - * New backends: SHA512 SHA384 SHA256 SHA224 - (Supported on systems where corresponding shaNsum commands are available.) - * describe: New subcommand that can set or change the description of - a repository. - * Fix test suite to reap zombies. - (Zombies can be particularly annoying on OSX; thanks to Jimmy Tang - for his help eliminating the infestation... for now.) - * Make test suite not rely on a working cp -pr. - (The Unix wars are still ON!) - * Look for dir.git directories the same as git does. - * Support remote urls specified as relative paths. - * Support non-ssh remote paths that contain tilde expansions. - * fsck: Check for and repair location log damage. - * Bugfix: When fsck detected and moved away corrupt file content, it did - not update the location log."""]]
\ No newline at end of file |