add news item for git-annex 0.20110328
This commit is contained in:
parent
1b6927995d
commit
659f0fe980
2 changed files with 11 additions and 12 deletions
11
doc/news/version_0.20110328.mdwn
Normal file
11
doc/news/version_0.20110328.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
git-annex 0.20110328 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")
|
||||||
|
* Generalized remotes handling, laying groundwork for remotes that are
|
||||||
|
not regular git remotes. (Think Amazon S3.)
|
||||||
|
* Provide a less expensive version of `git annex copy --to`, enabled
|
||||||
|
via --fast. This assumes that location tracking information is correct,
|
||||||
|
rather than contacting the remote for every file.
|
||||||
|
* Bugfix: Keys could be received into v1 annexes from v2 annexes, via
|
||||||
|
v1 git-annex-shell. This results in some oddly named keys in the v1
|
||||||
|
annex. Recognise and fix those keys when upgrading, instead of crashing."""]]
|
|
@ -1,12 +0,0 @@
|
||||||
Branched the 0.24 series, which will be maintained for a while (in the
|
|
||||||
stable branch in git) to support v1 git-annex repos, while main development
|
|
||||||
moves to the 0.2011 series, with v2 git-annex repos.
|
|
||||||
|
|
||||||
git-annex 0.24 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* 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…
Reference in a new issue