add news item for git-annex 5.20141013

This commit is contained in:
Joey Hess 2014-10-13 11:37:15 -04:00
parent 86a7bddb41
commit 60dbc95612
2 changed files with 7 additions and 13 deletions

View file

@ -1,13 +0,0 @@
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)"""]]

View file

@ -0,0 +1,7 @@
git-annex 5.20141013 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Adjust cabal file to support building w/o assistant on the hurd.
* Support building with yesod 1.4.
* S3: Fix embedcreds=yes handling for the Internet Archive.
* map: Handle .git prefixed remote repos. Closes: #[614759](http://bugs.debian.org/614759)
* repair: Prevent auto gc from happening when fetching from a remote."""]]