From: Ivan Maidanski Date: Fri, 17 May 2019 17:55:47 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baa0ed5f626a0ebd7ba91d775a826c13c70bf266;p=gc Update ChangeLog file (v7.6 changes) --- diff --git a/ChangeLog b/ChangeLog index 42be5dfb..c620c1ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -386,11 +386,18 @@ == [7.6.14] (not released yet) == +* Add support of OpenBSD/aarch64 +* Explicitly zero-initialize trace_buf (fix trace_buf initialization) +* Fix MPROTECT_VDB definition for single-threaded GC builds * Fix OS_TYPE and USE_MMAP_ANON definitions for Cygwin/x64 * Fix compiling by Makefile.direct on OpenBSD/UltraSparc * Fix configure message about 'AIX gcc optimization fix' +* Fix first_thread stack_base initialization if custom GC_stackbottom (Win32) +* Fix incorrect define GC_OPENBSD_THREADS on sparc64 * Fix printf format specifier in simple_example.html +* Fix save_callers for multi-threaded case if built-in backtrace unavailable * Fix various typos mostly in documentation files +* Fix word size, data start and alignment for OpenBSD/mips64(el) * Remove a misleading comment about Solaris in gc.h