Add not-maintained info
Fix test runner (use bash, not sh)
Merged in frederic_lespez/gnome-encfs (pull request #5) Newer versions of file command return a different mimetype
Newer version of file command return a different mimetype
Update README after migration to SourceHut
Fix handling of keyring data without new encfs-config setting
Merge Frédéric's changes - tests for custom encfs config file locations - automatically detect version of config file This is the result of Frédéric's and Sebastian's changes plus my changes on top of it. Though the final state of custom encfs config file locations support now is different than both contributions, I hope everyone is happy with it.
Merge with upstream.
Add the ability to handle custom locations for EncFS config files If you moved EncFS config files (.encfs5 or .encfs6.xml) outside their EncFS folders to increase security (for example when storing data online), you can now provide this custom locations to gnome-encfs.
Use $TENV all along in tests/test.sh
Fix _proceed() that was failing if you just type ENTER
Set LC_MESSAGE to C before running tests/test.sh Set LC_MESSAGE to C before running tests/test.sh so that tests output doesn't depend on user's locale
Update README for new config file feature
Tune integration of encfs config file option - shorter naming - version independent naming (if there are different config file versions to consider - other than 6 - we can detect them automatically) - config file set in interactive mode, similar to other options - adjust tests (though a test case for teh new feature is still missing)
Allow using an external encfs6 config file (see ENCFS6_CONFIG env variable)
Use more fine-grained return codes Return codes are now defined by constants. Return codes may be combined bitwise, which is especially useful when multiple items are processed by one command (because different errors may occur).
Use returncode 2 when keyring cancelled.
Sort managed items (makes tests more solid)
Tests: adjust for changes made in [2101abd842ea]
Tests: autostart files now do not have encodings by default