Release notes for 2.34

Post date: Mar 7, 2020 6:43:05 PM

    • Fixes for reported bugs

      • [Bug 206741] Use sched_yield() instead of pthread_yeild() for better compatibility, report and fix provided by Adam Schaefers.

    • [Bug 207439] libcap can segfault on future kernels, reported by Heiner Kallweit.

      • [Bug 207547] arm64 compile time error when building try-launching.go (golang-1.14, golang-1.14.1 and golang-1.14.2) reported by thediveo@

    • _cap_names[] was not an exported symbol of libcap so make it static.

    • Some Make.Rules changes and typo fixes from Rolf Eike Beer.

    • capsh now supports overriding the shell (idea started with Rosen Penev) capsh invokes with --shell=/foo/bar

      • Also provide a make overridable variable for changing the capsh default (ie., other than bash)