process v1.6.6.0 Release Notes

Release Date: 2019-09-01 // over 4 years ago
    • ๐Ÿ›  Fix a potential privilege escalation issue (or, more precisely, privileges not being dropped when this was the user's intent) where the groups of the spawning process's user would be incorrectly retained due to a missing call to initgroups [#149].
    • ๐Ÿ› Bug fix: Prevent stripping undecodable bytes from environment variables when in a non-unicode locale. #152
    • ๐Ÿ”ฆ Expose runInteractiveProcess_lock in System.Process.Internals #154