add news item for git-annex 7.20181211
This commit is contained in:
parent
426bdbf113
commit
992373b0c4
2 changed files with 23 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
git-annex 6.20181011 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* sync: Warn when a remote's export is not updated to the current
|
|
||||||
tree because export tracking is not configured.
|
|
||||||
* Improve display when git config download from a http remote fails.
|
|
||||||
* Added annex.jobs setting, which is like using the -J option.
|
|
||||||
* Fix reversion in support of annex.web-options.
|
|
||||||
* rmurl: Fix a case where removing the last url left git-annex thinking
|
|
||||||
content was still present in the web special remote.
|
|
||||||
* SETURLPRESENT, SETURIPRESENT, SETURLMISSING, and SETURIMISSING
|
|
||||||
used to update the presence information of the external special remote
|
|
||||||
that called them; this was not documented behavior and is no longer done.
|
|
||||||
* export: Fix false positive in export conflict detection, that occurred
|
|
||||||
when the same tree was exported by multiple clones.
|
|
||||||
* Fix potential crash in exporttree database due to failure to honor
|
|
||||||
uniqueness constraint.
|
|
||||||
* Fix crash when exporttree is set to a bad value.
|
|
||||||
* Linux standalone: Avoid using bundled cp before envionment is fully set up.
|
|
||||||
* Added arm64 Linux standalone build.
|
|
||||||
* Improved termux installation process."""]]
|
|
23
doc/news/version_7.20181211.mdwn
Normal file
23
doc/news/version_7.20181211.mdwn
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
git-annex 7.20181211 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* S3: Improve diagnostics when a remote is configured with exporttree and
|
||||||
|
versioning, but no S3 version id has been recorded for a key.
|
||||||
|
* findref: Support file matching options: --include, --exclude,
|
||||||
|
--want-get, --want-drop, --largerthan, --smallerthan, --accessedwithin
|
||||||
|
* Commands supporting --branch now apply file matching options --include,
|
||||||
|
--exclude, --want-get, --want-drop to filenames from the branch.
|
||||||
|
Previously, combining --branch with those would fail to match anything.
|
||||||
|
* add, import, findref: Support --time-limit.
|
||||||
|
* Add --branch option to git-annex find and mildly deprecate findref in
|
||||||
|
favor of it.
|
||||||
|
* webdav: When initializing, avoid trying to make a directory at the top of
|
||||||
|
the webdav server, which could never accomplish anything and failed on
|
||||||
|
nextcloud servers. (Reversion introduced in version 6.20170925.)
|
||||||
|
* Fix a case where upgrade to v7 caused git to think that unlocked files
|
||||||
|
were modified.
|
||||||
|
* Fix bug upgrading from direct mode to v7: when files in the repository
|
||||||
|
were already committed as v7 unlocked files elsewhere, and the
|
||||||
|
content was present in the direct mode repository, the annexed files
|
||||||
|
got their full content checked into git.
|
||||||
|
* Fix bug that caused v7 unlocked files in a direct mode repository
|
||||||
|
to get locked when committing."""]]
|
Loading…
Add table
Reference in a new issue