add news item for git-annex 5.20141125
This commit is contained in:
parent
6f2c73d288
commit
5373499042
2 changed files with 8 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
git-annex 5.20140919 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Security fix for S3 and glacier when using embedcreds=yes with
|
||||
encryption=pubkey or encryption=hybrid. CVE-2014-6274
|
||||
The creds embedded in the git repo were *not* encrypted.
|
||||
git-annex enableremote will warn when used on a remote that has
|
||||
this problem. For details, see:
|
||||
https://git-annex.branchable.com/upgrades/insecure\_embedded\_creds/
|
||||
* assistant: Detect when repository has been deleted or moved, and
|
||||
automatically shut down the assistant. Closes: #[761261](http://bugs.debian.org/761261)
|
||||
* Windows: Avoid crashing trying to list gpg secret keys, for gcrypt
|
||||
which is not yet supported on Windows.
|
||||
* WebDav: Fix enableremote crash when the remote already exists.
|
||||
(Bug introduced in version 5.20140817.)
|
||||
* add: In direct mode, adding an annex symlink will check it into git,
|
||||
as was already done in indirect mode."""]]
|
8
doc/news/version_5.20141125.mdwn
Normal file
8
doc/news/version_5.20141125.mdwn
Normal file
|
@ -0,0 +1,8 @@
|
|||
git-annex 5.20141125 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Remove fixup code for bad bare repositories created by
|
||||
versions 5.20131118 through 5.20131127. That fixup code would
|
||||
accidentially fire when --git-dir was incorrectly
|
||||
pointed at the working tree of a git-annex repository,
|
||||
possibly resulting in data loss. Closes: #[768093](http://bugs.debian.org/768093)
|
||||
* Windows: Fix crash when user.name is not set in git config."""]]
|
Loading…
Reference in a new issue