From: Ivan Maidanski Date: Sat, 16 Feb 2019 22:49:24 +0000 (+0300) Subject: Update ChangeLog file (v7.2 - v7.4 changes only) X-Git-Tag: v8.0.4~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b178053bbce962cff2168107765f596e02dca93;p=gc Update ChangeLog file (v7.2 - v7.4 changes only) (a cherry-pick of commit dd4558f0 from 'release-7_4') --- diff --git a/ChangeLog b/ChangeLog index 358ffb22..8df39d32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -771,6 +771,14 @@ Also, includes 7.4.6 changes Also, includes 7.4.4 changes +== [7.4.18] (not released yet) == + +* Fix 'wrong __data_start/_end pair' error on Android +* Fix thread_info() count argument value (OS X) + +Also, includes 7.2n changes + + == [7.4.16] 2018-12-13 == * Fix 'collecting from unknown thread' abort in leak-finding mode for Win32 @@ -1273,6 +1281,16 @@ Also, includes 7.2e, 7.2d, 7.2c, 7.2b changes Also, includes 7.2 changes +== [7.2n] (not released yet) == + +* Fix 'mprotect remapping failed' abort on NetBSD with PaX enabled +* Fix 'unexpected mark stack overflow' abort in push_all_stack +* 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 + + == [7.2m] 2018-12-11 == * Fix comment typos in CMakeLists.txt, backgraph.c, de.c, gcconfig.h