]> granicus.if.org Git - gc/commitdiff
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>
Mon, 22 Jan 2018 06:34:28 +0000 (09:34 +0300)
ChangeLog

index 8f867b89c46752d64374faf304708ec626f42f28..6d867f024f4d900cd21a8b5ee9d5f63c2841f680 100644 (file)
--- 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)