Releases: xcode-actions/swift-signal-handling
Releases · xcode-actions/swift-signal-handling
SignalHandling 1.2 beta 1
1.2.0-beta.1 SignalHandling 1.2 beta 1
SignalHandling 1.1.2
SignalHandling 1.1.1
Added the list of signals that are supposed to kill a process. Enhanced some log messages.
SignalHandling 1.1
Fix compilation on Linux using latest Swift Docker images. Properly handle FileDescriptor depending on platform and co.
SignalHandling 1.0
First official release of SignalHandling!
SignalHandling 1.0.0-rc.1
First full release of SignalHandling.
SignalHandling 0.2.0
Add possibility to unregister multiple delayed sigactions at the same time. Fix visbility of a method.
SignalHandling 0.1.0
Add possibility to update the sigaction of an unsigactioned signal. The install method of Sigaction will try and update an unsigactioned signal by default.
SignalHandling 0.0.1
First release of SignalHandling. It implements basic sigaction interface in Swift and a method to delay sigaction handlers. Currently this project is compatible with macOS only.