add news item for git-annex 3.20111025

This commit is contained in:
Joey Hess 2011-10-25 13:46:22 -07:00
parent 270c1af087
commit 570aae9bbc
2 changed files with 8 additions and 9 deletions

View file

@ -1,9 +0,0 @@
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."""]]

View file

@ -0,0 +1,8 @@
git-annex 3.20111025 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* A remote can have a annexUrl configured, that is used by git-annex
instead of its usual url. (Similar to pushUrl.)
* migrate: Copy url logs for keys when migrating.
* git-annex-shell: GIT\_ANNEX\_SHELL\_READONLY and GIT\_ANNEX\_SHELL\_LIMITED
environment variables can be set to limit what commands can be run.
This is used by gitolite's new git-annex support!"""]]