From: Ivan Maidanski Date: Tue, 19 Dec 2017 08:10:23 +0000 (+0300) Subject: Update ChangeLog file (v7.2 - v7.4 changes only) X-Git-Tag: v7.6.2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47de6eb079427c261d3939518b4623aeea9d4428;p=gc Update ChangeLog file (v7.2 - v7.4 changes only) (Cherry-pick commit b15b52be from 'release-7_4' branch.) --- diff --git a/ChangeLog b/ChangeLog index e2457f97..3dfcabbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -282,6 +282,16 @@ Also, includes 7.4.6 changes Also, includes 7.4.4 changes +== [7.4.8] (not released yet) == + +* Eliminate 'this statement may fall through' GCC warnings +* Eliminate 'value exceeds maximum object size' GCC warning in huge_test +* Fix data race in make_descriptor when setting explicit_typing_initialized +* Fix marking of disclaim-reachable objects in the incremental mode +* Update comment in finalized_disclaim to match FINALIZER_CLOSURE_FLAG +Also, includes 7.2i changes + + == [7.4.6] 2017-10-26 == * Add configure --enable-gcov option (enable code coverage analysis) @@ -711,6 +721,21 @@ Also, includes 7.2e, 7.2d, 7.2c, 7.2b changes Also, includes 7.2 changes +== [7.2i] (not released yet) == + +* Avoid data race in finalized_count (gctest) +* Fix assertion violation about disabled cancel in try_to_collect_inner +* Fix data race in a list referenced by A.aa (gctest) +* Fix data race in do_local_mark when comparing active_count to helper_count +* Fix data race in GC_init_explicit_typing +* Fix data race in last_stop_count access (suspend_handler_inner) +* Fix data race in mark_thread when updating mark_no +* Fix data race when getting object size in explicitly-typed allocators +* Fix lack of barriers to synchronize memory for suspend_handler +* Fix typos in cdescr.html, extend_size_map and ews4800 doc, README.sgi +* Prevent 'Unexpected heap growth' in single-threaded gctest (Linux/x64) + + == [7.2h] 2017-10-12 == * Add gctest as a test (CMake)