add news item for git-annex 3.20120629
This commit is contained in:
parent
61786c52ad
commit
0ed7db5f3a
3 changed files with 14 additions and 11 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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."""]]
|
12
doc/news/version_3.20120629.mdwn
Normal file
12
doc/news/version_3.20120629.mdwn
Normal 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."""]]
|
Loading…
Add table
Reference in a new issue