File: CHANGELOG.md

package info (click to toggle)
rust-async-signal 0.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 2
file content (46 lines) | stat: -rw-r--r-- 887 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Version 0.2.10

- Update windows-sys to v0.59. (#41)

# Version 0.2.9

- Fix the `clippy::needless_borrows_for_generic_args` lint in the README
  example. (#38)

# Version 0.2.8

- Update README.md to use a working example. (#35)

# Version 0.2.7

- Remove an invalid category from `Cargo.toml`. (#33)

# Version 0.2.6

- Bump `windows-sys` to 0.52 and `async-io` to 3.3.0. (#27)

# Version 0.2.5

- Bump `async-io` to version 2.0.0. (#25)

# Version 0.2.4

- Add `LICENSE` files to this crate. (#23)

# Version 0.2.3

- Remove the `signalfd` backend, as it offered little to no advantages over the pipe-based backend and it didn't catch signals sometimes. (#20)

# Version 0.2.2

- Fix build error on Android. (#18)

# Version 0.2.1

- Add support for the signalfd mechanism on Linux. (#5)
- Add support for Windows. (#6)
- Bump MSRV to 1.63. (#8)

# Version 0.2.0

- Initial release