tests.py: Check xattr module version. Fix to work with version xattr 0.9.1
[rrq/fuse_xattrs.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index 13be7cb459b4da58f1d91d797a8036d4eb73e53b..ecf6deb095a54ec6881496884587914701f39bcc 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,13 +1,10 @@
 TODO
 ----
 
+- Check if it's thread-safe
 - Add mutex to avoid issues when two processes are modifying the same file.
 - Handle permission issues with .xattr files
-- Add options to:
-  - Change extension name of sidecar files
-  - Hide sidecar files
 - Code Quality
-  - Valgrind support
   - C unit tests
   - Valgrind report on travis
   - Upload travis generated code coverage somewhere