git-annex/doc/devblog/day_387__release_day.mdwn

11 lines
642 B
Text
Raw Normal View History

2016-04-28 20:19:20 +00:00
git-annex 6.20160419 has a rare security fix.
A [bug](http://git-annex.branchable.com/bugs/External_special_remote_broken__63__/) made encrypted special
2017-02-11 09:38:49 +00:00
remotes that are configured to use chunks accidentally expose the checksums
2016-04-28 20:19:20 +00:00
of content that is uploaded to the remote. Such information is supposed to
be hidden from the remote's view by the encryption. The same bug also made
resuming interrupted uploads to such remotes start over from the beginning.
After releasing that, I've been occupied today with fixing the Android
autobuilder, which somehow got its build environment broken (unsure how),
and fixing some other dependency issues.