Skip to content

Releases: Detegr/rust-ctrlc

v3.4.4

10 Mar 07:45
Compare
Choose a tag to compare

nix 0.27 -> 0.28
MSRV 1.63.0 -> 1.69.0

v3.4.2

23 Dec 07:57
Compare
Choose a tag to compare
  • windows-sys 0.52

v3.4.1

03 Sep 12:19
Compare
Choose a tag to compare
  • Support for QNX Neutrino
  • Nix 0.27

v3.4.0

30 May 17:56
Compare
Choose a tag to compare
  • Use double checked locking to prevent race condition in set_handler
  • Move the implementation for #98 to ctrlc::try_set_handler and keep overwriting existing handlers in ctrlc::set_handler

v3.3.1

23 May 09:11
Compare
Choose a tag to compare
  • Registering a handler over an existing handler on unix systems is now an error

v3.2.5

05 Feb 07:25
Compare
Choose a tag to compare
  • Haiku support
  • Migration from winapi to windows-sys.

3.2.0

10 Aug 19:38
Compare
Choose a tag to compare

Feature termination will now handle SIGINT, SIGTERM and SIGHUP when previously it only handled SIGINT and SIGTERM.