]> granicus.if.org Git - gc/commitdiff
Update ChangeLog file (v7.2 - v7.4 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 19 Dec 2017 08:10:23 +0000 (11:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 19 Dec 2017 21:40:24 +0000 (00:40 +0300)
(Cherry-pick commit b15b52be from 'release-7_4' branch.)

ChangeLog

index e2457f9774cb289eddd9c43b6949232ab44dc679..3dfcabbbf1a11fe3dbf3bc1fe077d6c1d13f890e 100644 (file)
--- 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)