Skip to content

1.0.11: Avoid Truncating Long User Names

Compare
Choose a tag to compare
@walles walles released this 24 Feb 04:00
· 849 commits to python since this release
Before this release we got the user names from `ps`. Unfortunately, `ps`
truncates long user names.

As of this release, we ask `ps` for UIDs, not user names. Then we look up those
UIDs in the users database. This makes `ps` not truncate long user names.

This release also improves the Java command line parsing, inspired by Gradle
command lines.