https://golang.org/doc/devel/release.html Go 1.5.2 is available. Well, it has been available for a while. One of the more important bugfixes it includes is https://github.com/golang/go/issues/12233, which makes a golang-powered server possible. Without this patch the server would eventually go out of memory and has to be killed. Therefore, I see this "minor" patch with some actual importance. Reproducible: Always Steps to Reproduce: N/A Actual Results: N/A Expected Results: N/A N/A
Go 1.5.3 has been pre-announced [1] fixing 13 security issues, including http://www.openwall.com/lists/oss-security/2015/12/21/6. 1: https://groups.google.com/forum/#!topic/golang-nuts/lXeB-v400ZM
dev-lang/go-1.5.3 is now in the tree.