diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-06 17:21:45 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-06 17:21:45 -0400 |
commit | 3287f2a163c4298324dad09ab42c5bf8baf9cfb2 (patch) | |
tree | 2b8dfc3285189f846c46def39cb2bb5f33951401 /doc/news | |
parent | 6bc95373ef29881829ca3372a85496ef693fc428 (diff) |
add news item for git-annex 5.20150406.1
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_5.20150205.mdwn | 34 | ||||
-rw-r--r-- | doc/news/version_5.20150406.1.mdwn | 6 |
2 files changed, 6 insertions, 34 deletions
diff --git a/doc/news/version_5.20150205.mdwn b/doc/news/version_5.20150205.mdwn deleted file mode 100644 index 778705dbc..000000000 --- a/doc/news/version_5.20150205.mdwn +++ /dev/null @@ -1,34 +0,0 @@ -git-annex 5.20150205 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * info: Can now display info about a given uuid. - * Added to remote/uuid info: Count of the number of keys present - on the remote, and their size. This is rather expensive to calculate, - so comes last and --fast will disable it. - * info remote: Include the date of the last sync with the remote. - * sync: Added --message/-m option like git commit. - * remotedaemon: Fix problem that could prevent ssh connections being - made after two LOSTNET messages were received in a row (perhaps due to - two different network interfaces being brought down). - * Fix build failure when wget is not installed. - * Fix wording of message displayed when unable to get a file that - is available in untrusted repositories. - * addurl: When a Content-Disposition header suggests a filename to use, - addurl will consider using it, if it's reasonable and doesn't conflict - with an existing file. (--file overrides this) - * Fix default repository description created by git annex init, - which got broken by the relative path changes in the last release. - * init: Repository tuning parameters can now be passed when initializing a - repository for the first time. For details, see - http://git-annex.branchable.com/tuning/ - * merge: Refuse to merge changes from a git-annex branch of a repo - that has been tuned in incompatible ways. - * Support annex.tune.objecthash1, annex.tune.objecthashlower, and - annex.tune.branchhash1. - * Remove support for building without cryptohash. - * Added MD5 and MD5E backends. - * assistant: Fix local pairing when ssh pubkey comment contains spaces. - * Avoid using fileSize which maxes out at just 2 gb on Windows. - Instead, use hFileSize, which doesn't have a bounded size. - Fixes support for files > 2 gb on Windows. - * Windows: Fix running of the pre-commit-annex hook. - * Windows: Fix S3 special remote; need to call withSocketsDo. Thanks, Trent."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20150406.1.mdwn b/doc/news/version_5.20150406.1.mdwn new file mode 100644 index 000000000..e575ee998 --- /dev/null +++ b/doc/news/version_5.20150406.1.mdwn @@ -0,0 +1,6 @@ +git-annex 5.20150406.1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fixes a bug in the last release that caused rsync and possibly + other commands to hang at the end of a file transfer. + (--quiet is back to not blocking progress displays until + that code can be fixed properly.)"""]]
\ No newline at end of file |