Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Mar 20, 2024
1 parent ee68d2f commit 361a040
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# fscryptctl release notes

## Version 1.2.0

* `fscryptctl set_policy` now accepts the `--data-unit-size` option.

* `fscryptctl get_policy` now shows the data unit size of the encryption policy.

* Documented that CephFS now supports fscrypt.

## Version 1.1.0

* Added a manual page for `fscryptctl`.
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.1.0"
#define VERSION "v1.2.0"
#endif

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

0 comments on commit 361a040

Please sign in to comment.