- Update to release 8.2.2
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=45
This commit is contained in:
BIN
gc-8.2.0.tar.gz
(Stored with Git LFS)
BIN
gc-8.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
gc-8.2.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
gc-8.2.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
13
gc.changes
13
gc.changes
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 19:56:22 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 8.2.2
|
||||
* Avoid potential race in GC_init_real_syms after
|
||||
GC_allow_register_threads
|
||||
* Do not count unmapped regions if GC_unmap is madvise-based
|
||||
(Linux)
|
||||
* Fix assertion violation of GC_thread_key alignment if
|
||||
pthread-based TLS
|
||||
* Fix hang on sem_wait in GC_suspend_thread if thread was
|
||||
resumed recently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 2 17:28:08 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
4
gc.spec
4
gc.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gc
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gc
|
||||
Version: 8.2.0
|
||||
Version: 8.2.2
|
||||
Release: 0
|
||||
Summary: A garbage collector for C and C++
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user