add news item for git-annex 0.24
This commit is contained in:
parent
1079ade208
commit
7e99ac0222
2 changed files with 11 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
git-annex 0.19 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* configure: Support using the uuidgen command if the uuid command is
|
||||
not available.
|
||||
* Allow --exclude to be specified more than once.
|
||||
* There are now three levels of repository trust.
|
||||
* untrust: Now marks the current repository as untrusted.
|
||||
* semitrust: Now restores the default trust level. (What untrust used to do.)
|
||||
* fsck, drop: Take untrusted repositories into account.
|
||||
* Bugfix: Files were copied from trusted remotes first even if their
|
||||
annex.cost was higher than other remotes.
|
||||
* Improved temp file handling. Transfers of content can now be resumed
|
||||
from temp files later; the resume does not have to be the immediate
|
||||
next git-annex run.
|
||||
* unused: Include partially transferred content in the list.
|
||||
* Bugfix: Running a second git-annex while a first has a transfer in
|
||||
progress no longer deletes the first processes's temp file."""]]
|
11
doc/news/version_0.24.mdwn
Normal file
11
doc/news/version_0.24.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
git-annex 0.24 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
Branched the 0.24 series, which will be maintained for a while to
|
||||
support v1 git-annex repos, while main development moves to the 0.2011
|
||||
series, with v2 git-annex repos.
|
||||
* Add Suggests on graphviz. Closes: #[618039](http://bugs.debian.org/618039)
|
||||
* When adding files to the annex, the symlinks pointing at the annexed
|
||||
content are made to have the same mtime as the original file.
|
||||
While git does not preserve that information, this allows a tool
|
||||
like metastore to be used with annexed files.
|
||||
(Currently this is only done on systems supporting POSIX 200809.)"""]]
|
Loading…
Add table
Reference in a new issue