]> git.proxmox.com Git - rustc.git/blob - vendor/sha2/CHANGELOG.md
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / sha2 / CHANGELOG.md
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8 ## 0.10.6 (2022-09-16)
9 ### Added
10 - Feature-gated OID support ([#405])
11
12 [#405]: https://github.com/RustCrypto/hashes/pull/405
13
14 ## 0.10.5 (2022-09-02)
15 ### Fixed
16 - MSRV issue which was not resolved by v0.10.4 ([#401])
17
18 [#401]: https://github.com/RustCrypto/hashes/pull/401
19
20 ## 0.10.4 (2022-09-02)
21 ### Fixed
22 - MSRV issue caused by publishing v0.10.3 using a buggy Nightly toolchain ([#399])
23
24 [#399]: https://github.com/RustCrypto/hashes/pull/399
25
26 ## 0.10.3 (2022-08-30)
27 ### Changed
28 - Ignore `asm` feature on unsupported targets ([#388])
29
30 [#388]: https://github.com/RustCrypto/hashes/pull/388
31
32 ## 0.10.2 (2022-02-17)
33 ### Fixed
34 - Minimal versions build ([#363])
35
36 [#363]: https://github.com/RustCrypto/hashes/pull/363
37
38 ## 0.10.1 (2022-01-06)
39 ### Fixed
40 - Bug in the AVX2 backend ([#345])
41
42 ## 0.10.0 (2021-12-07) [YANKED]
43 ### Changed
44 - Update to `digest` v0.10 ([#217])
45 - Rename `Sha512Trunc224` and `Sha512Trunc256` to `Sha512_224` and `Sha512_256` respectively. ([#217])
46
47 [#217]: https://github.com/RustCrypto/hashes/pull/217
48
49 ## 0.9.9 (2022-01-06)
50 ### Fixed
51 - Backport [#345] bug fix for the AVX2 backend ([#346])
52
53 [#345]: https://github.com/RustCrypto/hashes/pull/345
54 [#346]: https://github.com/RustCrypto/hashes/pull/346
55
56 ## 0.9.8 (2021-09-09) [YANKED]
57 ### Fixed
58 - Bug in the AVX2 backend ([#314])
59
60 [#314]: https://github.com/RustCrypto/hashes/pull/314
61
62 ## 0.9.7 (2021-09-08) [YANKED]
63 ### Added
64 - x86 intrinsics support for SHA-512 ([#312])
65
66 [#312]: https://github.com/RustCrypto/hashes/pull/312
67
68 ## 0.9.6 (2021-08-27)
69 ### Changed
70 - Bump `cpufeatures` dependency to 0.2 ([#306])
71
72 [#306]: https://github.com/RustCrypto/hashes/pull/306
73
74 ## 0.9.5 (2021-05-11)
75 ### Changed
76 - Use `cpufeatures` to detect intrinsics support on `aarch64` targets ([#267])
77
78 [#267]: https://github.com/RustCrypto/hashes/pull/267
79
80 ## 0.9.4 (2021-05-05)
81 ### Added
82 - Hardware accelerated SHA-256 for Apple M1 CPUs with `asm` feature ([#262])
83
84 ### Changed
85 - Bump `sha2-asm` to v0.6.1 release ([#262])
86 - Switch from `cpuid-bool` to `cpufeatures` ([#263])
87
88 [#262]: https://github.com/RustCrypto/hashes/pull/262
89 [#263]: https://github.com/RustCrypto/hashes/pull/263
90
91 ## 0.9.3 (2021-01-30)
92 ### Changed
93 - Use the SHA-NI extension backend with enabled `asm` feature. ([#224])
94
95 [#224]: https://github.com/RustCrypto/hashes/pull/224
96
97 ## 0.9.2 (2020-11-04)
98 ### Added
99 - `force-soft` feature to enforce use of software implementation. ([#203])
100
101 ### Changed
102 - `cfg-if` dependency updated to v1.0. ([#197])
103
104 [#197]: https://github.com/RustCrypto/hashes/pull/197
105 [#203]: https://github.com/RustCrypto/hashes/pull/203
106
107 ## 0.9.1 (2020-06-24)
108 ### Added
109 - x86 hardware acceleration of SHA-256 via SHA extension instrinsics. ([#167])
110
111 [#167]: https://github.com/RustCrypto/hashes/pull/167
112
113 ## 0.9.0 (2020-06-09)
114 ### Changed
115 - Update to `digest` v0.9 release; MSRV 1.41+ ([#155])
116 - Use new `*Dirty` traits from the `digest` crate ([#153])
117 - Bump `block-buffer` to v0.8 release ([#151])
118 - Rename `*result*` to `finalize` ([#148])
119 - Upgrade to Rust 2018 edition ([#133])
120
121 [#155]: https://github.com/RustCrypto/hashes/pull/155
122 [#153]: https://github.com/RustCrypto/hashes/pull/153
123 [#151]: https://github.com/RustCrypto/hashes/pull/151
124 [#148]: https://github.com/RustCrypto/hashes/pull/148
125 [#133]: https://github.com/RustCrypto/hashes/pull/133
126
127 ## 0.8.2 (2020-05-23)
128 ### Added
129 - Expose compression function under the `compress` feature flag ([#108])
130
131 ### Changed
132 - Use `libc` crate for `aarch64` consts ([#109])
133 - Minor code cleanups ([#94])
134
135 [#109]: https://github.com/RustCrypto/hashes/pull/109
136 [#108]: https://github.com/RustCrypto/hashes/pull/108
137 [#94]: https://github.com/RustCrypto/hashes/pull/94
138
139 ## 0.8.1 (2020-01-05)
140
141 ## 0.8.0 (2018-10-02)
142
143 ## 0.7.1 (2018-04-27)
144
145 ## 0.6.0 (2017-06-12)
146
147 ## 0.5.3 (2017-06-03)
148
149 ## 0.5.2 (2017-05-08)
150
151 ## 0.5.1 (2017-05-01)
152
153 ## 0.5.0 (2017-04-06)
154
155 ## 0.4.2 (2017-01-23)
156
157 ## 0.4.1 (2017-01-20)
158
159 ## 0.4.0 (2016-12-24)
160
161 ## 0.3.0 (2016-11-17)
162
163 ## 0.2.0 (2016-10-26)
164
165 ## 0.1.2 (2016-05-06)
166
167 ## 0.1.1 (2016-05-06)
168
169 ## 0.1.0 (2016-05-06)