diff options
author | Jakob Unterwurzacher | 2016-10-30 20:51:46 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-30 20:51:46 +0100 |
commit | 81ed991fe2edd190ea11fe2964dffc24aa369fb3 (patch) | |
tree | 7c11dbf52c48a4aeccb00fde57acdf88767f929d | |
parent | 3cc26af6c35fb4901b60949b93f93b5934e72ed3 (diff) |
Add news section on the front page
-rw-r--r-- | docs/index.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 91daabf..de8c9f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,8 +27,9 @@ file contents, EME wide-block encryption for file names with a per-directory IV. gocryptfs has reached version 1.0 on Jul 17, 2016. It has gone through -hours and hours of stress (fsstress, extractloop.bash) and correctness -testing (xfstests). It is now considered ready for general consumption. +hours and hours of stress (fsstress, `tests/stress_tests`) and correctness +testing (xfstests, integrated test suite). +It is now considered ready for general consumption. The old principle still applies: Important data should have a backup. Also, keep a copy of your master key (printed on mount) in a safe place. @@ -41,3 +42,12 @@ but seems to mostly work. please chime in in the if you are interested. gocryptfs is, and always will be, free software. + +News +---- + +2016-10-30 +Added description of [Reverse Mode](reverse_mode) to the website + +2016-10-30 +Bugfix release v1.1.1, [changelog](https://github.com/rfjakob/gocryptfs#changelog) |