From: Ivan Maidanski Date: Sun, 17 Feb 2019 16:53:15 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes) X-Git-Tag: v8.0.4~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=002a77532807679dfbd72142ff8b60bbace2754f;p=gc Update ChangeLog file (v7.6 changes) (a cherry-pick of commit 1d3beb1c from 'release-7_6') --- diff --git a/ChangeLog b/ChangeLog index 8df39d32..7e22957d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -300,6 +300,21 @@ * Workaround Thread Sanitizer (TSan) false positive warnings +== [7.6.12] (not released yet) == + +* Eliminate 'assigned value never used' compiler warning in test_cpp WinMain +* Fix 'mprotect remapping failed' abort on NetBSD with PaX enabled +* Fix 'undefined reference to __data_start' linker error (Android/aarch64) +* Fix 'unexpected mark stack overflow' abort in push_all_stack +* Fix 'wrong __data_start/_end pair' error on Android +* Fix BSD_TIME variant of MS_TIME_DIFF for the case of a.tv_usec < b.tv_usec +* Fix GetThreadContext stale register values use if WoW64 (Win32) +* Fix executable memory allocation in GC_unix_get_mem +* Fix invalid initializer of CLOCK_TYPE variables if BSD_TIME +* Fix thread_info() count argument value (OS X) +* Update NO_EXECUTE_PERMISSION documentation + + == [7.6.10] 2018-12-13 == * Add paths to filenames mentioned in the copyright section in README