Sync from SUSE:SLFO:Main go1.23 revision e8345c02f57e55536c9f85b287eb65ad
This commit is contained in:
parent
06bdb0a80c
commit
38aa0bb519
BIN
go1.23.1.src.tar.gz
(Stored with Git LFS)
BIN
go1.23.1.src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
go1.23.2.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
go1.23.2.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 17:24:29 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- go1.23.2 (released 2024-10-01) includes fixes to the compiler,
|
||||
cgo, the runtime, and the maps, os, os/exec, time, and unique
|
||||
packages.
|
||||
Refs boo#1229122 go1.23 release tracking
|
||||
* go#69119 os: double close pidfd if caller uses pidfd updated by os.StartProcess
|
||||
* go#69156 maps: segmentation violation in maps.Clone
|
||||
* go#69219 cmd/cgo: alignment issue with int128 inside of a struct
|
||||
* go#69240 unique: fatal error: found pointer to free object
|
||||
* go#69333 runtime,time: timer.Stop returns false even when no value is read from the channel
|
||||
* go#69383 unique: large string still referenced, after interning only a small substring
|
||||
* go#69402 os/exec: resource leak on exec failure
|
||||
* go#69511 cmd/compile: mysterious crashes and non-determinism with range over func
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 15:20:23 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
||||
%endif
|
||||
|
||||
Name: go1.23
|
||||
Version: 1.23.1
|
||||
Version: 1.23.2
|
||||
Release: 0
|
||||
Summary: A compiled, garbage-collected, concurrent programming language
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user