summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-02-23 09:50:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-02-23 09:50:34 +0300
commit6d43d07fefefee3efd121ca7ba289fce9d4f25e8 (patch)
tree61c87659a92c83182193989c28a8e4faf76d8cb3
parent790f5882b3e55ca0fc1de176e06204f98f0abc51 (diff)
downloadbdwgc-6d43d07fefefee3efd121ca7ba289fce9d4f25e8.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dc59a304..42f718e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
== [7.4.22] (not released yet) ==
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
+* Fix 'undeclared getpagesize' compiler warning on AIX and OSF1
+* Fix stack overflow in gctest on Alpine Linux/s390x
+* Workaround crash in FreeBSD rand() by avoiding its concurrent usage
Also, includes 7.2p changes.
@@ -534,8 +537,12 @@ Also, includes 7.2 changes
== [7.2p] (not released yet) ==
-* Fix a typo in debugging.html
+* Fix get_maps failure when GC_repeat_read returns zero
+* Fix missing lock when GC_generate_random_valid_address is called
* Fix nodist_libgc_la_SOURCES value in Makefile.am for Solaris/sparc
+* Fix oldProc initialization in gc_cleanup and eliminate related warnings
+* Fix parallel_initialized assertion violation in initsecondarythread (Win32)
+* Fix typos in debugging.html, in comments of allchblk.c, finalize.c, gc.h
* Refer to Makefile.direct instead of deleted Makefile file in README
* Remove checking of RS6000 completely
* Remove non-working check of M68K in gctest