Update ChangeLog file (v7.6 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 26 Oct 2017 05:31:47 +0000 (08:31 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 26 Oct 2017 05:34:48 +0000 (08:34 +0300)
ChangeLog

index 837eef4..c2682a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -178,6 +178,7 @@ Also, includes 7.6.2 changes
 * Match uclinux pattern in configure
 * Move conditional GC_need_to_lock setting to gc_locks.h (refactoring)
 * Move README.QUICK from DOC_FILES to OTHER_FILES in Makefile.direct
+* New API function (GC_is_init_called) to check if BDWGC is initialized
 * New target (check-cpp) in Makefile.direct
 * Prevent abort in register_data_segments for Symbian and Emscripten
 * Prevent multiple 'Caught ACCESS_VIOLATION in marker' per collection
@@ -196,10 +197,12 @@ Also, includes 7.6.2 changes
 * Support GC_init (and get_stack_base) from non-main thread on FreeBSD/NetBSD
 * Suppress 'tainted string passed to vulnerable operation' false defects
 * Suppress 'taking address of label non-standard' GCC/Clang pedantic warning
+* Test GC initialization from non-main thread on FreeBSD and NetBSD
 * Test GCJ object creation with length-based descriptor (gctest)
 * Update README regarding make cords with Makefile.direct
 * Update README to use autogen.sh on build from the source repository
 * Update shared libraries version info to differentiate against v7.4
+* Use mprotect instead of mmap in GC_unmap() on Cygwin
 * Use same style of include gc.h in documentation
 * Workaround '!GC_page_size is always false' cppcheck style warning
 * Workaround '#error' cppcheck error messages
@@ -355,7 +358,7 @@ Also, includes 7.4.6 changes
 Also, includes 7.4.4 changes
 
 
-== [7.4.6] (unset) ==
+== [7.4.6] 2017-10-26 ==
 
 * Add configure --enable-gcov option (enable code coverage analysis)
 * Add configure check whether to define NO_GETCONTEXT