aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2015-03-19 11:03:14 +0100
committerMilan Broz <gmazyland@gmail.com>2015-03-19 11:03:14 +0100
commit3be8731fef1ef47e30bcee57b14b8e4894853fd7 (patch)
tree96efa5654b2472796de770f9155f06e7671c50aa
parent86d0ff1a2be1d6294af64c53378d38a67eb4c989 (diff)
downloadcryptsetup-3be8731fef1ef47e30bcee57b14b8e4894853fd7.tar.gz
Add notes about releases.
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7aafee3..2c94abf 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Why LUKS?
* effective passphrase revocation,
* free.
-[Project home page](https://gitlab.com/cryptsetup/cryptsetup/wikis/home).
+[Project home page](https://gitlab.com/cryptsetup/cryptsetup/).
-----------------
[Frequently asked questions (FAQ)](https://gitlab.com/cryptsetup/cryptsetup/wikis/FrequentlyAskedQuestions)
@@ -34,8 +34,21 @@ Why LUKS?
Download
--------
-For the latest released version and older releases see
-[release directory on kernel.org](https://www.kernel.org/pub/linux/utils/cryptsetup/)
+All release tarballs and release notes are hosted on [kernel.org](https://www.kernel.org/pub/linux/utils/cryptsetup/).
+
+**The latest cryptsetup version is 1.6.6**
+ * [cryptsetup-1.6.6.tar.xz]([https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.6.tar.xz)
+ * Signature [cryptsetup-1.6.6.tar.sign](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.6.tar.sign)
+ _(You need to decompress file first to check signature.)_
+ * [Cryptsetup 1.6.6 Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/v1.6.6-ReleaseNotes).
+
+Previous versions
+ * [Version 1.6.5]([https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.5.tar.xz) -
+ [Signature](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.5.tar.sign) -
+ [Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/v1.6.5-ReleaseNotes).
+ * [Version 1.6.4]([https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.4.tar.xz) -
+ [Signature](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.4.tar.sign) -
+ [Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/v1.6.4-ReleaseNotes).
Source and API docs
-------------------