mirror of
https://github.com/restic/restic.git
synced 2025-01-05 06:55:23 +00:00
Prominently mention SIGPIPE issue in CHANGELOG
This commit is contained in:
parent
69fcb604c8
commit
9d0f13c4c0
1 changed files with 8 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,6 +4,13 @@ released version of restic from the perspective of the user.
|
||||||
Important Changes in 0.X.Y
|
Important Changes in 0.X.Y
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
* We've disabled handling SIGPIPE again. Turns out, writing to broken TCP
|
||||||
|
connections also raised SIGPIPE, so restic exits on the first write to a
|
||||||
|
broken connection. Instead, restic should retry the request.
|
||||||
|
https://github.com/restic/restic/pull/1459
|
||||||
|
https://github.com/restic/restic/issues/1457
|
||||||
|
https://github.com/restic/restic/issues/1466
|
||||||
|
|
||||||
|
|
||||||
Small changes
|
Small changes
|
||||||
-------------
|
-------------
|
||||||
|
@ -26,8 +33,7 @@ Small changes
|
||||||
`--with-atime` to the `backup` command.
|
`--with-atime` to the `backup` command.
|
||||||
https://github.com/restic/restic/pull/1452
|
https://github.com/restic/restic/pull/1452
|
||||||
|
|
||||||
* We've improved the s3 backend to work with DigitalOcean Spaces. In addition,
|
* We've improved the s3 backend to work with DigitalOcean Spaces.
|
||||||
handling of SIGPIPE was removed.
|
|
||||||
https://github.com/restic/restic/pull/1459
|
https://github.com/restic/restic/pull/1459
|
||||||
https://github.com/restic/restic/issues/1457
|
https://github.com/restic/restic/issues/1457
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue