Skip to content

Releases: xcode-actions/swift-signal-handling

SignalHandling 1.2 beta 1

24 Dec 10:36
1.2.0-beta.1

Choose a tag to compare

Pre-release
1.2.0-beta.1

SignalHandling 1.2 beta 1

SignalHandling 1.1.2

24 Dec 10:36
1.1.2

Choose a tag to compare

Fix compilation with older versions of Swift.

SignalHandling 1.1.1

24 Dec 10:36
1.1.1

Choose a tag to compare

Added the list of signals that are supposed to kill a process.
Enhanced some log messages.

SignalHandling 1.1

24 Dec 10:35
1.1.0

Choose a tag to compare

Fix compilation on Linux using latest Swift Docker images.
Properly handle FileDescriptor depending on platform and co.

SignalHandling 1.0

11 Sep 19:31
1.0.0

Choose a tag to compare

First official release of SignalHandling!

SignalHandling 1.0.0-rc.1

30 May 16:36
1.0.0-rc.1

Choose a tag to compare

Pre-release
First full release of SignalHandling.

SignalHandling 0.2.0

22 Apr 10:22
0.2.0

Choose a tag to compare

Add possibility to unregister multiple delayed sigactions at the same time.
Fix visbility of a method.

SignalHandling 0.1.0

22 Apr 09:52
0.1.0

Choose a tag to compare

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

21 Apr 14:19
0.0.1

Choose a tag to compare

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.