add news item for git-annex 5.20140831

This commit is contained in:
Joey Hess 2014-08-31 13:44:44 -07:00
parent 62e6ad8bee
commit e47fddface
2 changed files with 13 additions and 16 deletions

View file

@ -1,16 +0,0 @@
git-annex 5.20140613 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Ignore setsid failures.
* Avoid leaving behind .tmp files when failing in some cases, including
importing files to a disk that is full.
* Avoid bad commits after interrupted direct mode sync (or merge).
* Fix build with wai 0.3.0.
* Deal with FAT's low resolution timestamps, which in combination with
Linux's caching of higher res timestamps while a FAT is mounted, caused
direct mode repositories on FAT to seem to have modified files after
they were unmounted and remounted.
* Windows: Fix opening webapp when repository is in a directory with
spaces in the path.
* Detect when Windows has lost its mind in a timezone change, and
automatically apply a delta to the timestamps it returns, to get back to
sane values."""]]

View file

@ -0,0 +1,13 @@
git-annex 5.20140831 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Make --help work when not in a git repository. Closes: #[758592](http://bugs.debian.org/758592)
* Ensure that all lock fds are close-on-exec, fixing various problems with
them being inherited by child processes such as git commands.
* When accessing a local remote, shut down git-cat-file processes
afterwards, to ensure that remotes on removable media can be unmounted.
Closes: #[758630](http://bugs.debian.org/758630)
* Fix handing of autocorrection when running outside a git repository.
* Fix stub git-annex test support when built without tasty.
* Do not preserve permissions and acls when copying files from
one local git repository to another. Timestamps are still preserved
as long as cp --preserve=timestamps is supported. Closes: #[729757](http://bugs.debian.org/729757)"""]]