From: Ivan Maidanski Date: Mon, 22 Jan 2018 06:34:28 +0000 (+0300) Subject: Update ChangeLog file (v7.2 - v7.4 changes only) X-Git-Tag: v7.4.10~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=357a28b8dd02c77149f00333df1706e8f98a13ec;p=gc Update ChangeLog file (v7.2 - v7.4 changes only) --- diff --git a/ChangeLog b/ChangeLog index 8f867b89..6d867f02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +== [7.4.10] 2018-01-22 == + +* Fix error code in abort message if sem_wait failed in start_world (NetBSD) +Also, includes 7.2j changes + + == [7.4.8] 2017-12-22 == * Eliminate 'this statement may fall through' GCC warnings @@ -438,6 +444,14 @@ Also, includes 7.2e, 7.2d, 7.2c, 7.2b changes Also, includes 7.2 changes +== [7.2j] 2018-01-21 == + +* Fix GC allocation mutex in child after a fork +* Fix last_reclaimed..gc_no interval comparison to threshold in unmap_old +* Fix libgc version which was changed in linkage breaking way +* Fix missing EOLn output in threadlibs tool + + == [7.2i] 2017-12-21 == * Avoid data race in finalized_count (gctest)