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]

View file

@ -1,11 +0,0 @@
git-annex 3.20120605 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* sync: Show a nicer message if a user tries to sync to a special remote.
* lock: Reset unlocked file to index, rather than to branch head.
* import: New subcommand, pulls files from a directory outside the annex
and adds them.
* Fix display of warning message when encountering a file that uses an
unsupported backend.
* Require that the SHA256 backend can be used when building, since it's the
default.
* Preserve parent environment when running hooks of the hook special remote."""]]

View file

@ -0,0 +1,12 @@
git-annex 3.20120629 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* cabal: Only try to use inotify on Linux.
* Version build dependency on STM, and allow building without it,
which disables the watch command.
* Avoid ugly failure mode when moving content from a local repository
that is not available.
* Got rid of the last place that did utf8 decoding.
* Accept arbitrarily encoded repository filepaths etc when reading
git config output. This fixes support for remotes with unusual characters
in their names.
* sync: Automatically resolves merge conflicts."""]]