From 4bcd0c33e2ce7bcb303db996e2b15156d6b44f58 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 3 Oct 2018 01:41:39 +0300 Subject: [PATCH] Update ChangeLog file (v7.2 - v7.4 changes only) --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index c8fcde62..1b76d2c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ +== [7.4.16] (not released yet) == + +* Fix 'undefined reference to GC_incremental' linker error in pthread_start +* Fix concurrent bitmap update in GC_dirty +* Fix marking of finalizer closure object +* Fix missing curses.h in cord/de when compiling manually (MS VC, MinGW) + +Also, includes 7.2m changes + + == [7.4.14] 2018-08-11 == * Cleanup BCC Makefile (remove absolute GC paths, fix del cmd, update clean) @@ -487,6 +497,12 @@ Also, includes 7.2e, 7.2d, 7.2c, 7.2b changes Also, includes 7.2 changes +== [7.2m] (not released yet) == + +* Fix comment typos in CMakeLists.txt, backgraph.c, de.c, gcconfig.h +* Fix start_world not resuming all threads on Darwin + + == [7.2l] 2018-08-10 == * Fix 'pointer arithmetic with NULL' code defect in print_callers -- 2.50.1