Update ChangeLog file (v7.6 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 26 Jan 2018 11:30:43 +0000 (14:30 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 26 Jan 2018 13:33:48 +0000 (16:33 +0300)
(a cherry-pick of commit 62d9d038 from 'release-7_6')

ChangeLog

index 0f1d9b5..fb757ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 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