diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-09 16:40:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-09 16:40:50 -0400 |
commit | c49ab788453400eadff2f876b915de012feb8924 (patch) | |
tree | 8d8baead00b90aa7d7842e1af280fc5f8201d9b7 /doc/news | |
parent | f4df6336edd94dad7019153c916b80540641fbf7 (diff) |
add news item for git-annex 5.20150409
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_5.20150219.mdwn | 34 | ||||
-rw-r--r-- | doc/news/version_5.20150409.mdwn | 23 |
2 files changed, 23 insertions, 34 deletions
diff --git a/doc/news/version_5.20150219.mdwn b/doc/news/version_5.20150219.mdwn deleted file mode 100644 index 0225e8562..000000000 --- a/doc/news/version_5.20150219.mdwn +++ /dev/null @@ -1,34 +0,0 @@ -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 diff --git a/doc/news/version_5.20150409.mdwn b/doc/news/version_5.20150409.mdwn new file mode 100644 index 000000000..49ddd8c9a --- /dev/null +++ b/doc/news/version_5.20150409.mdwn @@ -0,0 +1,23 @@ +git-annex 5.20150409 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * This fixes a bug in the assistant introduced by the literal pathspec + changes in version 5.20150406. + * --quiet now suppresses progress displays from eg, rsync. + (Second time's the charm..) + * fromkey, registerurl: When reading from stdin, allow the + filename and url, respectively, to contain whitespace. + * add: If annex.largefiles is set and does not match a file that's being + added, the file will be checked into git rather than being added to the + annex. Previously, git annex add skipped over such files; this new + behavior is more useful in direct mode. + * proxy: Made it work when run in a new repository before initial + commit. + * info: Display repository mode: bare when in a bare (non-direct mode) + repo. + * importfeed: Fix feed download when curl is used. + * importfeed: Error out when passed a non-url. + * webapp: When adding another local repository, and combining it + with the current repository, the new repository's remote path + was set to "." rather than the path to the current repository. + This was a reversion caused by the relative path changes in 5.20150113. + * contentlocationn: New plumbing command."""]]
\ No newline at end of file |