Skip to content

Commit c9023e8

Browse files
authored
Merge pull request #183 from mulkieran/changelog
Update changelog
2 parents 8af2de6 + 21330ff commit c9023e8

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGES.txt

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
libcryptsetup-rs 0.5.0 (UNRELEASED)
22
===================================
3-
Recommended Rust toolchain version: 1.54.0
3+
Recommended Rust toolchain version: 1.58.1
44
Lowest supported Rust toolchain version: 1.54.0
5+
Recommended development environment: Fedora 35
56

67
- Fix return type for change_by_passphrase:
78
https://github.com/stratis-storage/libcryptsetup-rs/issues/141
@@ -11,6 +12,10 @@ Lowest supported Rust toolchain version: 1.54.0
1112
https://github.com/stratis-storage/libcryptsetup-rs/issues/152
1213
https://github.com/stratis-storage/libcryptsetup-rs/pull/160
1314

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+
1419
- Panic if libcryptsetup methods are called from multiple threads:
1520
https://github.com/stratis-storage/libcryptsetup-rs/issues/139
1621
https://github.com/stratis-storage/libcryptsetup-rs/pull/153
@@ -23,6 +28,13 @@ Lowest supported Rust toolchain version: 1.54.0
2328
https://github.com/stratis-storage/libcryptsetup-rs/issues/130
2429
https://github.com/stratis-storage/libcryptsetup-rs/pull/137
2530

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+
2638
- Changes relating to libcryptsetup API changes for crypt_reencrypt:
2739
https://github.com/stratis-storage/libcryptsetup-rs/issues/166
2840
https://github.com/stratis-storage/libcryptsetup-rs/pull/168
@@ -33,7 +45,29 @@ Lowest supported Rust toolchain version: 1.54.0
3345
https://github.com/stratis-storage/libcryptsetup-rs/issues/156
3446
https://github.com/stratis-storage/libcryptsetup-rs/pull/157
3547

48+
- Make entirely Rust 2018 compliant:
49+
https://github.com/stratis-storage/libcryptsetup-rs/pull/182
50+
3651
- 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
3771
https://github.com/stratis-storage/libcryptsetup-rs/pull/175
3872
https://github.com/stratis-storage/libcryptsetup-rs/pull/174
3973
https://github.com/stratis-storage/libcryptsetup-rs/pull/173

0 commit comments

Comments
 (0)