From 13c33f9015a4402c47482d88c01c35b77669b987 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 26 Jan 2018 14:30:43 +0300 Subject: [PATCH] Update ChangeLog file (v7.6 changes only) (a cherry-pick of commit 62d9d038 from 'release-7_6') --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f1d9b53..fb757ab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -109,13 +109,14 @@ Also, includes 7.6.4 changes. -== [7.6.4] (not released yet) == +== [7.6.4] 2018-01-26 == * 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 'undeclared identifier USRSTACK' compiler error on OpenBSD-6.2 * 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 -- 2.40.0