release:Prepare v0.4.1
|
|
@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Global constants fully shared among components through `sflc_constants.h`.
|
||||
|
||||
|
||||
## [0.4.1] - 2023-07-30
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed and improved benchmark scripts.
|
||||
- Fixed mistake in drawing of header layout in `doc`.
|
||||
|
||||
|
||||
## [0.4.0] - 2023-07-24
|
||||
|
||||
### Added
|
||||
|
|
|
|||
14
README.md
|
|
@ -196,6 +196,13 @@ Both methods works with the `init` action, and we do not have current plans to c
|
|||
|
||||
Please see the file `CHANGELOG.md` for a detailed history of changes.
|
||||
|
||||
## [0.4.1] - 2023-07-30
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed and improved benchmark scripts.
|
||||
- Fixed mistake in drawing of header layout in `doc`.
|
||||
|
||||
### [0.4.0] - 2023-07-24
|
||||
|
||||
- BREAKING CHANGE: slightly modified header field format, removing redundant data and making it adherent to documentation.
|
||||
|
|
@ -206,13 +213,6 @@ Please see the file `CHANGELOG.md` for a detailed history of changes.
|
|||
- Added `doc` (currently includes figure of Shufflecake headers structure).
|
||||
|
||||
|
||||
### [0.3.1] - 2023-07-15
|
||||
|
||||
- BREAKING CHANGE: fixed parameters for Argon2id KDF, which were previously set too high, resulting in slow opening for non-recent devices. Unfortunately this breaks header format compatibility with device headers initialized with v0.3.0, so please treat v0.3.0 as bugged.
|
||||
- Interactive test for Argon2id KDF.
|
||||
- Added in `README.md` a description for a manual procedure for increasing volume resistance to corruption using RAID.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
#define SFLC_VER_MAJOR 0
|
||||
#define SFLC_VER_MINOR 4
|
||||
#define SFLC_VER_REVISION 0
|
||||
#define SFLC_VER_SPECIAL "rc1"
|
||||
#define SFLC_VER_REVISION 1
|
||||
#define SFLC_VER_SPECIAL ""
|
||||
|
||||
#define STRINGIFY0(s) # s
|
||||
#define STRINGIFY(s) STRINGIFY0(s)
|
||||
|
|
|
|||
BIN
doc/headers.png
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 127 KiB |
1854
doc/headers.svg
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 98 KiB |
BIN
resources/images/badges/badge_version_0.4.1.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -26,7 +26,7 @@
|
|||
inkscape:document-units="mm"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.9401788"
|
||||
inkscape:cx="265.69716"
|
||||
inkscape:cx="266.21258"
|
||||
inkscape:cy="181.94199"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="979"
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
height="5.2916675"
|
||||
x="61.548569"
|
||||
y="72.206657"
|
||||
inkscape:export-filename="badge_version_0.4.0.png"
|
||||
inkscape:export-filename="badge_version_0.4.1.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<text
|
||||
|
|
@ -361,6 +361,6 @@
|
|||
id="tspan462"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Semi-Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.183262"
|
||||
x="79.882088"
|
||||
y="76.044922">0.4.0</tspan></text>
|
||||
y="76.044922">0.4.1</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |