Skip to content

5.0.2

Compare
Choose a tag to compare
@srstevenson srstevenson released this 24 Apr 14:40
· 216 commits to main since this release

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.