From 76c0a38025df704dc65233bf8b4288422ed91895 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 15 Jun 2019 12:39:48 -0400 Subject: [PATCH] add news item for git-annex 7.20190615 --- doc/news/version_7.20190129.mdwn | 12 ----------- doc/news/version_7.20190615.mdwn | 35 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 12 deletions(-) delete mode 100644 doc/news/version_7.20190129.mdwn create mode 100644 doc/news/version_7.20190615.mdwn diff --git a/doc/news/version_7.20190129.mdwn b/doc/news/version_7.20190129.mdwn deleted file mode 100644 index 7c4087e72b..0000000000 --- a/doc/news/version_7.20190129.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -git-annex 7.20190129 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * initremote S3: When configured with versioning=yes, either ask the user - to enable bucket versioning, or auto-enable it when built with aws-0.22. - * enableremote S3: Do not let versioning=yes be set on existing remote, - because when git-annex lacks S3 version IDs for files stored in - the bucket, deleting them would cause data loss. - * S3: Detect when version=yes but an exported file lacks a S3 version ID, - and refuse to delete it, to avoid data loss. - * S3: Send a Content-Type header when storing objects in S3, - so exports to public buckets can be linked to from web pages. - (When git-annex is built with MagicMime support.)"""]] \ No newline at end of file diff --git a/doc/news/version_7.20190615.mdwn b/doc/news/version_7.20190615.mdwn new file mode 100644 index 0000000000..ed22407029 --- /dev/null +++ b/doc/news/version_7.20190615.mdwn @@ -0,0 +1,35 @@ +git-annex 7.20190615 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fixed bug that caused git-annex to fail to add a file when another + git-annex process cleaned up the temp directory it was using. + * Makefile: Added install-completions to install target. + * Added the ability to run one job per CPU (core), by setting + annex.jobs=cpus, or using option --jobs=cpus or -Jcpus. + * Honor preferred content of a special remote when exporting trees to it; + unwanted files are filtered out of the tree that is exported. + * Importing from a special remote honors its preferred content too; + unwanted files are not imported. But, some preferred content + expressions can't be checked before files are imported, and trying to + import with such an expression will fail. + * Don't try to import .git directories from special remotes, because + git does not support storing git repositories inside a git repository. + * Improve shape of commit tree when importing from unversioned special + remotes. + * init: When the repository already has a description, don't change it. + * describe: When run with no description parameter it used to set + the description to "", now it will error out. + * Android: Improve installation process when the user's login shell is not + bash. + * When a remote is configured to be readonly, don't allow changing + what's exported to it. + * Renamed annex.security.allowed-http-addresses to + annex.security.allowed-ip-addresses because it is not really specific + to the http protocol, also limiting eg, git-annex's use of ftp. + The old name for the config will still work. + * Add back support for ftp urls, which was disabled as part of the fix for + security hole CVE-2018-10857 (except for configurations which enabled curl + and bypassed public IP address restrictions). Now it will work + if allowed by annex.security.allowed-ip-addresses. + * Avoid a delay at startup when concurrency is enabled and there are + rsync or gcrypt special remotes, which was caused by git-annex + opening a ssh connection to the remote too early."""]] \ No newline at end of file