add news item for git-annex 5.20141219

This commit is contained in:
Joey Hess 2014-12-19 17:10:09 -04:00
parent f375b9d010
commit 9a4a932002
2 changed files with 20 additions and 7 deletions

View file

@ -1,7 +0,0 @@
git-annex 5.20141013 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Adjust cabal file to support building w/o assistant on the hurd.
* Support building with yesod 1.4.
* S3: Fix embedcreds=yes handling for the Internet Archive.
* map: Handle .git prefixed remote repos. Closes: #[614759](http://bugs.debian.org/614759)
* repair: Prevent auto gc from happening when fetching from a remote."""]]

View file

@ -0,0 +1,20 @@
git-annex 5.20141219 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Webapp: When adding a new box.com remote, use the new style chunking.
Thanks, Jon Ander Peñalba.
* External special remote protocol now includes commands for setting
and getting the urls associated with a key.
* Urls can now be claimed by remotes. This will allow creating,
for example, a external special remote that handles magnet: and
*.torrent urls.
* Use wget -q --show-progress for less verbose wget output,
when built with wget 1.16.
* Added bittorrent special remote.
* addurl behavior change: When downloading an url ending in .torrent,
it will download files from bittorrent, instead of the old behavior
of adding the torrent file to the repository.
* Added Recommends on aria2.
* When possible, build with the haskell torrent library for parsing
torrent files. As a fallback, can instead use btshowmetainfo from
bittornado | bittorrent.
* Fix build with -f-S3."""]]