diff --git a/doc/news/version_10.20230828.mdwn b/doc/news/version_10.20230828.mdwn deleted file mode 100644 index bf5583cbb0..0000000000 --- a/doc/news/version_10.20230828.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -git-annex 10.20230828 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * oldkeys: New command that lists the keys used by old versions of a file. - * Fix behavior of onlyingroup. - * info: Added --dead-repositories option. - * Significant startup speed increase by avoiding repeatedly checking - if some remote git-annex branch refs need to be merged. - * Fix behavior when importing a tree from a directory remote when the - directory does not exist. An empty tree was imported, rather than the - import failing. - * sync, assist, push, pull: Skip more types of remotes when they - are not available due to eg being on a drive that is offline. - (directory, borg, bup, ddar, gcrypt, rsync) - * info: Added available to the info displayed for a remote. - * Added AVAILABILITY UNAVAILABLE and the UNAVAILABLERESPONSE extension - to the external special remote protocol. - * The remote.name.annex-availability git config is no longer used. - * Avoid using curl when annex.security.allowed-ip-addresses is set - but neither annex.web-options nor annex.security.allowed-url-schemes - is set to a value that needs curl. - * Stop bundling curl in the OSX dmg and linux standalone image. - * diffdriver: Added --get option. - * diffdriver: Refuse to run when not in a git-annex repository."""]] \ No newline at end of file diff --git a/doc/news/version_10.20240129.mdwn b/doc/news/version_10.20240129.mdwn new file mode 100644 index 0000000000..87f8fd0985 --- /dev/null +++ b/doc/news/version_10.20240129.mdwn @@ -0,0 +1,24 @@ +git-annex 10.20240129 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * info: Added "annex sizes of repositories" table to the overall display. + * import: Sped up import from special remotes. + * import: Added --message/-m option. + * Support using commands that implement the Stateless OpenPGP command line + interface, as an alternative to gpg. + Currently only supported for encryption=shared special remotes, + when annex.shared-sop-command is configured. + * test: Test a specified Stateless OpenPGP command when + run with eg --test-git-config annex.shared-sop-command=sqop + * Improve disk free space checking when transferring unsized keys to + local git remotes. + * Added configs annex.stalldetection-download, annex.stalldetection-upload, + annex.bwlimit-download, annex.bwlimit-upload, + and similar per-remote configs. + * Improve annex.stalldetection to handle remotes that update progress + less frequently than the configured time period. + * external: Monitor file size when getting content from external + special remotes and use that to update the progress meter, + in case the external special remote program does not report progress. + * Added --expected-present file matching option. + * webapp: Added --port option, and annex.port config. + * assistant: When generating a gpg secret key, avoid hardcoding the + key algorithm and size."""]] \ No newline at end of file