add news item for git-annex 5.20150731

This commit is contained in:
Joey Hess 2015-07-31 12:08:27 -04:00
parent dace1f3162
commit 83008496c7
2 changed files with 13 additions and 15 deletions

View file

@ -1,15 +0,0 @@
git-annex 5.20150528 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* fromkey, registerurl: Allow urls to be specified instead of keys,
and generate URL keys.
* Linux standalone, OSX app: Improve runshell script to always quote
shell vars, so that it will work when eg, untarred into a directory
path with spaces in its name.
* Revert removal dependency on obsolete hamlet package, since the
autobuilders are not ready for this change yet and it prevented them
from building the webapp. Reopens: #786659
* fsck: When checksumming a file fails due to a hardware fault,
the file is now moved to the bad directory, and the fsck proceeds.
Before, the fsck immediately failed.
* Linux standalone: The webapp was not built in the previous release,
this release fixes that oversight."""]]

View file

@ -0,0 +1,13 @@
git-annex 5.20150731 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* webapp: Support enabling known gitlab.com remotes.
* Fix rsync special remote to work when -Jn is used for concurrent
uploads.
* The last release accidentially removed a number of options from the
copy command. (-J, file matching options, etc). These have been added
back.
* init: Detect when the filesystem is crippled such that it ignores
attempts to remove the write bit from a file, and enable direct mode.
Seen with eg, NTFS fuse on linux.
* Fix man page installation by cabal install; all the new man pages are
now installed."""]]