add news item for git-annex 3.20110902
This commit is contained in:
parent
d238bbd9d9
commit
ea621d0c2d
2 changed files with 9 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
git-annex 3.20110705 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* uninit: Delete the git-annex branch and .git/annex/
|
||||
* unannex: In --fast mode, file content is left in the annex, and a
|
||||
hard link made to it.
|
||||
* uninit: Use unannex in --fast mode, to support unannexing multiple
|
||||
files that link to the same content.
|
||||
* Drop the dependency on the haskell curl bindings, use regular haskell HTTP.
|
||||
* Fix a pipeline stall when upgrading (caused by #624389)."""]]
|
9
doc/news/version_3.20110902.mdwn
Normal file
9
doc/news/version_3.20110902.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
git-annex 3.20110902 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Set EMAIL when running test suite so that git does not need to be
|
||||
configured first. Closes: #[638998](http://bugs.debian.org/638998)
|
||||
* The wget command will now be used in preference to curl, if available.
|
||||
* init: Make description an optional parameter.
|
||||
* unused, status: Sped up by avoiding unnecessary stats of annexed files.
|
||||
* unused --remote: Reduced memory use to 1/4th what was used before.
|
||||
* Add --json switch, to produce machine-consumable output."""]]
|
Loading…
Reference in a new issue