From: Ivan Maidanski Date: Sun, 4 Mar 2018 15:52:32 +0000 (+0300) Subject: Update ChangeLog file (v7.2 - v7.4 changes only) X-Git-Tag: v7.4.12~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08a2e0ba;p=gc Update ChangeLog file (v7.2 - v7.4 changes only) --- diff --git a/ChangeLog b/ChangeLog index 6d867f02..e4dcaa95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ +== [7.4.12] (not released yet) == + +* Fix gctest with musl libc on s390x +* Fix missing new-line in ABORT_ARG definition +* Fix type of local variables receiving result of PHT_HASH +* Remove API symbols renaming in WCC_MAKEFILE + +Also, includes 7.2k changes + + == [7.4.10] 2018-01-22 == * Fix error code in abort message if sem_wait failed in start_world (NetBSD) @@ -444,6 +454,17 @@ Also, includes 7.2e, 7.2d, 7.2c, 7.2b changes Also, includes 7.2 changes +== [7.2k] (not released yet) == + +* Fix arguments delimiter in pcr_interface.c (PCR) +* Fix dbg_mlc.c/o file name in documentation +* Fix include gc_gcj.h in thread_local_alloc.c +* Fix man section number (3) +* Fix missing GC_generic_malloc_words_small implementation in new_gc_alloc.h +* Fix typo in AIX macro name +* Fix typo in comment in specific.h + + == [7.2j] 2018-01-21 == * Fix GC allocation mutex in child after a fork