summaryrefslogtreecommitdiff
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 14:36:16 +0300
commited4a18a706101727896fd4e2d071b2c19b85c07e (patch)
tree72c0fee39b939a7531ec57909c7f455d4eca10d4
parentac6fb9221283f69ba78ba9e4e0280259d6a5b011 (diff)
downloadbdwgc-ed4a18a706101727896fd4e2d071b2c19b85c07e.tar.gz
Update ChangeLog file (v8.0 changes)
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a310220f..45910a23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
+== [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