diff options
author | 2015-12-08 11:28:19 -0400 | |
---|---|---|
committer | 2015-12-08 11:28:19 -0400 | |
commit | 24edbdd707afafd5579c7e3e0de3dae72e73b881 (patch) | |
tree | 4df6b096c5091ca855614753c8f96b2354430221 | |
parent | 6fe40682571fd5dc1fe9b91e8a9bcecfa24377db (diff) |
add news item for git-annex 5.20151208
-rw-r--r-- | doc/news/version_5.20150930.mdwn | 19 | ||||
-rw-r--r-- | doc/news/version_5.20151208.mdwn | 24 |
2 files changed, 24 insertions, 19 deletions
diff --git a/doc/news/version_5.20150930.mdwn b/doc/news/version_5.20150930.mdwn deleted file mode 100644 index 0d545e3f3..000000000 --- a/doc/news/version_5.20150930.mdwn +++ /dev/null @@ -1,19 +0,0 @@ -git-annex 5.20150930 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Added new linux standalone "ancient" build to support kernels - like 2.6.32. - * info: Don't allow use in a non-git-annex repository, since it - uses the git-annex branch and would create it if it were missing. - * assistant: When updating ~/.ssh/config, preserve any symlinks. - * webapp: Remove the "disable remote" feature from the UI. - * S3: When built with aws-0.13.0, supports using more storage classes. - In particular, storageclass=STANDARD\_IA to use Amazon's - new Infrequently Accessed storage, and storageclass=NEARLINE - to use Google's NearLine storage. - * Improve ~/.ssh/config modification code to not add trailing spaces - to lines it cannot parse. - * Fix a crash at direct mode merge time when .git/index doesn't exist - yet. Triggered by eg, git-annex sync --no-commit in a fresh clone of - a repository. - * status: Show added but not yet committed files. - * Added stack.yaml to support easy builds from source with stack."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20151208.mdwn b/doc/news/version_5.20151208.mdwn new file mode 100644 index 000000000..0a8b74251 --- /dev/null +++ b/doc/news/version_5.20151208.mdwn @@ -0,0 +1,24 @@ +git-annex 5.20151208 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Build with -j1 again to get reproducible build. + * Display progress meter in -J mode when copying from a local git repo, + to a local git repo, and from a remote git repo. + * Display progress meter in -J mode when downloading from the web. + * map: Improve display of git remotes with non-ssh urls, including http + and gcrypt. + * When core.sharedRepository is set, annex object files are not made mode + 444, since that prevents a user other than the file owner from locking + them. Instead, a mode such as 664 is used in this case. + * tahoe: Include tahoe capabilities in whereis display. + * import: Changed to honor annex.largefiles settings. + * addurl, importfeed: Changed to honor annex.largefiles settings, + when the content of the url is downloaded. (Not when using --fast or + --relaxed.) + * webapp: Fix bugs that could result in a relative path such as "." + being written to ~/.config/git-annex/autostart, and ignore any such + relative paths in the file. + This was a reversion caused by the relative path changes in 5.20150113. + * dropunused: Make more robust when trying to drop an object that has + already been dropped. + * Fix reversion in handling of long filenames, particularly when using + addurl/importfeed, which was introduced in the previous release."""]]
\ No newline at end of file |