From 301271db37257a2bd74a4801af22ff45247051c3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Apr 2025 13:34:57 -0400 Subject: [PATCH] add news item for git-annex 10.20250416 --- doc/news/version_10.20241031.mdwn | 25 ------------------------- doc/news/version_10.20250416.mdwn | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 25 deletions(-) delete mode 100644 doc/news/version_10.20241031.mdwn create mode 100644 doc/news/version_10.20250416.mdwn diff --git a/doc/news/version_10.20241031.mdwn b/doc/news/version_10.20241031.mdwn deleted file mode 100644 index 6e7fde8e94..0000000000 --- a/doc/news/version_10.20241031.mdwn +++ /dev/null @@ -1,25 +0,0 @@ -git-annex 10.20241031 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * Sped up proxied downloads from special remotes, by streaming. - * Added GETORDERED request to external special remote protocol. - When the external special remote responds with ORDERED, it can stream - through a proxy. - * p2phttp: Support serving unauthenticated users while requesting - authentication for operations that need it. Eg, --unauth-readonly - can be combined with --authenv. - * p2phttp: Allow unauthenticated users to lock content by default. - * p2phttp: Added --unauth-nolocking option to prevent unauthenticated - users from locking content. - * Allow enabling the servant build flag with older versions of stm, - allowing building with ghc 9.0.2. - * git-remote-annex: Fix bug that prevented using it with external special - remotes, leading to protocol error messages involving "GITMANIFEST". - * adjust: Allow any order of options when combining --hide-missing with - options like --unlock. - * Support P2P protocol version 4. This allows DATA-PRESENT to be sent - after PUT (and in the HTTP P2P protocol, v4/put has a data-present - parameter). When used with a proxy to a special remote like a S3 - bucket, this allows a custom client to upload content to S3 itself, - and then use the P2P protocol to inform the proxy that the content has - been stored there, which will result in the same git-annex branch state - updates as sending DATA via the proxy. - * Fix hang when receiving a large file into a proxied special remote."""]] \ No newline at end of file diff --git a/doc/news/version_10.20250416.mdwn b/doc/news/version_10.20250416.mdwn new file mode 100644 index 0000000000..6768a0b469 --- /dev/null +++ b/doc/news/version_10.20250416.mdwn @@ -0,0 +1,19 @@ +git-annex 10.20250416 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Added the mask special remote. + * updatecluster, updateproxy: When a remote that has no annex-uuid is + configured as annex-cluster-node, warn and avoid writing bad data to + the git-annex branch. + * Fix build without the assistant. + * fsck: Avoid complaining about required content of dead repositories. + * drop: Avoid redundant object directory thawing. + * httpalso: Windows url fix. + * Added remote.name.annex-web-options config, which is a per-remote + version of the annex.web-options config. + * migrate: Fix --remove-size to work when a file is not present. + Fixes reversion introduced in version 10.20231129. + * Support git remotes that use a IPV6 link-local address with a zone ID. + * Support git remotes that use an url with a user name that is URL + encoded, or in the case of an "scp-style" url, a user name that must be + encoded to be legal in an URL. + * Fix git-lfs special remote ssh endpoint discovery when the repository + path is URL encoded."""]] \ No newline at end of file