summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-11-16 09:24:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-11-16 14:17:22 +0300
commit229b9edfa22fefd7542a7b189b9727912abea14a (patch)
treee118c10ac909652cea514d49dc04e4cc738cb19b
parent08f69721168fa61ad14c5a1cf658128306b32254 (diff)
downloadbdwgc-229b9edfa22fefd7542a7b189b9727912abea14a.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
(a cherry-pick of commit ec801e0ef from 'release-7_4')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26811b1a..b78e140b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1053,6 +1053,14 @@ Also, includes 7.4.6 changes
Also, includes 7.4.4 changes
+== [7.4.24] (not released yet) ==
+
+* Eliminate 'cast signed to bigger unsigned' CSA warning in WARN calls
+* Fix missing lock while updating GC_in_thread_creation in GC_exit_check
+
+Also, includes 7.2q changes.
+
+
== [7.4.22] 2022-08-26 ==
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
@@ -1597,6 +1605,20 @@ Also, includes 7.2e, 7.2d, 7.2c, 7.2b changes
Also, includes 7.2 changes
+== [7.2q] (not released yet) ==
+
+* Fix IRIX5 defined wrongly on Tandem S-Series and WinCE/mips
+* Fix disabling of automatic dynamic libraries registration
+* Fix double initialization of main thread local free lists on Win32
+* Fix loop condition over dll_thread_table in GC_lookup_pthread (Win32)
+* Fix missing GC_CALLBACK for GC_waitForSingleObjectInfinite
+* Fix missing libalphagc.so dependency in Makefile.direct
+* Fix missing result check of pthread_attr_getdetachstate in pthread_create
+* Fix mistyped function name in documentation of REDIRECT_REALLOC
+* Fix typo in comment belonging to dll_thread_table
+* Fix use of unset errno after pthread_create call
+
+
== [7.2p] 2022-08-25 ==
* Avoid potential race in GC_init_real_syms after GC_allow_register_threads