1
1
libcryptsetup-rs 0.5.0 (UNRELEASED)
2
2
===================================
3
- Recommended Rust toolchain version: 1.54.0
3
+ Recommended Rust toolchain version: 1.58.1
4
4
Lowest supported Rust toolchain version: 1.54.0
5
+ Recommended development environment: Fedora 35
5
6
6
7
- Fix return type for change_by_passphrase:
7
8
https://github.com/stratis-storage/libcryptsetup-rs/issues/141
@@ -11,6 +12,10 @@ Lowest supported Rust toolchain version: 1.54.0
11
12
https://github.com/stratis-storage/libcryptsetup-rs/issues/152
12
13
https://github.com/stratis-storage/libcryptsetup-rs/pull/160
13
14
15
+ - Export previously unexported macro:
16
+ https://github.com/stratis-storage/libcryptsetup-rs/issues/202
17
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/205
18
+
14
19
- Panic if libcryptsetup methods are called from multiple threads:
15
20
https://github.com/stratis-storage/libcryptsetup-rs/issues/139
16
21
https://github.com/stratis-storage/libcryptsetup-rs/pull/153
@@ -23,6 +28,13 @@ Lowest supported Rust toolchain version: 1.54.0
23
28
https://github.com/stratis-storage/libcryptsetup-rs/issues/130
24
29
https://github.com/stratis-storage/libcryptsetup-rs/pull/137
25
30
31
+ - Declare SafeMemHandle Send:
32
+ https://github.com/stratis-storage/libcryptsetup-rs/issues/197
33
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/204
34
+
35
+ - libcryptsetup-rs-sys new version 0.1.6:
36
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/192
37
+
26
38
- Changes relating to libcryptsetup API changes for crypt_reencrypt:
27
39
https://github.com/stratis-storage/libcryptsetup-rs/issues/166
28
40
https://github.com/stratis-storage/libcryptsetup-rs/pull/168
@@ -33,7 +45,29 @@ Lowest supported Rust toolchain version: 1.54.0
33
45
https://github.com/stratis-storage/libcryptsetup-rs/issues/156
34
46
https://github.com/stratis-storage/libcryptsetup-rs/pull/157
35
47
48
+ - Make entirely Rust 2018 compliant:
49
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/182
50
+
36
51
- Tidies and Maintenance:
52
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/203
53
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/201
54
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/200
55
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/199
56
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/198
57
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/196
58
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/195
59
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/193
60
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/191
61
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/190
62
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/189
63
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/188
64
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/187
65
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/186
66
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/181
67
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/180
68
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/179
69
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/178
70
+ https://github.com/stratis-storage/libcryptsetup-rs/pull/177
37
71
https://github.com/stratis-storage/libcryptsetup-rs/pull/175
38
72
https://github.com/stratis-storage/libcryptsetup-rs/pull/174
39
73
https://github.com/stratis-storage/libcryptsetup-rs/pull/173
0 commit comments