]> granicus.if.org Git - gc/commitdiff
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 11:30:43 +0000 (14:30 +0300)
ChangeLog

index 6f4256ebccd23f9ee4c41927245390b5eb011148..59864d1885de54a7f26ee21e261f53dd733c6851 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
 
-== [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