diff options
author | Jakob Unterwurzacher | 2016-11-17 23:34:16 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-11-17 23:34:16 +0100 |
commit | 36b4e325ca59723462639fc6f2705eaa9b14ca68 (patch) | |
tree | 3f98bfea5ce47c670893d6a63646feaaeb1b1bb6 /README.md | |
parent | 41af353dcb1b6ef12b62616f5f3d424d5fa15212 (diff) |
README: start list for v1.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -118,6 +118,14 @@ RM: 4.42 Changelog --------- +v1.2 (not yet released) +* Add a control socket interface. Allows to encrypt and decrypt filenames. + For details see [this ticket](https://github.com/bit-team/backintime/issues/644#issuecomment-259835183). + * New command-line option: `-ctlsock` +* Under certain circumstances, concurrent truncate and read could return + an I/O error. This is fixed by introducing a global open file table + that stores the file IDs. + v1.1.1, 2016-10-30 * Fix a panic on setting file timestamps ([go-fuse#131](https://github.com/hanwen/go-fuse/pull/131)) * Work around an issue in tmpfs that caused a panic in xfstests generic/075 |