+== [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)
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