diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-19 14:55:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-19 14:55:05 -0400 |
commit | 7f76df011528fdc6a6ec086e3c586d2117f27ffa (patch) | |
tree | 89448688d2b0f91294f0b9f6d33dd6b94157462b /doc/news | |
parent | 78fd6fc6c687c448c40ee8f9effb6e620a4bd2ad (diff) |
add news item for git-annex 5.20150219
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_5.20141219.mdwn | 20 | ||||
-rw-r--r-- | doc/news/version_5.20150219.mdwn | 34 |
2 files changed, 34 insertions, 20 deletions
diff --git a/doc/news/version_5.20141219.mdwn b/doc/news/version_5.20141219.mdwn deleted file mode 100644 index 74d228c52..000000000 --- a/doc/news/version_5.20141219.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -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 diff --git a/doc/news/version_5.20150219.mdwn b/doc/news/version_5.20150219.mdwn new file mode 100644 index 000000000..0225e8562 --- /dev/null +++ b/doc/news/version_5.20150219.mdwn @@ -0,0 +1,34 @@ +git-annex 5.20150219 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * glacier: Detect when the glacier command in PATH is the wrong one, + from boto, rather than from glacier-cli, and refuse to use it, + since the boto program fails to fail when passed + parameters it does not understand. + * groupwanted: New command to set the groupwanted preferred content + expression. + * import: Support file matching options such as --exclude, --include, + --smallerthan, --largerthan + * The file matching options are now only accepted by commands that + can actually use them, instead of by all commands. + * import: Avoid checksumming file twice when run in the default + or --duplicate mode. + * Windows: Fix bug in dropping an annexed file, which + caused a symlink to be staged that contained backslashes. + * webapp: Fix reversion in opening webapp when starting it manually + inside a repository. + * assistant: Improve sanity check for control characters when pairing. + * Improve race recovery code when committing to git-annex branch. + * addurl: Avoid crash if quvi is not installed, when git-annex was + built with process-1.2 + * bittorrent: Fix mojibake introduced in parsing arai2c progress output. + * fsck --from: If a download from a remote fails, propagate the failure. + * metadata: When setting metadata, do not recurse into directories by + default, since that can be surprising behavior and difficult to recover + from. The old behavior is available by using --force. + * sync, assistant: Include repository name in head branch commit message. + * The ssh-options git config is now used by gcrypt, rsync, and ddar + special remotes that use ssh as a transport. + * sync, assistant: Use the ssh-options git config when doing git pull + and push. + * remotedaemon: Use the ssh-options git config. + * Linux standalone: Improved process names of linker shimmed programs."""]]
\ No newline at end of file |