summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-04-01 20:21:35 +0200
committerJakob Unterwurzacher2017-04-01 20:21:35 +0200
commit8ed89a13acc5e9fdf80de975fbb67f485fff8986 (patch)
treee3d5bf67688dbb3dfaafdefb8080bab7384ab608
parent778c955eea1fdc16666f51f6f0a2fab0f580dbf0 (diff)
README: add 64-bit inode numbers to changelog
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index efc252e..5e6d1e7 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,9 @@ v1.3 (in progress)
([#90 2.2](https://github.com/rfjakob/gocryptfs/issues/90),
[commit](https://github.com/rfjakob/gocryptfs/commit/14038a1644f17f50b113a05d09a2a0a3b3e973b2))
* Increase max password size to 2000 bytes ([#93](https://github.com/rfjakob/gocryptfs/issues/93))
+* Use stable 64-bit inode numbers in reverse mode
+ * This may cause problems for very old 32-bit applications
+ that were compiled without Large File Support.
v1.2.1, 2017-02-26
* Add an integrated speed test, `gocryptfs -speed`