Hello community, here is the log from the commit of package go for openSUSE:Factory checked in at 2018-10-11 11:44:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go (Old) and /work/SRC/openSUSE:Factory/.go.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go" Thu Oct 11 11:44:32 2018 rev:91 rq:640330 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/go/go.changes 2018-06-22 13:12:56.836457565 +0200 +++ /work/SRC/openSUSE:Factory/.go.new/go.changes 2018-10-11 11:45:01.294819663 +0200 @@ -1,0 +2,80 @@ +Sat Oct 6 16:01:56 UTC 2018 - Jeff Kowalczyk <[email protected]> + +- Update to version 1.11.1: + * includes fixes to the compiler, documentation, go command, runtime, + and the crypto/x509, encoding/json, go/types, net, net/http and reflect + packages. + +- cmd/compile: + * bad walkinrange rewrites on constant above 2**63 + * function compiled without bounds checking and -1 index access + * missing bounds checks in 1.11 + * panic in cmd/compile/internal/gc.typecheck1 + * race detector detects race with close(chan) and len(chan) + +- cmd/go: + * 'go test -gcflags=all=-l' appears not to disable inlining + * GOMIPS environment variable does not affect caching of mipsle code + * TestScript/mod_install_versioned consistently failing on macOS High Sierra + * build fails when setting linker to lld using ldflags + * go list -json -compiled -test -e upspin.io/test fails with non-zero exit status + +- doc: + * GOFLAGS environment variable not in 1.11 release notes + * downloads page claims that Go 1.11 supports unsupported operating systems Documentation + +- encoding/json: + * empty fields in json.UnmarshalTypeError + +- go/types: + * assertion failure setting up composite literal with incomplete element type + * some facts are missing after an error + +- net/http: + * WASM Roundtripper crash when using "no-cors" mode + +- net: + * LookupTXT bug + * empty DNS answers should fail fast + * testSpliceReaderAtEOF closed connection: got err = splice: invalid argument + +- reflect: + * MethodByName().Interface() leads to fatal error: sweep increased allocation count + +- runtime: + * invalid pointer found on stack + * timeouts in os/signal tests + +------------------------------------------------------------------- +Fri Sep 28 04:31:11 UTC 2018 - Jeff Kowalczyk <[email protected]> + +- Fix stray 1.10 version reference preventing 1.11 only package solutions + +------------------------------------------------------------------- +Wed Sep 26 22:15:36 UTC 2018 - Jeff Kowalczyk <[email protected]> + +- Update to version 1.11: + * Most of its changes are in the implementation of the toolchain, + runtime, and libraries. As always, the release maintains the + Go 1 promise of compatibility. We expect almost all Go programs + to continue to compile and run as before. + * For more details check: https://golang.org/doc/go1.11 +- Use gcc8 instead of gcc7 for Factory/Tumbleweed. +- Update compiler-rt TSAN binary: the precompiled versions of + LLVM's compiler-rt has updated to commit + fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 in go1.11 source. +- Remove patch: + * fix-sanitizer-build-against-latest-glibc.patch: upstream fixed. +- Add patch: + * gcc8-go.patch: use gcc8 instead of gcc7 for Factory/Tumbleweed. + +------------------------------------------------------------------- +Mon Aug 27 14:07:26 UTC 2018 - [email protected] + +- Update to version 1.10.4: + * go1.10.4 (released 2018/08/24) includes fixes to the go command, + linker, and the net/http, mime/multipart, ld/macho, bytes, and + strings packages. See the Go 1.10.4 milestone on our issue + tracker for details. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.CbqkIG/_old 2018-10-11 11:45:01.670819184 +0200 +++ /var/tmp/diff_new_pack.CbqkIG/_new 2018-10-11 11:45:01.670819184 +0200 @@ -19,10 +19,10 @@ # By default we don't include tsan. It's only supported on amd64. %define tsan_arch x86_64 -%define short_version 1.10 +%define short_version 1.11 Name: go -Version: 1.10.3 +Version: 1.11.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A compiled, garbage-collected, concurrent programming language
