add news item for git-annex 10.20250115
This commit is contained in:
parent
7a8bc19228
commit
84cd166805
2 changed files with 26 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
git-annex 10.20240831 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text=""" * Special remotes configured with exporttree=yes annexobjects=yes
|
||||
can store objects in .git/annex/objects, as well as an exported tree.
|
||||
* Support proxying to special remotes configured with
|
||||
exporttree=yes annexobjects=yes, and allow such remotes to be used as
|
||||
cluster nodes.
|
||||
* post-retrieve: When proxying is enabled for an exporttree=yes
|
||||
special remote (or it is a cluster node) and the configured
|
||||
remote.name.annex-tracking-branch is received, the tree is
|
||||
exported to the special remote.
|
||||
* Support "balanced=", "fullybalanced=", "sizebalanced=" and
|
||||
"fullysizebalanced=" in preferred content expressions.
|
||||
* Added --rebalance option.
|
||||
* Added the annex.fullybalancedthreshhold git config.
|
||||
* maxsize: New command to tell git-annex how large the expected maximum
|
||||
size of a repository is, and to display repository sizes.
|
||||
* vicfg: Include maxsize configuration.
|
||||
* info: Improved speed by using new repository size tracking.
|
||||
* lookupkey: Allow using --ref in a bare repository.
|
||||
* export: Added --from option.
|
||||
* git-remote-annex: Store objects in exportree=yes special remotes
|
||||
in the same paths used by annexobjects=yes. This is a backwards
|
||||
compatible change.
|
||||
* updateproxy, updatecluster: Prevent using an exporttree=yes special
|
||||
remote that does not have annexobjects=yes, since it will not work.
|
||||
* The config versioning=true is now reserved for use by versioned special
|
||||
remotes. External special remotes should not use that config for their
|
||||
own purposes."""]]
|
26
doc/news/version_10.20250115.mdwn
Normal file
26
doc/news/version_10.20250115.mdwn
Normal file
|
@ -0,0 +1,26 @@
|
|||
git-annex 10.20250115 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text=""" * Improve handing of ssh connection problems during
|
||||
remote annex.uuid discovery.
|
||||
* log: Support --key, as well as --branch and --unused.
|
||||
* Avoid verification error when addurl --verifiable is used
|
||||
with an url claimed by a special remote other than the web.
|
||||
* Fix installation on Android.
|
||||
* Allow enableremote of an existing webdav special remote that has
|
||||
read-only access.
|
||||
* git-remote-annex: Use enableremote rather than initremote.
|
||||
* Windows: Fix permission denied error when dropping files that
|
||||
have the readonly attribute set.
|
||||
* Added freezecontent-annex and thawcontent-annex hooks that
|
||||
correspond to the git configs annex.freezecontent and
|
||||
annex.thawcontent.
|
||||
* Added secure-erase-annex hook that corresponds to the git config
|
||||
annex.secure-erase-command.
|
||||
* Added commitmessage-annex hook that corresponds to the git config
|
||||
annex.commitmessage-command.
|
||||
* Added http-headers-annex hook that corresponds to the git config
|
||||
annex.http-headers-command.
|
||||
* Added git configs annex.post-update-command and annex.pre-commit-command
|
||||
that correspond to the post-update-annex and pre-commit-annex hooks.
|
||||
* Added annex.pre-init-command git config and pre-init-annex hook
|
||||
that is run before git-annex repository initialization.
|
||||
* Linux standalone builds' bundled rsync updated to fix security holes."""]]
|
Loading…
Add table
Add a link
Reference in a new issue