From: Ivan Maidanski Date: Wed, 24 Jan 2018 13:29:26 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes only) X-Git-Tag: v8.0.0~403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=deeff8fdfa18ab955410bb909c7f37b636543ab8;p=platform%2Fupstream%2Flibgc.git Update ChangeLog file (v7.6 changes only) (a cherry-pick of commit 82a81eed from 'release-7_6') --- diff --git a/ChangeLog b/ChangeLog index b50fb29..6585679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -93,6 +93,24 @@ Also, includes 7.6.2 changes +== [7.6.4] (not released yet) == + +* Add note of set_free_space_divisor, set_warn_proc ABI change after gc-7.1 +* Change compiler invocation example in gc.man to use dynamic libgc +* Delete dont_ar_* build intermediate files on make clean (Makefile.direct) +* Do not declare dl_iterate_phdr as weak for DragonFly +* Fix 'cords' parallel build in Makefile.direct +* Fix error code in abort message if sem_wait failed in start_world (NetBSD) +* Fix GC allocation mutex in child after a fork +* Fix global operator delete definition for C++14 in gc_cpp +* 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 +* Fix threadlibs tool to output '-lpthread' for DragonFly +* Prevent DATASTART redefinition for NaCl +* Remove obsolete advice about linking with _DYNAMIC=0 (Linux) + + == [7.6.2] 2017-12-23 == * Add assertion that no hb_n_marks underflow occurs