add news item for git-annex 7.20191009

This commit is contained in:
Joey Hess 2019-10-09 12:33:30 -04:00
parent 8131451c35
commit 212abec4b2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 29 additions and 25 deletions

View file

@ -1,22 +0,0 @@
git-annex 7.20190626 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* get, move, copy, sync: When -J or annex.jobs has enabled concurrency,
checksum verification uses a separate job pool than is used for
downloads, to keep bandwidth saturated.
* Other commands also run their cleanup phase using a separate job pool
than their perform phase, which may make some of them somewhat faster
when running concurrently as well.
* When downloading an url and the destination file exists but is empty,
avoid using http range to resume, since a range "bytes=0-" is an unusual
edge case that it's best to avoid relying on working. This is known to
fix a case where importfeed downloaded a partial feed from such a server.
* importfeed: When there's a problem parsing the feed, --debug will
output the feed content that was downloaded.
* init: Fix a reversion in the last release that prevented automatically
generating and setting a description for the repository.
* add: Display progress meter when hashing files.
* add: Support --json-progress option.
* The Linux standalone arm build now works again on CPU versions below
arm6. Thanks to Emanuele Olivetti, Ilias Tsitsimpis, Bernhard
Übelacker, and Adrian Bunk for fixing ghc in Debian (bug #928882).
* OSX dmg: Put git-annex's version in the Info.plist file."""]]

View file

@ -1,3 +0,0 @@
git-annex 7.20190708 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix find --json to output json once more."""]]

View file

@ -0,0 +1,29 @@
git-annex 7.20191009 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix bug in handling of annex.largefiles that use largerthan/smallerthan.
When adding a modified file, it incorrectly used the file size of the
old version of the file, not the current size.
* Added --mimetype and --mimeencoding file matching options.
* Added --unlocked and --locked file matching options.
* Added adjust --lock, to enter an adjusted branch where files are locked.
* git-lfs: Added support for http basic auth.
* git-lfs: Only do endpoint discovery once when concurrency is enabled.
* fsck --incremental/--more: Fix bug that prevented the incremental fsck
information from being updated every 5 minutes as it was supposed to be;
it was only updated after 1000 files were checked, which may be more
files that are possible to fsck in a given fsck time window.
Thanks to Peter Simons for help with analysis of this bug.
* Test: Use more robust directory removal when built with directory-1.2.7.
* Close sqlite databases more robustly.
* remotedaemon: Don't list --stop in help since it's not supported.
* enable-tor: Run kdesu with -c option.
* enable-tor: Use pkexec to run command as root when gksu and kdesu are not
available.
* When dropping an unlocked file, preserve its mtime, which avoids
git status unncessarily running the clean filter on the file.
* uninit: Remove several git hooks that git-annex init sets up.
* uninit: Remove the smudge and clean filters that git-annex init sets up.
* Work around git cat-file --batch's odd stripping of carriage return
from the end of the line (some windows infection), avoiding crashing
when the repo contains a filename ending in a carriage return.
* git-annex-standalone.rpm: Fix the git-annex-shell symlink."""]]