summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2012-05-27 11:30:38 +0200
committerMilan Broz <gmazyland@gmail.com>2012-05-27 11:30:38 +0200
commita5cc87b4a5d886f6fb60fcb3c90ae7e76411e172 (patch)
tree2d08ec0c1b327dab8c99d70037910073d26b52e0 /ChangeLog
parent11ee2876a6946b6f67925daa4e175d90ed2ff20b (diff)
downloadcryptsetup-a5cc87b4a5d886f6fb60fcb3c90ae7e76411e172.tar.gz
cryptsetup-a5cc87b4a5d886f6fb60fcb3c90ae7e76411e172.tar.bz2
cryptsetup-a5cc87b4a5d886f6fb60fcb3c90ae7e76411e172.zip
Fix readonly activation if underlying device is readonly (1.4.0).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 080293a..c61ace6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-05-27 Milan Broz <gmazyland@gmail.com>
+ * Fix readonly activation if underlying device is readonly (1.4.0).
+
2012-05-21 Milan Broz <gmazyland@gmail.com>
* Add --enable-fips for linking with fipscheck library.
* Initialize binary and library selfcheck if running in FIPS mode.