restic/changelog/0.8.1_2017-12-27/pull-1439

7 lines
198 B
Plaintext
Raw Normal View History

2017-12-25 22:26:56 +01: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