Release notes for 2.41

Post date: Jul 25, 2020 2:54:04 AM

    • More man page fixes and improvements from Michael Kerrisk

    • Minor optimization for cap_to_text() and (*cap.Set).String()

      • This lessens the number of characters (by 2) in a significant number of string representations.

      • In testing this, I found some differences between libcap and the Go package so fixed them and added a cap-compare test to validate equivalence.

    • Discovered and added a missing function (*cap.Set).SetNSOwner() to achieve parity with libcap.