]> 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>
Thu, 4 Oct 2018 11:07:00 +0000 (14:07 +0300)
(a cherry-pick of commit 4bcd0c33 from 'release-7_4')

ChangeLog

index f96cff0a9f57a3efb86f328554a2015477d2be30..473ec5344fc436ec67835629585494b6b16e86ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -645,6 +645,16 @@ Also, includes 7.4.6 changes
 Also, includes 7.4.4 changes
 
 
+== [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)
@@ -1133,6 +1143,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