diff --git a/go1.23.3.src.tar.gz b/go1.23.3.src.tar.gz deleted file mode 100644 index 3beaf90..0000000 --- a/go1.23.3.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d6a77332487557c6afa2421131b50f83db4ae3c579c3bc72e670ee1f6968599 -size 28173788 diff --git a/go1.23.4.src.tar.gz b/go1.23.4.src.tar.gz new file mode 100644 index 0000000..8ea4ed1 --- /dev/null +++ b/go1.23.4.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad345ac421e90814293a9699cca19dd5238251c3f687980bbcae28495b263531 +size 28177188 diff --git a/go1.23.changes b/go1.23.changes index 19b6325..817f9fd 100644 --- a/go1.23.changes +++ b/go1.23.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Dec 3 18:27:46 UTC 2024 - Jeff Kowalczyk + +- go1.23.4 (released 2024-12-03) includes fixes to the compiler, + the runtime, the trace command, and the syscall package. + Refs boo#1229122 go1.23 release tracking + * go#70644 crypto/rsa: new key generation prohibitively slow under race detector + * go#70645 proposal: go/types: add Scope.Node convenience getter + * go#70646 x/tools/gopls: unimported completion corrupts import decl (client=BBEdit) + * go#70648 crypto/tls: TestHandshakeClientECDHEECDSAAESGCM/TLSv12 failures + * go#70649 x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures + * go#70650 crypto/tls: TestGetClientCertificate/TLSv13 failures + * go#70651 x/tools/go/gcexportdata: simplify implementation assuming go >= 1.21 + * go#70654 cmd/go: Incorrect output from go list + * go#70655 x/build/cmd/relui: add workflows for some remaining manual recurring Go major release cycle tasks + * go#70657 proposal: bufio: Scanner.IterText/Scanner.IterBytes + * go#70658 x/net/http2: stuck extended CONNECT requests + * go#70659 os: TestRootDirFS failures on linux-mips64 and linux-mips64le arch-mips + * go#70660 crypto/ecdsa: TestRFC6979 failures on s390x + * go#70664 x/mobile: target maccatalyst cannot find OpenGLES header + * go#70665 x/tools/gopls: refactor.extract.variable fails at package level + * go#70666 x/tools/gopls: panic in GetIfaceStubInfo + * go#70667 proposal: crypto/x509: support extracting X25519 public keys from certificates + * go#70668 proposal: x/mobile: better support for unrecovered panics + * go#70669 cmd/go: local failure in TestScript/build_trimpath_cgo + * go#70670 cmd/link: unused functions aren't getting deadcoded from the binary + * go#70674 x/pkgsite: package removal request for https://pkg.go.dev/github.com/uisdevsquad/go-test/debugmate + * go#70675 cmd/go/internal/lockedfile: mountrpc flake in TestTransform on plan9 + * go#70677 all: remote file server I/O flakiness with "Bad fid" errors on plan9 + * go#70678 internal/poll: deadlock on 'Intel(R) Xeon(R) Platinum' when an FD is closed + * go#70679 mime/multipart: With go 1.23.3, mime/multipart does not link + ------------------------------------------------------------------- Wed Nov 6 22:48:16 UTC 2024 - Jeff Kowalczyk diff --git a/go1.23.spec b/go1.23.spec index c2a8589..b92a348 100644 --- a/go1.23.spec +++ b/go1.23.spec @@ -122,7 +122,7 @@ %endif Name: go1.23 -Version: 1.23.3 +Version: 1.23.4 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause