From: Ivan Maidanski Date: Mon, 3 Dec 2018 22:40:03 +0000 (+0300) Subject: Update ChangeLog file (v7.2 - v7.4 changes only) X-Git-Tag: v8.0.2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d787958f96ee4b7e742818bae02a69080226481e;p=gc Update ChangeLog file (v7.2 - v7.4 changes only) --- diff --git a/ChangeLog b/ChangeLog index 36766278..8055ad7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -686,10 +686,14 @@ Also, includes 7.4.4 changes == [7.4.16] (not released yet) == +* Fix 'collecting from unknown thread' abort in leak-finding mode for Win32 * Fix 'undefined reference to GC_incremental' linker error in pthread_start +* Fix GC_register_disclaim_proc for leak-finding mode * Fix concurrent bitmap update in GC_dirty * Fix marking of finalizer closure object +* Fix marks and hb_n_marks consistency when disclaim returns true * Fix missing curses.h in cord/de when compiling manually (MS VC, MinGW) +* Refine documentation in gc_disclaim.h Also, includes 7.2m changes @@ -1185,7 +1189,9 @@ Also, includes 7.2 changes == [7.2m] (not released yet) == * Fix comment typos in CMakeLists.txt, backgraph.c, de.c, gcconfig.h +* Fix hbp overflow in GC_install_counts * Fix start_world not resuming all threads on Darwin +* Guard against potential buffer overflow in CORD_next and CORD_pos_fetch == [7.2l] 2018-08-10 ==