diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-04 17:29:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-04 17:29:36 -0400 |
commit | 627a3014376f83d613c448da929231bb9d866435 (patch) | |
tree | a404cad286384b47c9031966e36ffc52cb2a2005 /doc/news | |
parent | b34da73ec2eb97001b4d82e214b5a517a8d8d8c4 (diff) |
add news item for git-annex 0.11
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.06.mdwn | 8 | ||||
-rw-r--r-- | doc/news/version_0.11.mdwn | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/news/version_0.06.mdwn b/doc/news/version_0.06.mdwn deleted file mode 100644 index 39689232a..000000000 --- a/doc/news/version_0.06.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -git-annex 0.06 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * fsck: Check if annex.numcopies is satisfied. - * fsck: Verify the sha1 of files when the SHA1 backend is used. - * fsck: Verify the size of files when the WORM backend is used. - * fsck: Allow specifying individual files if fscking everything - is not desired. - * fsck: Fix bug, introduced in 0.04, in detection of unused data."""]]
\ No newline at end of file diff --git a/doc/news/version_0.11.mdwn b/doc/news/version_0.11.mdwn new file mode 100644 index 000000000..03c4d7d54 --- /dev/null +++ b/doc/news/version_0.11.mdwn @@ -0,0 +1,8 @@ +git-annex 0.11 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * If available, rsync will be used for file transfers from remote + repositories. This allows resuming interrupted transfers. + * Added remote.annex-rsync-options. + * Avoid deleting temp files when rsync fails. + * Improve detection of version 0 repos. + * Add uninit subcommand. Closes: #[605749](http://bugs.debian.org/605749)"""]]
\ No newline at end of file |