From 88736fcc1e64191cd3844519f5fe1451a7d9a61e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 5 Oct 2018 00:43:43 +0300 Subject: [PATCH] Update ChangeLog file (v8.0 changes) --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index e2d23c21..36766278 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,24 @@ +== [8.0.2] (not released yet) == + +* Call real pthread_sigmask instead of its wrapper in start_mark_threads +* Default to a single-threaded build for Nintendo, Orbis, Sony PSP targets +* Eliminate 'different const qualifiers' MS VC warnings in cordbscs +* Fix 'USE_MUNMAP macro redefinition' error for NaCl +* Fix comment typo in CMakeLists.txt +* Fix concurrent bitmap update in GC_dirty +* Fix GC_VSNPRINTF in cordprnt for DJGPP and MS VC for WinCE +* Fix marking of finalizer closure object +* Fix memory allocation on GCF (Linux/x64) +* Fix missing curses.h in cord/de when compiling manually (MS VC, MinGW) +* Fix unneeded end_stubborn_change/ptr_store_and_dirty in disclaim_test +* Refine documentation in gc_disclaim.h +* Remove extra USE_MMAP definition for Interix +* Specify register_disclaim_proc and finalized_malloc argument as non-null +* Test marking of finalizer closure object in disclaim_test +* Use AO_or in async_set_pht_entry_from_index if available + + == [8.0.0] 2018-09-05 == * Accept Android platform by both CMake and configure -- 2.40.0