diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-19 17:10:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-19 17:10:09 -0400 |
commit | 0c7a5ed99a936020fa99747c53bcceb8c98230bd (patch) | |
tree | 6ee05b05e22f5074dce5fdb9929bd532224cefb6 /doc/news | |
parent | f6928a1d6a3752899bd436c47fa1def46abbcd37 (diff) |
add news item for git-annex 5.20141219
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_5.20141013.mdwn | 7 | ||||
-rw-r--r-- | doc/news/version_5.20141219.mdwn | 20 |
2 files changed, 20 insertions, 7 deletions
diff --git a/doc/news/version_5.20141013.mdwn b/doc/news/version_5.20141013.mdwn deleted file mode 100644 index d4eb62fa0..000000000 --- a/doc/news/version_5.20141013.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20141219.mdwn b/doc/news/version_5.20141219.mdwn new file mode 100644 index 000000000..74d228c52 --- /dev/null +++ b/doc/news/version_5.20141219.mdwn @@ -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."""]]
\ No newline at end of file |