Update ChangeLog file (v7.2 - v7.4 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 22 Jan 2018 06:34:28 +0000 (09:34 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 24 Jan 2018 14:04:45 +0000 (17:04 +0300)
(a cherry-pick of commit 357a28b8 from 'release-7_4')

ChangeLog

index caa6b8b..b50fb29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -395,6 +395,12 @@ Also, includes 7.4.6 changes
 Also, includes 7.4.4 changes
 
 
+== [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
@@ -834,6 +840,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)