From 4962d9c42ad790f11f23f06a098624e8cd50a5d2 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 16 Nov 2022 09:56:12 +0300 Subject: Update ChangeLog file (v8.0 changes) (a cherry-pick of commit ed4a18a70 from 'release-8_0') --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') 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 -- cgit v1.2.1