2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 20:02:21 +00:00
restic/changelog/0.8.1_2017-12-27/pull-1439

7 lines
198 B
Plaintext
Raw Normal View History

2017-12-25 21:26:56 +00:00
Enhancement: Improve cancellation logic
The cancellation logic was improved, restic can now shut down cleanly when
requested to do so (e.g. via ctrl+c).
https://github.com/restic/restic/pull/1439