Release notes for 2.40

Post date: Jul 19, 2020 9:46:22 PM

  • Man page etc. documentation fixes galore courtesy of Michael Kerrisk.

    • To support older Go toolchains, don't expect strings.ReplaceAll() to be available. Revert to strings.Replace(...-1).

    • More adjustments of the Go module versioning - this time force the examples to look for latest build.

    • Some README files for the two Go modules and some more documentation cleanup for the "cap" package.