summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-12-21 21:02:35 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-12-21 21:22:26 +0300
commit0fb82229bb5bceb0e5562f84e993afc1efb1f491 (patch)
tree16a1f88f8a5b6237a2bf21d0019c71fac1d98383
parentc0fee855028446c209d38d904139cca0606350b7 (diff)
downloadbdwgc-0fb82229bb5bceb0e5562f84e993afc1efb1f491.tar.gz
Update ChangeLog file (v8.0 changes)
(a cherry-pick of commit 0e16efb2e from 'release-8_0')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82447e06..fac6ba3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -217,6 +217,25 @@
* Workaround various cppcheck false positives
+== [8.0.8] (not released yet) ==
+
+* Distribute gc_disclaim.h in single-obj-compilation
+* Do not name GCC intrinsics as C11 ones
+* Eliminate 'function/data pointer conversion in expression' MSVC warning
+* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
+* Fix 'GC_greatest_stack_base_below is defined but not used' warning (IA64)
+* Fix 'ISO C forbids conversion of function pointer to object' warning
+* Fix GC_allocate_ml incorrect cleanup in GC_deinit if pthreads (MinGW)
+* Fix a typo in debugging.md
+* Fix lock assertion violation in GC_find_limit if always multi-threaded
+* Fix nodist_libgc_la_SOURCES value in Makefile.am for Solaris/sparc
+* Refer to Makefile.direct instead of deleted Makefile file in README
+* Remove checking of RS6000 completely
+* Remove non-working check of M68K in gctest
+* Revert addition of msvc_dbg.h in include.am
+* Workaround Thread Sanitizer (TSan) FP warning in is_valid_displacement
+
+
== [8.0.6] 2021-09-28 ==
* Add loop to handle abort error like in suspend logic on Darwin