]> granicus.if.org Git - gc/commitdiff
Update ChangeLog file (v8.0 changes)
authorIvan Maidanski <ivmai@mail.ru>
Sun, 17 Feb 2019 17:09:02 +0000 (20:09 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 17 Feb 2019 17:09:02 +0000 (20:09 +0300)
ChangeLog

index 7e22957d6714bac70239700bba2965a0339b090e..ef29b080247470d43dcb2e98ca13e34304920cf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
 
+== [8.0.4] (not released yet) ==
+
+* Avoid test.o rebuild on tests folder timestamp change (Makefile.direct)
+* Avoid unexpected heap growth in gctest caused by GC_disable
+* Ensure result of every variant of MS_TIME_DIFF has unsigned long type
+* 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 invalid initializer of CLOCK_TYPE variables if BSD_TIME
+* Fix thread_info() count argument value (OS X)
+* Support de_win.c compilation by Makefile.direct (cord/de)
+
+
 == [8.0.2] 2018-12-23 ==
 
 * Abort with appropriate message if executable pages cannot be allocated