Backed out 2 changesets (bug 1733498) for causing perma Localised repacks build busta...
[gecko.git] / third_party / rust / errno / CHANGELOG.md
blobe3add31bd9806ab7866555cdc54c8a5d8ffffe46
1 # [Unreleased]
3 # [0.3.8] - 2023-11-27
5 - Update to windows-sys 0.52.
6   [#91](https://github.com/lambda-fairy/rust-errno/pull/91)
8 - Update minimum Rust version to 1.56
9   [#91](https://github.com/lambda-fairy/rust-errno/pull/91)
11 # [0.3.7] - 2023-11-15
13 - Fix `to_string()` handling for unknown error codes
14   [#88](https://github.com/lambda-fairy/rust-errno/pull/88)
16 # [0.3.6] - 2023-11-07
18 - Add support for tvOS and watchOS
19   [#84](https://github.com/lambda-fairy/rust-errno/pull/84)
21 - Added support for vita target
22   [#86](https://github.com/lambda-fairy/rust-errno/pull/86)
24 # [0.3.5] - 2023-10-08
26 - Use __errno_location on DragonFly BSD
27   [#82](https://github.com/lambda-fairy/rust-errno/pull/82)
29 # [0.3.4] - 2023-10-01
31 - Add GNU/Hurd support
32   [#80](https://github.com/lambda-fairy/rust-errno/pull/80)
34 # [0.3.3] - 2023-08-28
36 - Disable "libc/std" in no-std configurations.
37   [#77](https://github.com/lambda-fairy/rust-errno/pull/77)
39 - Bump errno-dragonfly to 0.1.2
40   [#75](https://github.com/lambda-fairy/rust-errno/pull/75)
42 - Support for the ESP-IDF framework
43   [#74](https://github.com/lambda-fairy/rust-errno/pull/74)
45 # [0.3.2] - 2023-07-30
47 - Fix build on Hermit
48   [#73](https://github.com/lambda-fairy/rust-errno/pull/73)
50 - Add support for QNX Neutrino
51   [#72](https://github.com/lambda-fairy/rust-errno/pull/72)
53 # [0.3.1] - 2023-04-08
55 - Correct link name on redox
56   [#69](https://github.com/lambda-fairy/rust-errno/pull/69)
58 - Update windows-sys requirement from 0.45 to 0.48
59   [#70](https://github.com/lambda-fairy/rust-errno/pull/70)
61 # [0.3.0] - 2023-02-12
63 - Add haiku support
64   [#42](https://github.com/lambda-fairy/rust-errno/pull/42)
66 - Add AIX support
67   [#54](https://github.com/lambda-fairy/rust-errno/pull/54)
69 - Add formatting with `#![no_std]`
70   [#44](https://github.com/lambda-fairy/rust-errno/pull/44)
72 - Switch from `winapi` to `windows-sys` [#55](https://github.com/lambda-fairy/rust-errno/pull/55)
74 - Update minimum Rust version to 1.48
75   [#48](https://github.com/lambda-fairy/rust-errno/pull/48) [#55](https://github.com/lambda-fairy/rust-errno/pull/55)
77 - Upgrade to Rust 2018 edition [#59](https://github.com/lambda-fairy/rust-errno/pull/59)
79 - wasm32-wasi: Use `__errno_location` instead of `feature(thread_local)`. [#66](https://github.com/lambda-fairy/rust-errno/pull/66)
81 # [0.2.8] - 2021-10-27
83 - Optionally support no_std
84   [#31](https://github.com/lambda-fairy/rust-errno/pull/31)
86 [Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...HEAD
87 [0.3.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8
88 [0.3.7]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7
89 [0.3.6]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
90 [0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5
91 [0.3.4]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4
92 [0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3
93 [0.3.2]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
94 [0.3.1]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...v0.3.1
95 [0.3.0]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...v0.3.0
96 [0.2.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.7...v0.2.8