summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-11-16 09:56:12 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-11-16 15:44:56 +0300
commit4962d9c42ad790f11f23f06a098624e8cd50a5d2 (patch)
tree471599cfb1d75a1911db76df55498c7157ecd738 /ChangeLog
parent28abbee1983a693793dc66bd3a4a1557e09e46be (diff)
downloadbdwgc-4962d9c42ad790f11f23f06a098624e8cd50a5d2.tar.gz
Update ChangeLog file (v8.0 changes)
(a cherry-pick of commit ed4a18a70 from 'release-8_0')
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b677cd1..9096c722 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -513,6 +513,18 @@
* Workaround various cppcheck false positives
+== [8.0.10] (not released yet) ==
+
+* Abort with appropriate message if first call of mmap fails with EPERM
+* Avoid potential race between realloc and GC_block_was_dirty
+* Fix 'overflow in conversion from word' g++ warning in GC_init
+* Fix typo in comment of GC_Thread_Rep.dummy
+* Fix use of unset errno after pthread_sigmask calls
+* Remove redundant GC_ATTR_UNUSED for GC_mark_and_push
+
+Also, includes 7.6.18 changes
+
+
== [8.0.8] 2022-08-26 ==
* Avoid potential race in GC_init_real_syms after GC_allow_register_threads