5.0.2
This patch release fixes an issue with relative paths. Prior to this release, xdg
would use paths defined by the relevant environment variables even if they were relative paths, which is not permitted by the specification:
All paths set in these environment variables must be absolute. If an implementation encounters a relative path in any of these variables it should consider the path invalid and ignore it.
Now only absolute paths are accepted, and relative paths are ignored.