nix v0.19.0 Release Notes

Release Date: 2020-10-06 // over 3 years ago
  • โž• Added

    • โž• Added Netlink protocol families to the SockProtocol enum (#1289)
    • Added clock_gettime, clock_settime, clock_getres, clock_getcpuclockid functions and ClockId struct. (#1281)
    • Added wrapper functions for PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP. (#1300)
    • โž• Add support for Vsock on Android rather than just Linux. (#1301)
    • Added TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options. (#1283) ### ๐Ÿ”„ Changed
    • ๐Ÿ”ฆ Expose SeekData and SeekHole on all Linux targets (#1284)
    • ๐Ÿ”„ Changed unistd::{execv,execve,execvp,execvpe,fexecve,execveat} to take both &[&CStr] and &[CString] as its list argument(s). (#1278)
    • Made unistd::fork an unsafe funtion, bringing it in line with libstd's decision. (#1293) ### ๐Ÿ›  Fixed ### โœ‚ Removed