]> granicus.if.org Git - gc/commitdiff
Update ChangeLog file (v7.2 - v7.4 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 2 Oct 2018 22:41:39 +0000 (01:41 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 2 Oct 2018 22:41:39 +0000 (01:41 +0300)
ChangeLog

index c8fcde624b813532686ff03161a903032326f777..1b76d2c7e21ef6a4f10f5ce9b7ff5c4bb2cbcaa7 100644 (file)
--- 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