Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Jan 31, 2023
1 parent 7253af5 commit 7c80c73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# fscryptctl release notes

## Version 1.1.0

* Added a manual page for `fscryptctl`.

* Added support for algorithms that the kernel recently added support for:
AES-256-HCTR2, SM4-XTS, and SM4-CTS.

* Added a NEWS.md file that contains the release notes, and backfilled it from
the GitHub release notes.

## Version 1.0.0

`fscryptctl` is now stable with release v1.0.0.
Expand Down
2 changes: 1 addition & 1 deletion fscryptctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#ifndef VERSION
// Update this on each new release, along with the NEWS.md file.
#define VERSION "v1.0.0"
#define VERSION "v1.1.0"
#endif

#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
Expand Down

0 comments on commit 7c80c73

Please sign in to comment.