add news item for git-annex 6.20170925
This commit is contained in:
parent
76c9b580b3
commit
839c56469d
2 changed files with 22 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
git-annex 6.20170321 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* Bugfix: Passing a command a filename that does not exist sometimes
|
|
||||||
did not display an error, when a path to a directory was also passed.
|
|
||||||
* status: Propigate nonzero exit code from git status.
|
|
||||||
* Linux standalone builds put the bundled ssh last in PATH,
|
|
||||||
so any system ssh will be preferred over it.
|
|
||||||
* assistant: Add 1/200th second delay between checking each file
|
|
||||||
in the full transfer scan, to avoid using too much CPU.
|
|
||||||
* get -J: Improve distribution of jobs amoung remotes when there are more
|
|
||||||
jobs than remotes.
|
|
||||||
* fsck -q: When a file has bad content, include the name of the file
|
|
||||||
in the warning message.
|
|
||||||
* Windows: Improve handling of shebang in external special remote
|
|
||||||
program, searching for the program in the PATH.
|
|
||||||
* Drop support for building with old versions of dns, http-conduit,
|
|
||||||
directory, feed, and http-types.
|
|
||||||
* Windows: Fix bug in shell script shebang lookup code that
|
|
||||||
caused a "delayed read on closed handle" error.
|
|
||||||
* git-annex-shell: Fix bug when used with a recently cloned repository,
|
|
||||||
where "merging" messages were included in the output of configlist
|
|
||||||
(and perhaps other commands) and caused a "Failed to get annex.uuid
|
|
||||||
configuration" error.
|
|
||||||
* Support GIT\_SSH and GIT\_SSH\_COMMAND, which are handled close the same
|
|
||||||
as they are by git. However, unlike git, git-annex sometimes needs to
|
|
||||||
pass the -n parameter when using these.
|
|
||||||
* sync --content-of=path (-C path) added for when you want to sync
|
|
||||||
only some files' contents, not the whole working tree."""]]
|
|
22
doc/news/version_6.20170925.mdwn
Normal file
22
doc/news/version_6.20170925.mdwn
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
git-annex 6.20170925 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* git-annex export: New command, can create and efficiently update
|
||||||
|
exports of trees to special remotes.
|
||||||
|
* Use git-annex initremote with exporttree=yes to set up a special remote
|
||||||
|
for use by git-annex export.
|
||||||
|
* Implemented export to directory, S3, and webdav special remotes.
|
||||||
|
* External special remote protocol extended to support export.
|
||||||
|
Developers of external special remotes should consider if export makes
|
||||||
|
sense for them and add support.
|
||||||
|
* sync, assistant: Update tracking exports.
|
||||||
|
* Support building with feed-1.0, while still supporting older versions.
|
||||||
|
* init: Display an additional message when it detects a filesystem that
|
||||||
|
allows writing to files whose write bit is not set.
|
||||||
|
* S3: Allow removing files from IA.
|
||||||
|
* webdav: Checking if a non-existent file is present on Box.com
|
||||||
|
triggered a bug in its webdav support that generates an infinite series
|
||||||
|
of redirects. Deal with such problems by assuming such behavior means
|
||||||
|
the file is not present.
|
||||||
|
* webdav: Fix lack of url-escaping of filenames. Mostly impacted exports
|
||||||
|
of filenames containing eg spaces.
|
||||||
|
* webdav: Changed path used on webdav server for temporary files."""]]
|
Loading…
Add table
Add a link
Reference in a new issue