add news item for git-annex 3.20120629

This commit is contained in:
Joey Hess 2012-06-29 14:03:37 -04:00
parent 61786c52ad
commit 0ed7db5f3a
3 changed files with 14 additions and 11 deletions

View file

@ -46,6 +46,8 @@ reachable remote. This is worth doing first, since it's the simplest way to
get the basic functionality of the assistant to work. And we'll need this
anyway.
### transfer tracking
data ToTransfer = ToUpload Key | ToDownload Key
type ToTransferChan = TChan [ToTransfer]